Surveyor Robotics Journal |
|||||
|
email:
web:
rss: Archives |
Sun, 30 Jul 2006 firmware fix for camera freeze/reset bug Recent versions of firmware had a problem with the camera locking up and requiring a restart fairly often. As it turns out, this was due to a bug in the firmware, and actually a pretty dumb bug at that. The timing is pretty tricky on the camera module, so we have logic to check whether it's responding on a regular basis, and if it's taking too long to respond, we restart the camera. Basically, we weren't resetting a timeout counter when we got good frames, so after a while (every 25-50 frames), the processor would reset the camera automatically, even if it was operating properly. If you're working with the source code, it's a single line fix in the vicinity of line 296 of main.c. Just add the following line of code - retry_count = 0; just ahead of these lines - if (decode_jpeg == FALSE) // just dump the captured jpeg, but don't decompress continue; We've posted an updated version of the firmware as well at http://www.surveyor.com/srvdownload/srv1.hex.073006 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. By the way, there's a minor change in the luminance threshold logic in the "wander mode" that's also included in this update. We're doing some other work on the autonomous functions, so there should soon be another update, but we wanted to put the camera bug fix out for testing in the mean time. Posted Sun, 30 Jul 2006 14:20 | HTML Link | see additional stories ... Sat, 08 Jul 2006SRV-1 now offered by thinkgeek.com (US) and active-robots.com (UK) We're most fortunate now to have the SRV-1 offered through two very highly regarded online tech merchants, ThinkGeek and Active Robots.
ThinkGeek was created to offer technology products that would appeal to the programmers, engineers, students, lovers of open source who were on the front line and in the trenches as the Internet was forged. The company was subsequently acquired by Andover.net, which ultimately became OSTG - the owners of slashdot.org, linux.com, sourceforge.net, and freshmeat.net. ThinkGeek's customer base is very technical, just as we like it, and we've already sent SRV-1 source code to a number of ThinkGeek customers who have purchased the robots.
Active Robots was created in the UK by a team of highly experienced mechanical and electrical engineers to provide a range of high quality robot kits, controllers and accessories, which are suitable for both educational resource requirements and amateur robotic enthusiasts. Many of their products are used in teaching mathematics, information, design, technology, computing, communication and control. They are a highly respected robotics resource, and we're really pleased to have UK representation by this group. Posted Sat, 08 Jul 2006 14:20 | HTML Link | see additional stories ... |
||||