Arduino – Redefining the TV Remote We use them every day, but has no one got bored of pressing buttons on a stick, it’s far too much effort pressing buttons! Surely there... Read More
Arduino + Processing: Make a Radar Screen to Visualise Sensor Data from SRF-05 – Part 2: Visualising the Data This is where all the work is done to read an interpret the values from the servo and the sensor. If the readings are to erratic... Read More
Arduino + Processing – Make a Radar Screen to Visualise Sensor Data from SRF-05 – Part 1: Setting up the Circuit and Outputting Values First things first, we need to build our circuit. This is the easy bit! We’ll be using the Arduino to control a servo that will rotate... Read More
Obstacle avoidance Arduino robot – build your own larryBot So after 5 previous versions that had various flaws, I now have an Arduino robot that actually works and although basic is very cheap – although... Read More
larryBot – Arduino robot versions 0.1 to 0.5 lessons learned So I’ve decided to build a robot using Arduino to control the sensors. Here’s my progress so far – I am hoping that my mistakes here... Read More
Arduino & Processing – Getting values from SRF05 ultrasound sensor & serial port I’ve started to delve into Processing and passing values between Processing and Arduino. If you’re wondering what Processing is, basically its an open source programming language... Read More