Discussion:
[Shimmer-users] Data collection program from Multiple shimmer motes
Yared Berhanu
2013-03-08 18:50:18 UTC
Permalink
Greetings all,

I have been trying to stream data gathered from Shimmer mote using python
script under SimpleAccelGyro app. Can anyone help me how to enable this app
gather from multiple shimmer motes please? I really appreciate your help in
advance,
--
Yared Berhanu Woldegiorgis
Økern torgvei 92
N-0589 Oslo, Norway
tel. 004746263024
***@ifi.uio.no
mike healy
2013-03-11 10:16:28 UTC
Permalink
Hi Yared,

All you need to do is give each shimmer running the SimpleAccelGyro app a
different AM address and then filter the packets received in the
simpleAccelGyroRecv.py script based on the packet.source values (which will
correspond to the AM address you assigned to the shimmers).

You can give the shimmers different AM addresses when installing them to
the shimmer, e.g.:
make shimmer2r install,3 bsl,/dev/ttyUSB0
to give an address of '3'. Or:
make shimmer2r reinstall,20 bsl,/dev/ttyUSB0
to give an address of '20' without having to recompile the application.

Mike
Post by Yared Berhanu
Greetings all,
I have been trying to stream data gathered from Shimmer mote using python
script under SimpleAccelGyro app. Can anyone help me how to enable this app
gather from multiple shimmer motes please? I really appreciate your help in
advance,
--
Yared Berhanu Woldegiorgis
Økern torgvei 92
N-0589 Oslo, Norway
tel. 004746263024
_______________________________________________
Shimmer-users mailing list
https://lists.eecs.harvard.edu/mailman/listinfo/shimmer-users
Loading...