Skip to content

A BIT OF MYSTERY

A maker's blog or something.

Menu
  • Home
  • Software
  • Other
  • About

Category: Arduino

ORC-KIT with standalone H-Bridge Drivers (and some updates)

December 22, 2016
| No Comments
| Arduino, Electronics, Robotics, Tutorials

So in the sort of tutorial I wrote about ORC-KIT I mentioned that it was possible to use other boards instead of Adafruit’s friendly motor shield, and in fact, there was space in the board for a couple of very cheap and widely available L9110S Dual H-Bridges, which should give you more control over the build, and […]

Read More »

Introducing ORC-KIT!

October 9, 2016
| No Comments
| Announcement, Arduino, Electronics, Robotics, Tutorials

Earlier this year I embarked on the journey of designing a simple but expandable robot that any electronics enthusiast could build. I knew several nice kits from brands like Lego, Makeblock, OWI Robotics, etc, but I considered them to be normally either too expensive or too simple and limited. There are also many generic unbranded kits on eBay which suspiciously […]

Read More »

TFT Adventures (Playing with a ILI9341-based display)

August 10, 2016
| No Comments
| Arduino, Electronics, Lab

Not long ago I purchased a few 320×240 touchscreen displays from ebay that looked pretty decent and were also fairly cheap. They conform to the Arduino shield form-factor, so they snap directly  onto any standard Arduino board, making them really easy to test and use. They also have an integrated microSD slot (connected to the same bus used by the display controller) which is a nice touch and widens […]

Read More »

Temperature Sensors

May 15, 2016
| No Comments
| Arduino, Electronics, Lab, Reviews

I wanted to add a temperature sensor to a project I’m working on, and while I already had selected the perfect IC for the job, I decided to test a couple of other options I had, to see how they fare in comparison. I was originally going to compare only 3 sensors; the popular LM35, the not-so-popular LM335 and the […]

Read More »

Brainfuck-on-Arduino: End Of File

November 23, 2014
| No Comments
| Arduino, Development, Electronics, Lab

Ok, so this is probably the last post I’ll make about my Brainfuck-on-Arduino project, basically because it has reached a point where I’ve already tried all the things I wanted to try and I’ve decided that there’s no point in taking it out of the breadboard and build a board for it. At least not […]

Read More »

Brainfuck-on-Arduino: Improving the performance

November 11, 2014
| No Comments
| Arduino, Development, Electronics, Lab

DISCLAIMER: Over the course of this post I’ll be dealing with parsing, programming practices, code refactoring, SPI bus oddities, caching techniques,etc. It’s a mixed bag of things and it’s far from being serious analysis on the topic of optimization. Please don’t expect anything particularly smart in this post like branch prediction, overlapping cache windows, partial block reads, etc. This […]

Read More »

Arduino SD Library support for MMC Cards

November 10, 2014
| 34 Comments
| Arduino, Electronics, Lab

So I’ve been fiddling a lot these days with Arduino’s SD Library. I’m doing experiments with SD Cards as part of my BOA (Brainfuck on Arduino) project and I already have a completely functional Brainfuck interpreter that runs on my Pro Mini board and uses a 23K256 (32KB) SPI RAM as BF “RAM space”. The problem I’m trying to solve now is PROGRAM space (where […]

Read More »

Arduino-powered Handheld Gaming Device

July 23, 2014
| 4 Comments
| Arduino, Electronics

As a break from my regular activities I decided to spend a week designing and building something with parts and components I’ve purchased over the years but never had the chance to use in a project. This is the result: A sort of portable gaming device powered by a really old AVR microprocessor. I’ll try […]

Read More »

Posts pagination

Previous 1 2

Search

Categories

  • Announcement
  • Art
  • Pixel Art
  • Development
  • Android
  • Atari
  • Game Development
  • Intel Edison
  • Raspberry Pi & other SBCs
  • Electronics
  • Arduino
  • Microchip PIC
  • Reviews
  • TI / MSP430
  • Lab
  • Misc
  • Robotics
  • Tutorials
  • Uncategorized

A BIT OF MYSTERY 2025 . Powered by WordPress