Surveyor Robotics Journal |
|||||
|
email:
web:
rss: Archives |
Fri, 16 Jun 2006 SRV-1 firmware update We've posted a minor update to the SRV-1 firmware, changing the function of the red triangles in the SRV1Console to increase/decrease motor speed, and changing the function of the little yellow and brown icons to turn on or off simple obstacle detection - the robot stops moving forward if it detects an object when this is activated.
The update can be downloaded from http://www.surveyor.com/srvdownloadsrv1.hex.061506 though it should be saved as srv1.hex before uploading to the robot Posted Fri, 16 Jun 2006 14:25 | HTML Link | see additional stories ... notification feature added to SRV1Console We have added the ability for messages from the SRV-1 robots to trigger HTTP actions, such as calls to email CGI's, message logs, etc. We haven't tried to hook up to an email CGI, though something like http://www.perlfect.com/articles/sendmail.shtml should work. However, we have added a simple echo server into SRV1Console's built-in WebcamSat server so that this feature can be tested. First, download and install the latest SRV1Console distribution - http://www.surveyor.com/srvdownload/SRV1Console-061506.zip Then take a look at srv_notify.config in the main SRV1Console directory. At the moment, there's just a single entry - SRV-1=http://localhost:8888/echo?msg=SRV1+startup+message The SRV-1 robot already generates a startup message, so we're just looking for the "SRV-1" string in that startup message. When it's detected by the SRV-1 console, an HTTP request is issued - in this case, it's http://localhost:8888/echo?msg=SRV1+startup+message Through a browser, you can view the echoed messages here - http://localhost:8888/echo?action=view To clear the message list, use - http://localhost:8888/echo?action=clear This is a really primitive example, but hopefully shows the possibility of this feature. Basically, by adding various messages to the SRV1 firmware (e.g. motion detect, low battery, stalled motor, etc), we can trigger useful notification messages. A representative srv_notify.config entry might look something like - Low-Bat=http://www.foo.com/sendmail.cgi?to=admin@foo.com&subject=SRV1+needs+recharge Posted Fri, 16 Jun 2006 14:20 | HTML Link | see additional stories ... |
||||