osd-contiki/examples/osd/poti
Ralf Schlatterbeck de6477efa8 Fix run.sh scripts to use jumptable of bootloader
Otherwise a crash results with a bootloader compiled with a newer AVR
toolchain (e.g. Debian Jessie). If you still have an ages-old bootloader
without a jump-table, as a short-term measure you can revert this change
in your run.sh. As a long-term fix we recommend you get your bootloader
updated!
2016-02-19 17:32:09 +01:00
..
flash.sh Add potentiometer app for setting led intensity 2015-01-26 17:27:12 +01:00
Makefile Add potentiometer app for setting led intensity 2015-01-26 17:27:12 +01:00
poti.c Fix IP-Address output (endianness!) 2015-01-27 16:41:30 +01:00
project-conf.h Add potentiometer app for setting led intensity 2015-01-26 17:27:12 +01:00
README.md Add potentiometer app for setting led intensity 2015-01-26 17:27:12 +01:00
run.sh Fix run.sh scripts to use jumptable of bootloader 2016-02-19 17:32:09 +01:00

Potentiometer Driver

This App allows sending potentiometer values to a remote node. This is currently used to change colors of the led-strip app but the resource used and the IP address are configurable -- so we can use it for any other destination.

The app sends its value to the remote only if the value has changed. In addition it has a retransmit interval (in seconds) that can retransmit the value after a timeout if the value has not changed. Setting this retransmit interval to 0 will turn off the retransmit feature. Note that we sample the value only every second: We don't want to use up the whole bandwidth for this app alone.