Content for Arduino

Arduino Pinball Machine

“This instructable was created in fulfillment of the project requirement of the Makecourse-Art at the University of South Florida (www.makecourse-art.com) Using half inch plywood, cut two 19” by 6” pieces with a one inch slope. The front-most piece …

Arduino Control With Android Voice Command (via Bluetooth)

“We will provide Arduino communication via bluetooth with the previously defined sentence commands in the Android application. You can use this project in home automation systems.”

Arduino-controlled True Switching Regulators

“In this Instructable, I will show my Arduino-controlled buck/boost/inverter converter. And what means that “true” in the title, you ask? Well, you have probably already seen a tutorial where somebody just connected a transistor to the PWM output …

Arduino Laser Pinball

“This project uses laser tripwires, solenoids, and erector set parts to build an Arduino controlled pinball machine. Solenoids are used to power flippers that propel the ball around the playfield. Targets consist of “baskets” that hold the ball. Once the …

Arduino XMAS hitcounter

“Christmas is coming closer, so here is my contribution to put you in the right mood. It is a blog hitcounter, that rings a bell. Literally. It puts a smile on your face, every time someone hits your blog. It …

Best Arduino Display

“A good display can make your Arduino project to shine. In this article I am going to show you the Best Arduino Display for your projects. I have tried many displays. From the most inexpensive ones, to the most expensive …

10x10 RGB Led Matrix

“I’ve build a 10x10 RGB Led Matrix Simulator on circuits.io because I’ve allready build a 10x10 RGB Matrix in real life. This one is for testing code and not damaging anything on the real one. So basically …

Hacking the Lego Mindstorms RCX With an Arduino

“I recently found a few boxes of an old LEGO Mindstorms RCX set and then spent a frustrating 2 weeks trying to get all the software and hardware to work together. Main problem was that the USB IR tower that …

T³: Programming an ATtiny84A from Arduino

“I ‘m currently working on a project that requires a cheap, low-power microcontroller that ‘s programmable through Arduino and has a few more pins than the ATtiny85. That ‘s where I found the ATtiny84A. It has many of the same …

Project  3DPOV

3DPOV

“Arduino sketch for my 3-dimensional persistence of vision display (runs on a Teensy 3.1). It does rotational sync using a hall sensor. Every time the hall sensor passes the magnet, an interrupt is triggered and the rotational period is …