RemoteSensor is a wireless thermo- and hygrometer with an USB port on the receiver. You can draw fancy diagrams of temperature and humidity for up to 16 wireless sensors.
RemoteSensor is a more advanced example because it utilizes an interrupt endpoint to indicate to the host when new data arrived, demonstrating how V-USB handles a second endpoint. The receiver part is basically a serial to USB converter with special processing for the wireless protocol such as data integrity checks and data block buffering.
The entire system consists of the wireless sensors based on the low cost ATTINY26 microcontroller, the receiver running V-USB on an ATMEGA8, Unix host software based on usblib which logs the measured data to a file in CSV format and a PHP script which integrates diagrams of the data into a web page:
If you really need to run the host side on Windows, you can compile it with minGW and libusb-win32.
For circuit diagrams and firmware for sensor and receiver and for the Unix based host software please download the project below.
Download RemoteSensor | ||
---|---|---|
RemoteSensor.2012-12-08.tar.gz | Download | 346 kB |
RemoteSensor.2012-12-08.zip | Download | 385 kB |
RemoteSensor.2007-03-29.tar.gz | Download | 318 kB |
RemoteSensor.2007-03-29.zip | Download | 335 kB |
RemoteSensor.2006-11-30.tar.gz | Download | 311 kB |
RemoteSensor.2006-11-30.zip | Download | 326 kB |
RemoteSensor.2006-03-14.tar.gz | Download | 278 kB |
RemoteSensor.2006-03-14.zip | Download | 293 kB |
RemoteSensor.2006-01-31.tar.gz | Download | 272 kB |