Arduino

As the preeminent tool for makers, Arduino is a versatile platform that covers almost every type of creative making. With its simple-to-use coding language and fun programming concepts, Arduino enables users to create modern electronics with ease. From beginner level projects like flashing LED lights to more advanced builds such as interactive robots, there are an endless number of possibilities when it comes to building projects with Arduino. Whether you are new or an experienced builder in search of fresh ideas, these posts will provide interesting Arduino tutorials and unique ideas that may spark your creativity and motivate you take on any type of maker project!

Breath-over-IP

Breath-over-IP

My friend Thomas Edwards has added another component to his Phy2Phy project series, his mission to link one physical locale to another over the Internet. His first component was Touch-over-IP. His latest creation is Breath-over-IP. To communicate breath over the net, he used an Arduino, a SparkFun Protoshield, an AdaFruit Xport shield, and a Lantronix […]

Arduino ISP Shield

Arduino ISP Shield

From the MAKE Flickr pool Flickr member drug123’s MEGA-ISP shield turns an Arduino into an In-System Programmer for AVR Chips – Prepared schematics and board layout of this Arduino shield during one-hour-long phone call. Spent another hour to create “physical interpretation”. Purpose of this PCB is providing ISP header to turn Arduino in full-functional programmer […]

Team Twiizers DSi Haxx

Team Twiizer is able to inject custom graphics onto a DSi via an Arduino. There isn’t a lot of information about this hack yet, but the teaser video is really cool. I’ll post more about this project when the details are unveiled. A full week of hacking is finally giving us some fruitful results. Enjoy […]

Record and playback library for WaveShield

Record and playback library for WaveShield

The WaveRP library makes audio recording possible with Arduino(ATMega328), WaveShield + simple mic preamp circuit – WaveRP is an Arduino library for recording and playing Wave files with the Adafruit Wave Shield. It records 8-bit mono files at 4,000 to 44,100 samples per second. Use of the Wave record/play library, WaveRP, requires the following: Arduino […]

Arduino learns to speak!

Peter points out the release of the Cantarino speech synthesis library for Arduino – demoed above in an endearing rendition of “Daisy”. An interrupt on the PWM output timer calls a sample generator. This uses a synthesis similar to FOF or granule synthesis – using two sines and a square wave of adjustable pitch and […]