ATTiny Line Follower
Continuing to mess around with the ATTiny85 IC… I ported the code from my Arduino Uno line following robot to the ATTiny. Some changes were necessary to make it work: The ATTiny has only 3 analog pins, so the sensor …
Continuing to mess around with the ATTiny85 IC… I ported the code from my Arduino Uno line following robot to the ATTiny. Some changes were necessary to make it work: The ATTiny has only 3 analog pins, so the sensor …
A few days ago we got several ATTiny85 ICs (datasheet) and this is a first video of the small chip in action. Working out the kinks of programming this little guy with an Arduino Uno and getting Arduino libraries to …
Test #3 of my Arduino Uno controlled line following bot for the upcoming competition. This test was focused on checking how the bot handles 90 degree turns with sharp corners, line intersections and line breaks. The robot uses 6 TCRT5000 …
This is a very basic line following robot using 4 IR led sensor receiver pairs in a line, continuous rotation servos and Arduino Uno. The wheels are made from beer coasters and I was planning to add a wheel encoder using another …
General Objectives: The objective of this contest is for a robot to follow a black line on a white background, without losing the line while navigating several turns on a race course. The robot to complete the course in the …
Release Candidate Very hard to keep it steady as voltage increases. That’s the best speed/stability result I got so far. Now using 3 sensors. The video below has it running at about 6V. Test 1 With differential steering This is …
A free, on demand course offered by Udacity. Definitely worth checking out… Course Summary: “Learn how to program all the major systems of a robotic car from the leader of Google and Stanford’s autonomous driving teams. This class will teach you …
Free course: Artificial Intelligence for Robotics Read more »
Coursera is a social entrepreneurship company that partners with the top universities in the world to offer courses online for anyone to take, for free. One of the courses included in 2013 is “Control of Mobile Robots” by Magnus Egerstedt, a Professor …