Building a line following robot
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, […]
Burning bootloader to ATmega 328P-PU
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 […]
Arduino temperature logging and webserver with RTC
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 […]