Blogroll
-
Recent Posts
Archives
- July 2025
- March 2025
- February 2025
- January 2025
- December 2024
- July 2023
- March 2023
- February 2023
- 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
Category Archives: Uncategorized
A lamp for Grisbot
If Grisbot is to detect nearby objects by flashing a light on and off, it will need to carry its own lamp. So I went to Radio Shack and bought a few candidates. (NOTE: The packages shown on the right … 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
Business Lessons from Chocolatier
Chocolatier is a business strategy simulation game where you are a chocolate maker in the nineteenth century. You travel around the world gathering ingredients and recipes, then have your factories make the chocolates, which you then travel around the world … Continue reading
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
Grisbot in Solidoodle
The Solidoodle 3D printer is selling for only $499, which means that it is within my budget. So that got me to thinking that maybe I should abandon laser cutting in acrylic and instead go with 3D printing in ABS … Continue reading
Informal Testing of Potential Ideas
Tonight I tested out a couple ideas for where to go next with Grisbot. On the right, I was working with the good old photocell testbed, which I connected to Arduino analog input A0 and measured the light reflected off … Continue reading
ATTiny44 / Arduino programming pin connections
The MIT High-Low Tech tutorial on using an Arduino board as an ATTiny programmer has a diagram for connecting an Arduino to program an ATTiny45, but not for programming an ATTiny44. So I cross-referenced the corresponding SCK, MISO, and MOSI … Continue reading
Grisbot Light Above Two Demo
Here is a demo video of grisbot performing in ‘Light Above Two’ Mode. This could be the basis of a game, in which the object is to steer the robot as close to a marker as possible within a limited … Continue reading
Light Above 2 User Interface
This is the Scratch-programmed user interface for the second mode for grisbot to obey commands from a flashlight shined from above. When a flashlight is shined on the robot with an intensity greater than user-selected value (a), the robot turns: … Continue reading
Grisbug circuit test
Grisbug is like a hexbug, only with programmed features. It is programmed to blink its eyes when a flashlight shines on it. When the flashlight comes closer, grisbug ‘wakes up’ and the eyes glow continuously and the motor runs. When … Continue reading