I was inspired to create this project after a trip I took in the distant summer of 2012 to visit my grandparents in India. Every house in this region of India had water tanks that were filled twice a ...
Before I start talking about this really cool thing called Arduino (Italian for "good friend"), let me say a few things about the fascinating subject of physical computing. Physical computing has been ...
If you are used to coding with almost any modern tool except the Arduino IDE, you are probably accustomed to having on-chip debugging. Sometimes having that visibility inside the code makes all the ...
This is a fork of the code and examples from "Make: AVR Programming" that I've addapted to work with the Arduino Uno R3 (I'm using the SMD variant, but it shouldn't matter which UNO R3 you're using).
A new Arduino Scratch programming extension has been released this week for the Arduino platform as an experimental option, that communicates with the Firmata firmware on an Arduino boards. A new ...
Lots of programs take data from a file and create an X-Y graph under Linux. Desktop applications like xplot, gnuplot or even PHPlot do a great job. But, what if you want to see how a physical process ...