Blogroll
-
Recent Posts
Archives
- 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
Tag Archives: robotics
Eye, Robot (Part One)
I’m toying with the idea of a robot that can interact with its environment by pattern recognition. I thought the way to do this was with a raspberry pi computer. So I bought the computer and the pi camera from … Continue reading
Posted in Uncategorized
Tagged pattern recognition, pi, pi camera, raspberry pi, robotics
Leave a comment
The CRISP Revolution
Today I was thinking, “What are the fundamental technologies of the economy of the future?” And I came up with the following acronym: C – Computers. R – Robots. I – Internet. S – Solar (Power). P – (3D) Printers. … Continue reading
Posted in Uncategorized
Tagged computers, CRISP, internet, printers, robotics, solar
Leave a comment
Converting a micro servo to continuous rotation
Say you want to build a small robot, but you soon discover that DC motors move too fast and geared DC motors are too expensive. Then you hear about servos. Servos are basically geared DC motors, and microservos seem just … Continue reading
Posted in Uncategorized
Tagged continuous rotation, conversion, micro servo, robot, robotics, servo
1 Comment
From Scratch to Arduino Test Bed
In my last blog entry, I created a new graphical interface in Scratch for transmitting data to the microcontroller on the robot. Tonight I verified that the Scratch program is able to communicate via screen flashes with the Arduino test … Continue reading
Grisbot screen interface for light track
You know, time just flies when I’m doing graphic design. I sure wish I was good at it. Anyhow, the above screen shows the graphical interface (in Scratch) for programming the robot in ‘light track’ mode. 0a: Specifies the distance … Continue reading
Grisbot (S3) follows the light
Poor Little Grisbot S3, I misprogrammed it this morning and instead of going forward it went backward — and off the table onto the floor. Despite landing upside down, it worked all right once I unbent the photocell leads. Anyhow, … Continue reading
Introducing Foambot
In my continuing quest to drive down the cost of grisbot, I’ve had to reconsider using acrylic. The material costs $3, and then on a good day the local hackerspace charges $18 to cut it. And then depending on the … Continue reading
Grisbot Scratch Interface for Free-Form Mode
The idea behind free-form mode is that a user can design her own path, say on a sheet of paper, and then program the robot accordingly. Consequently, the programming page simply shows the waypoint icons lined up in rows and … Continue reading
Grisbot Scratch Interface for Udrive
Here is the graphical user interface for U-drive (not U-turn as I said yesterday). To put the robot in U-drive mode, click on the U icon, and then go directly to the communications page. Do not bother with the scales … Continue reading
Grisbot: U-Turn Mode
The idea is to once again program the robot by holding it up to the computer screen — but this time by analog rather than digital communications. (I call this U-Turn Mode because of the U on the screen, but … Continue reading