Monthly Archives: January 2012

Arduino reads screen flashes with phototransistor

This is the first test of the communication system as described in the previous entry. The flashes are one millisecond, followed by a one second delay. The serial monitor informs me that the microcontroller is able to count them. Here’s … Continue reading

Posted in Uncategorized | Tagged , , , , | Leave a comment

Computer/Arduino Communication Via Phototransistor

Here’s the basic idea: I’ll send commands to the Arduino by flashing a rectangle on the screen and having a phototransistor on the Arduino read the light level. The above photo shows the test bed set-up. This is very similar … Continue reading

Posted in Uncategorized | Tagged , , , , , , | 1 Comment

Time to Clean Out My Spam Filter

I have a new hobby, collecting spam bot comments. Yes, I’m mystified too. Bear in mind that spam bots attack blogs because they want their comment published with its embedded link that will help the spammer promote his product. Since … Continue reading

Posted in Uncategorized | Tagged | Leave a comment

Robot Chassis with Plastic Ball Caster

This is the 1″ plastic ball caster that I ordered from Robotshop. The white ball pops out of the black holder, which has three bolt holes to secure it to the robot chasis. I positioned the holder on the wooden … Continue reading

Posted in Uncategorized | Tagged , , , , | Leave a comment

Going Dark

Posted in Uncategorized | Tagged , | Leave a comment

Casters for a Small Robot

Poor little cheapbot is undergoing surgery this week. The purpose is to change the caster wheel, but in the end the whole chassis will be replaced. Because I’m trying to build my ‘cheapbot’ robot out of readily available parts, I … Continue reading

Posted in Uncategorized | Tagged , , , , , | Leave a comment

GIRC test drive on blocks

GIRC (Graphical Interface for Robotic Control) is a ‘sketch’ written in Processing that enables user to draw a path file, save and reload, and transfer control codes to an Arduino-brained robot. The magnitudes of the turns and distances haven’t been … Continue reading

Posted in Uncategorized | Tagged , , , , , | Leave a comment

Disorganized workspace, organized mind (I hope)

Today I verified that the Arduino sketch still runs the servos, and then I did some organizing and planning. The note card on the left shows the listing for GIRC control codes (so far). On the right, I wrote out … Continue reading

Posted in Uncategorized | Tagged , , , , , | Leave a comment

A problem with Arduino arrays?

For days now I’ve been trying to troubleshoot why my computer and arduino won’t talk over the serial port. Finally, I took to commenting out all the arduino code and adding it back one line at a time. I assumed … Continue reading

Posted in Uncategorized | Tagged , , , | Leave a comment

PC to Arduino: Serial BOF and EOF control codes

(First of all, I’ve tried to train myself to refer to the data sent over the serial port as ‘command codes’ but I always find myself lapsing into calling them ‘control codes.’ So I give up for today.) Here’s what … Continue reading

Posted in Uncategorized | Tagged , , | Leave a comment