Blogroll
-
Recent Posts
Archives
- November 2022
- September 2022
- August 2022
- April 2021
- 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
Monthly Archives: January 2013
Grisbot in Scratch Challenge Screen
The first thing you have to do when creating a program is draw the user interface. This is actually pretty simple in Scratch, because you can simply draw an interface in a painting program and then load the graphics file … Continue reading
Posted in Uncategorized
Leave a comment
Having a Product
One day Steve Jobs was given a presentation by Apple engineers on the status of a major project. He listened, frowned, and replied, “We still don’t have a product.” That’s the issue that has been haunting me the past couple … 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
Rewiring the robot
BEFORE: AFTER: The robot simply stopped working. I had to strip everything down to the breadboard, then build back up again. Now it seems to be working once more.
Assembly line for robots
We hear all the time about robots on the assembly line. Well, here is an assembly line for robots. As my experience as a temp taught me, every assembly line begins with bins full of parts. In this case, the … Continue reading
Amazon ships me a 99.6% empty box
Wow, Amazon sure shipped me a big box today! Funny, I don’t remember ordering anything that big. Let’s take a look inside . . . . Well, there appears to be a lot of filler material. So I’ll take that … Continue reading
Using LEDs as Test Servos
I fully intended that I would complete all software testing before I removed the ATMega chip from the Arduino even once. However, as I test the software, I’ve had to swap out the ATMega chip from the robot back to … Continue reading
Programming the servo calibration procedure
Sub program, sub routine, function, procedure — it seems like every programming language has a different name for ‘blocks of code.’ Well, now I need to write a block of code for the servo calibration procedure. So first I drafted … Continue reading
Posted in Uncategorized
Tagged arduino, programming, robotics, servo calibration, wiring
Leave a comment
Grisbot Bill of Materials
How much do the materials of the robot cost? Costs not included: laser cutting service, switch, labor for servo conversion and pre-soldering (if any), hardware (ie bolts and nuts).
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