Hi all,

 

I intend to use Low Power Listening for sensor communication. I read the
tutorial under
http://docs.tinyos.net/index.php/Writing_Low-Power_Applications, but it
is still unclear to me how it works. Is it possible to use it for
shimmer too?

I have tried to install the LowPowerSensing from the tutorials folder,
but I have faced to the following error: 

 

nap@NAP:/opt/tinyos-2.1.1/apps/tutorials/LowPowerSensing$ cd Base

nap@NAP:/opt/tinyos-2.1.1/apps/tutorials/LowPowerSensing/Base$ make
shimmer install.0

mkdir -p build/shimmer

    compiling LowPowerSensingBaseAppC to a shimmer binary

ncc -o build/shimmer/main.exe  -Os -O -mdisable-hwmul
-fnesc-separator=__ -Wall -Wshadow -Wnesc-all -target=shimmer
-fnesc-cfile=build/shimmer/app.c -board= -DDEFINED_TOS_AM_GROUP=0x22
-I.. -I../universal_sensors -DLOW_POWER_LISTENING
-DIDENT_APPNAME=\"LowPowerSensing\" -DIDENT_USERNAME=\"nap\"
-DIDENT_HOSTNAME=\"NAP\" -DIDENT_USERHASH=0x23204da4L
-DIDENT_TIMESTAMP=0x4dd3a38dL -DIDENT_UIDHASH=0x33066a8fL
LowPowerSensingBaseAppC.nc -lm 

In file included from LowPowerSensingBaseAppC.nc:37:

../LowPowerSensingConstants.h:41:28: error: StorageVolumes.h: No such
file or directory

/opt/tinyos-2.1.1/tos/chips/cc2420/lpl/DefaultLplC.nc:39:2: warning:
#warning "*** USING DEFAULT LOW POWER COMMUNICATIONS ***"

make: *** [exe0] Error 1

 

Does anyone have any idea where can I find more information or some
sample codes for this?

 

Thank you in advance!

Parisa

 

_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to