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

       
Sun, 19 Nov 2006

some planned extensions to SRV_protocol ...

We have assembled a list of customer requests along with some functions we have been planning, and are preparing to add these to the SRV-1 firmware:
  • In the current firmware, the data returned from 'S' Scan is decimal, and we plan to change this to hex so that it is consistent with the format of other the commands.

  • We are going to add a few more functions to make the Scan function more useful plus adding a blob detect function. There will actually be three new functions:

    • Grab color samples - returns [Ymax, Ymin, Umax, Umin, Vmax, Vmin] from an area of the image bounded by a set of upper left / lower right coordinates. This function will also initialize the on-board image processing mode (similar to 'w' or 'm', except that the host controls the sample area)

    • Scan image, similar to current Scan function, but using specified color range [Ymax, Ymin, Umax, Umin, Vmax, Vmin]. Returns a set of column vectors showing location of first mismatch in each column

    • Blob search - searches image in specified color range [Ymax, Ymin, Umax, Umin, Vmax, Vmin], and returns list of blobs [upper left, lower right, density] that fit the search criteria

  • We will be adding a set of 3 functions to interface to the digital i/o pins E5-E13.

    • ddxxxx (returns ##ddir) - sets data bit direction - xxxx is 4 hex digits

    • dsxxxx (returns ##dset) - sets data bits - xxxx is 4 hex digits

    • dg (returns ##dgetxxxx) - gets data bits - xxxx is 4 hex digits

  • We will add functions to write a sector of onboard flash memory and retrieve that sector. A sector is 256 bytes. Basically, this will create a form of permanent storage for information which might help personalize an individual robot (name, motor/sensor calibration data, neural nets, etc).

  • Finally, we will be adding a function similar to the 'I' Image Grab command that allows image data to be transferred in smaller chunks instead of one continuous transfer, allowing a host program to interleave other commands while grabbing a large image.

If there's anything we have missed, please let us know via email or the Surveyor Robotics Forum

Posted Sun, 19 Nov 2006 14:25 | HTML Link | see additional stories ...