By Bajdi on April 30, 2012
I’ve started a new project, another “robot” and I’m going to name it Volga. When I was drawing a track in Autocad for the robot to follow I thought it looked like a river 🙂 And it’s made up of cheap parts just like those Russian cars. This will be a simple line following robot, […]
Posted in Line following robot | Tagged robot, TCRT5000 |
By Bajdi on April 18, 2012
I already bought a single ATmega 328P-PU microcontroller, I got it from the official Arduino store and it came with the bootloader already on it. I didn’t have much trouble putting sketches on the chip when I put it on a breadboard. While searching for information on how to accomplish this I read that putting […]
Posted in Arduino | Tagged ATmega328P-PU |
By Bajdi on April 15, 2012
Made a really big sketch today 🙂 I used an Arduino Uno, ethernet shield with sd slot, DS1307 RTC and 2 temperature sensors for this sketch. I used 2 different temperature sensors, one is a DHT22 sensor which can also sense the humidity and the other is a DS18B20 sensor. To get all this to […]
Posted in Arduino sketches | Tagged DS1307, webserver |