By Bajdi on May 1, 2012
My last data logging sketch was missing one feature to make it complete. Since I use a DS1307 RTC which is not very accurate, it loses a couple of seconds a day, I wanted to sync the time with a timeserver. Thankfully some smart people on the Arduino site have already made a library and […]
Posted in Arduino sketches | Tagged DS1307 |
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 |