Blogroll
-
Recent Posts
Archives
- April 2020
- July 2018
- June 2018
- May 2018
- December 2017
- September 2017
- August 2017
- February 2017
- June 2016
- May 2015
- April 2015
- March 2015
- December 2014
- October 2014
- September 2014
- June 2014
- May 2014
- April 2014
- March 2014
- February 2014
- January 2014
- December 2013
- November 2013
- October 2013
- September 2013
- August 2013
- July 2013
- June 2013
- May 2013
- April 2013
- March 2013
- February 2013
- January 2013
- December 2012
- November 2012
- October 2012
- August 2012
- July 2012
- June 2012
- May 2012
- April 2012
- March 2012
- February 2012
- January 2012
- December 2011
- November 2011
- October 2011
- September 2011
- August 2011
- April 2011
- March 2011
- February 2011
- January 2011
- December 2010
- November 2010
- October 2010
- September 2010
- August 2010
- July 2010
- June 2010
Meta
Tag Archives: atmega328
Five Things To Remember (Pun!) About Arduino EEPROM
EEPROM stands for Electronic Erasable Programmable Read Only Memory and is the place in chip memory where data can be stored in the Arduino/ATMega328 even after power down. This can be useful! The Arduino site has specifics on the EEPROM … Continue reading
Object detection by photocell
A photocell is a poor substitute for a camera, but it’s a lot cheaper too. So the question for grisbot is whether a photocell is sufficient to detect an object nearby. Here’s one possible solution. Suppose an object — say, … Continue reading
Posted in Uncategorized
Tagged arduino, atmega328, grisbot, object detection, ping pong
Leave a comment
Rewiring to streamline reprogramming
Each time I re-program Grisbot, I have to move the ATMega328 microcontroller chip from the robot to the Arduino platform and then back again. It was difficult to pry the chip on and off the breadboard each time because several … Continue reading
Programming ATMega328 with Arduino platform
In theory, it’s possible to program the ATMega328 while it’s off the Arduino platform. Simply connect the Rx, Tx, GND, 5V and reset pins, and you’re in business. Well, it didn’t work for me and in the process I realized … Continue reading
Mini gris servo calibration mode
The robot ‘brain’ (aka ATMega328) needs to know how long the servos must rotate in order to properly execute moves and turns. Hence there must be a servo timing calibration mode, and a way to initiate the mode. I’ve toyed … Continue reading
Mini Grisbot in action
Preliminary test of my robot.
Mini grisbot test status
I have completed screen-to-photocell calibration and control code transfer. Mini grisbot passes both with flying (or at least hopping and skipping) colors. The remaining test phase is to calibrate the servo timings to execute the path as shown on the … Continue reading
Robot Sentry Duty
Obviously, there’s going to be course error buildup. I don’t think encoders would help that much. I’m thinking of navigation beacons, like so: (Maybe infrared? Hmm . . . . )
Servo Center Location Test
It looks like the climactic scene in a monster movie, Arduino vs. Bot. In reality, this setup enables me to keep the ATMega328 chip on the Arduino while I upload test programs to locate the servo centers. According to the … Continue reading
Posted in Uncategorized
Tagged arduino, atmega328, micro servo, minigris, robotics, servo
Leave a comment
Minigris test matrix demo
This demo shows that the mini grisbot (graphical robotic information system) test matrix has been successfully completed, with photocells and servos functioning and integrated. (And special thanks to Adafruit for the link yesterday.)
Posted in Uncategorized
Tagged arduino, atmega328, mini grisbot, robotics, test matrix
Leave a comment