DIY Tilt sensing mouse
Here’s a great DIY tilt sensing mouse made with an Arduino – [via] Link. Related: Arduino @ MAKE – Link. Get started with Arduino with the MAKE guide! – Link.
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!
Here’s a great DIY tilt sensing mouse made with an Arduino – [via] Link. Related: Arduino @ MAKE – Link. Get started with Arduino with the MAKE guide! – Link.
Dimme writes in – WebVisitors blinker is a quick ‘n’ dirty Arduino project. Something very easy to do to get started with Arduino. If you have a web server where you live you can see when somebody visits your web site in real time. It gives you a warm feeling of knowing that somebody visits […]
Dave Fowler of uC Hobby continues his series on Arduino sound generation with an article on DAC (Digital-to-Analog) output options. Arduino Audio DAC Options – Link Related: Making Arduino sing, Part Three: Playing a melody – Link Making Arduino sing, Part Two – Link Making Arduino sing – Link
Good news for RepRap makers, Zach writes – I’ve finished two new versions of the boards for the Arduino electronics. These are incremental improvements that offer cool stuff like more blinky LEDs, minor fixes, and such. Full build pix, tester code, and everything you need to know to get started with these boards. The DC […]
Brian writes… The XO Laptop comes with the drivers you need to talk to an Arduino board, but you need to do a few things before you can run the Arduino environment. Once you get it running, though, it works just fine. The first step is to install Java. To install Java on the XO […]
Frank writes – I connected a Wii Nunchuck controller to an Arduino, which takes the data from the controller’s I2C data bus, decodes it, and send the data to the robot with a radio transmitter. Charlie uses a radio receiver to get the data, and it will control the drive servo system and the pan […]
Todbot posted up the class notes for “Bionic Arduino – Intro to microcontrollers with Arduino†he’s currently teaching at Machine Project, good stuff – Link.