Blogroll
-
Recent Posts
Archives
- April 2020
- 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: GIRC
GIRC: Reviewing Output in the Processing Console
After I generate a path and convert the data into turn-and-move format, I want to send the data to the arduino-robot. For this I will use the USB/serial cable. But before I send any data, I want to make sure … Continue reading
Posted in Uncategorized
Tagged arduino, console, GIRC, processing, processing console, robot, robotics, serial, serial output, troubleshooting
Leave a comment
GIRC Distance Commands
In the above illustration, the first Command Element has a command code of 44, which tells us that it is a Move command, and that we are to move 360 plus whatever is in the second Command Element minus 33. … Continue reading
GIRC Turn Codes
Here we make a 76 degree right turn in GIRC, and this information has to be sent over the USB/Serial cable to the microcontroller aboard the robot. This communication is done with a control code pair. As shown, the first … Continue reading
Posted in Uncategorized
Tagged control codes, GIRC, processing, robotics, serial, serial port, turn
Leave a comment
GIRC Path Data Conversion
The user inputs path data to GIRC by clicking points on the screen. Processing then draws segments between the points and calculates x,y coordinate data. This data is then converted into distance and turn data which will then be sent … Continue reading
Five Stages of Programmer’s Grief
I knew this, but I forgot it yesterday when I was working on GIRC. This convention of inverting the y-axis for screen display isn’t peculiar to Processing, it’s common to many programming languages. There is a way to change the … Continue reading
Posted in Uncategorized
Tagged 6 x 9, five stages of programmer's grief, GIRC, processing, screen coordinates
Leave a comment
GIRC Path Calculations
(ATTN Google Searchers: Click here for Generation Starship Orinoco.) The user guides the robot in GIRC by creating a path. The path is composed of segments which are created by mouse clicks. The program calculates the length (or distance traveled) … Continue reading
GIRC data display with Processing
GIRC (Graphical Interface for Robotic Control) is a program (aka sketch) that is written in Processing and enables the user to graphically program my robot to follow a course. The poor little microcontroller doesn’t understand computer graphics, so I have … Continue reading
Arduino and Photocell
This is an experiment out of the Getting Started with Arduino book. As you can see, an analog port is connected to a circuit with a photocell (Radio Shack part 276-1657) and resistor (220 ohm). I used a flashlight to … Continue reading
Budget Arduino Robot Project
Given the problems that I was having on using GIRC (Graphical Interface for Robotic Control) with RC toys, I decided to build my own Arduino-controlled servo-driven robot. Aside from the electronics, the body probably cost less than five dollars. A … Continue reading
Posted in Uncategorized
Tagged arduino, budget, electronics, GIRC, project, robot, servo
Leave a comment
GIRC: Graphical Interface for Remote Control
GIRC is my program to operate a remote-control vehicle via computer with a graphical user interface. The program is written in Processing and an Arduino is used for the hardware interface. Here’s a screen capture with the path being drawn … Continue reading
Posted in Uncategorized
Tagged arduino, GIRC, graphical interface for remote control, processing, RC, remote control, robotics
1 Comment