[Martin] sent in a great guide to a simple Arduino based theremin. It’s a very small build – just a single common IC and some passive components – and easy enough to build in an afternoon. The ...
Arduino is the now-famous microcontroller that has set a portion of the maker community free to design amazing creations. The Arduino board and platform is fairly simple, but it can be intimidating to ...
Minibloq is a programming language for Arduino motherboards designed to make it fun and easy for kids to make their own microprocessor projects. How does it work? Well, it’s a bit convoluted but you ...
The project shows the whole Arduino connected with a laptop touchpad while the 8×8 LED matrix is hooked up to Arduino. The project shows the whole Arduino connected with a laptop touchpad while the ...
If you want to integrate a nice graphical interface with a microcontroller or single-board computer for a useful piece of custom equipment, how will you go about it? MyOpenLab is a platform that makes ...
The official Arduino IDE is a dour piece of software designed for uploading code to the ubiquitous and super-cool micro controller. It is a standalone, non-networked app that isn’t very pretty to look ...
Zach Houser has this week launched a new version of his Arduino Load Driver which provides a super simple way of controlling the loads with your Arduino development board. The version 2.0 of the ...
Makers, hobbyists and education establishments that have ever wanted to build their own robot, complete with a variety of different sensors. Are sure to be interested in a new open source robot called ...
I cannot get over how easy it is to get code running on an Arduino, allowing me to write the code to try to connect to a 20 character x 4 line LCD (wearing an I2C-to-parallel ‘backpack). Update: Part3 ...