Remote Sensor
RemoteSensor is a more advanced example for using Objective Development’s firmware-only USB driver for Atmel’s AVR microcontrollers (AVR-USB).It is a more advanced example because it utilizes an interrupt endpoint to indicate to the host when new data arrived, demonstrating how AVR-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 system consists of the wireless sensors based on the low cost ATTINY26 microcontroller, the receiver running avr-usb on an ATMEGA8

More detail on RemoteSensor
Go to RemoteSensor
www.obdev.at