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: May 2013
RGB display for timer
Today I spent some time thinking about possible simple products that I could market while I continue to work on my robot. One thought that came to mind was a color-coded illuminated egg timer. It would have an RGB LED … Continue reading
VU Meter Blues
This microphone break out board does not work, maybe because it needs some capacitors and resistors. So next I’ll try the one that Sparkfun is offering. BTW, I guess someone was in a hurry when they packed the box at … Continue reading
Flicker Object Detection
Can a small robot detect objects by flicking a light on and off? If so, then all I need to do in order to add object detection capability is add a small lamp to my robot at a cost of … Continue reading
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