Printing power profile
- Add to Makefile APP += powertrace
- Add to source file include "powertrace.h"
- To print power profile every 10 second powertrace_start(CLOCK_SECOND * 10);
Collect data from a light sensor, sending to a sink node and visualize it in a gray scale panel of a Java application run on the host computer
- Put in the same folder: serialdump-windows.exe, cygwin1.dll, IPSensorCollect.jar (for Windows)
- Check Serial port for the sink node, it should be similar to /dev/comX
- Run serial-dump to test: serialdump-windows -b115200 /dev/comX
/>java -jar IPSensorCollect.jar /dev/comX
http://thingschat.blogspot.com/2014/04/motion-detection-with-telosb-built-in.html
Android application receiving notifications from sensors deployed in airport
http://ieeexplore.ieee.org/xpl/articleDetails.jsp?arnumber=7045423