Surveyor Robotics Journal
   



email:
support@surveyor.com

web:
Surveyor Corporation

rss:
Subscribe

Archives
August 2010
July 2010
June 2010
May 2010
April 2010
March 2010
February 2010
January 2010
December 2009
November 2009
October 2009
September 2009
August 2009
July 2009
June 2009
May 2009
April 2009
March 2009
February 2009
January 2009
December 2008
November 2008
October 2008
September 2008
August 2008
September 2008
August 2008
July 2008
June 2008
May 2008
April 2008
March 2008
February 2008
January 2008
December 2007
November 2007
October 2007
September 2007
August 2007
July 2007
June 2007
May 2007
April 2007
March 2007
February 2007
January 2007
December 2006
November 2006
October 2006
September 2006
August 2006
July 2006
June 2006
May 2006
April 2006
March 2006
Februray 2006
January 2006

       
Mon, 31 Mar 2008

2.5Mbps test firmware for Matchport & SRV-1 Blackfin

We have test build of firmware from Lantronix which enables us to run the SRV-1 Blackfin with the Matchport at 2.5Mbps. This is a special build that is available only to SRV-1 users, and all support for this version of firmware needs to go through Surveyor, not Lantronix.

Configuration instructions are found here -

       http://www.surveyor.com/cgi-bin/yabb2/YaBB.pl?num=1207001321

Posted Mon, 31 Mar 2008 14:25 | HTML Link | see additional stories ...

Tue, 25 Mar 2008

3.6mm f2.0 lens is now standard with SRV-1 Blackfin camera

We have made a small change in the standard configuration of the SRV-1 Blackfin camera board. The standard lens is now the 3.6mm f2.0 previously offered as an option, replacing the 6.3mm f3.2 lens that originally shipped. The 3.6mm is a very nice lens, with much better light gathering than the 6.3mm.



We are still offering the 2.2mm f2.5 wide angle lens as an option, combined with a right angle adapter to lay the OV9655 camera module parallel to the Blackfin processor card.


Posted Tue, 25 Mar 2008 14:25 | HTML Link | see additional stories ...

Mon, 24 Mar 2008

YARB 1.0 web page; perhaps some blimp kits in the future

To chart our robotic blimp development, there's now a web page devoted to YARB 1.0 (and successors), which includes some links to other interesting blimp sites.

        http://www.surveyor.com/YARB.html

There has been a fair amount of interest in this project, so we are starting to give some thought to offering a blimp kit to SRV-1 users. While we will continue to provide complete DIY information for low cost solutions, our current concept is to standardize on a somewhat higher-end platform with brushless motors and shrouds for the propellors. We're talking with a few potential suppliers, and will post additional info when available. Please send an email to support@surveyor.com if you have an active interest in this project.

Posted Mon, 24 Mar 2008 14:25 | HTML Link | see additional stories ...

Tue, 18 Mar 2008

robotic blimp (YARB 1.0) update - sensors added

The blimp now have some additional sensors - a pair of Maxbotics EZ0 ultrasonic ranging modules and a Honeywell HMC6532 I2C compass. Also, the camera module now points downward about 30-degrees via a simple extender. The camera angle is pretty good now - the wide angle lens has a field-of-view of approx 120-degrees, so the bottom of the frame captures the scenary almost directly below.

At the moment, the sensor data is unfiltered, which allows us to get an idea of how much variation there might be. The ultrasonic data is pretty solid - the forward looking readings bounce around a bit, but the download readings are fairly consistent. However, I think we will change to a narrower beam module - probably the EZ1. Also, it would be nice to have a couple of side-looking modules to enable some degree of mapping capability.

The compass is less consistent, and it turns out that we're getting magnetic field interference from the motors when they are running. At the time I recorded the video clip below, I wasn't paying attention to the readings, but subsequent tests show that the readings are varying by as much as 15-degrees when the motors are powered. Either we will have to move the compass, or add some compensation in software.

Here's a snapshot of the gondola with the additional sensors -



The plan is to make changes in the sensors to clean up the data, and then to write a script using the onboard C interpreter to let the blimp wander around on its own, perhaps following a course based on heading. After that, we will add some logic to use the camera to lock onto an object and follow it around while maintaining altitude and avoiding collision - that will be a bit more challenging.

Here's some video captured from yesterday's test session. The caption overlay shows heading, forward distance and height above ground in inches.


Posted Tue, 18 Mar 2008 14:25 | HTML Link | see additional stories ...

Fri, 14 Mar 2008

YARB 1.0 (Yet Another Robotic Blimp) - first untethered flight

In my never-ending quest to defy gravity with the SRV-1 Blackfin, I installed the camera board and radio on a 66-inch helium blimp (ordered without their motor controller for a $100 savings) - interfacing the H-bridge on the SRV-1 combo radio/motor board directly to the two prop motors and one of the Blackfin's timer channels to the servo which vectors the prop thrust.







Here's SRV1Console with some different buttons that control the vectoring of the props and invert the video (the Blackfin board is suspended upside-down from the blimp gondola).



Using SRV1Console's archiving feature, I captured the video feed while piloting the blimp around the hallway and front room from my office. The blimp is surprisingly easy to pilot - this was my first attempt, and I didn't break anything, though there were some close encounters. The camera's a bit out of focus in the following video and the afternoon light washes out the scene somewhat, but you get the general idea.



Next step is to add ultrasonic sensors and a compass in order to start programming some autonomous exploration. This promises to be a very interesting project.

Posted Fri, 14 Mar 2008 14:25 | HTML Link | see additional stories ...

Wed, 05 Mar 2008

new test version of SRV-1 Blackfin firmware

A new test build of firmware has been posted, as discussed on the robot forum -

      http://www.surveyor.com/cgi-bin/yabb2/YaBB.pl?num=1204750102

and posted to SVN at

      https://ssl.untyped.com/svn/repos/surveyor.com/srv-blackfin/trunk/SRV/

The following changes/additions to srv-blackfin-022608 are included in this test version -
  • added 'iR' command to read two bytes from i2c device ('ir' command only reads single byte). corresponding C-func is readi2c2();

  • added silent_console flag to disable console output during execution of interpreted C programs

  • changed C-func blob() to retrieve multiple blobs - blob(colorbin#, blob#). first call to blob(color, 0) will trigger new blob search, with blobs sorted by size. cnt = blob(color, 1) will retrieve the 2nd largest blob, etc.

  • added C-func imgrcap() to capture a reference frame and imgdiff() to compute difference between reference frame and current frame

  • added bp.c backprop neural net library, but haven't connected it to any inputs or outputs yet
Also, there are some new file transfer scripts for srv1.ldr and C-test.c - take a look at send-ldr.sh and send-c.sh, but make certain to change IP addresses before using these. I believe that lsz be used interchangeably with sx. By the way, if anyone knows of Windows versions of sx or lsz, please let us know.

Posted Wed, 05 Mar 2008 14:25 | HTML Link | see additional stories ...