Surveyor Robotics Journal
   



email: support@surveyor.com

SRV-1 home page

Surveyor Corporation home page

Subscribe to a syndicated RSS feed.

Subscribe with Bloglines

Archives
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

       
Tue, 01 Aug 2006

another small SRV-1 firmware change

After further testing of the July 30 firmware update to correct camera issues, we've made one more small change, reducing the maximum frame capture retry count from 50 down to 10, which significantly reduces any time-out delays. The number might be reduced even further, but we haven't had a chance to test that yet. We encourage those who are working with SRV-1 source code to experiment with this.

Anyhow, it's a single line fix in the vicinity of line 291 of main.c. Just edit following line of code -

    if (++retry_count > 50)

changing it to

    if (++retry_count > 10)



Let us know your results with smaller retry_count numbers. We've posted an updated version of the firmware at

http://www.surveyor.com/srvdownload/srv1.hex.080106

Just download and save as srv1.hex, and follow the instructions on the SRV-1 setup page for uploading new versinos of firmware. Please let us know if you have any problems with this version.

Posted Tue, 01 Aug 2006 13:55 | HTML Link | see additional stories ...