Re: [Tinyos-help] How to program all the motes same time.

2012-11-18 Thread Sarah John Mwariti
Hi guys, Thank you for replying. Sorry for not being clear, im using 6 TelosB motes. I was able to send the data to all motes same time instead of programming the motes one by one But im still not clear of how to create an interface to select the node to program. Thank you. Sara. On Fri,

Re: [Tinyos-help] How to program all the motes same time.

2012-11-16 Thread Thomas Schmid
Sarah, As Antonio mentioned, you have to be more specific. I wrote a set of python scripts that encapsulate everything Antonio mentioned, without having to write the udev rules: https://github.com/tschmid/mni It works great with TelosB/Irene nodes (i.e. any TI BSL based platform with FTDI chip or

Re: [Tinyos-help] How to program all the motes same time.

2012-11-16 Thread Antonio Linan
You have to be more specific about the type of mote you are using and don't expect any off-the-shell answer... For Z1 motes I create an udev rule naming each with its serial number, having /dev/Mote1, /dev/Mote2 instead of /dev/ttyUSB0... this avoids having to care about which ttyUSBx specific por

Re: [Tinyos-help] How to program all the motes same time.

2012-11-16 Thread Sarah John Mwariti
i was able to do this by creating a bash file. Now how to create an interface where you can select which mote you want to program? On Fri, Nov 16, 2012 at 10:42 AM, Sarah John Mwariti wrote: > Hi guys, > > > i have a small test-bed using 6 motes, whenever i send data to the motes, > i send data

[Tinyos-help] How to program all the motes same time.

2012-11-16 Thread Sarah John Mwariti
Hi guys, i have a small test-bed using 6 motes, whenever i send data to the motes, i send data to each motes in a given time. How to program all the motes same time instead of programming them one by one? Looking forward to your reply. Regards Sara. __