Re: [Tinyos-help] I2C problem in micaz and MDA300

2012-07-18 Thread András Bíró
Hi, I used the debug a lot the MasterPacketP. The best way was to add some DiagMsg to every command/event in the HplAtm128I2CBusP. Andris On Tue, Jul 17, 2012 at 12:33 PM, francodipersio francodiper...@sestosenso.es wrote: Hi, I am using Micaz and Tinyos-2.1.1 together with the MDA300

[Tinyos-help] Please help me in Accel data reading

2012-07-18 Thread Caesar Raynor
I have collected Accel data and send them via Radio to computer,but how can I display them in Oscilloscope?? I am a new learner??I don't know much about python??I tried change Oscilloscope.py like this?? import sys import tos AM_ACCELRADIOMSG=6 class AccelRadioMsg(tos.Packet): def

[Tinyos-help] CC2420Power.StartOscillator is not working

2012-07-18 Thread ramakrishna reddy
Hi everybody, I am working on telosb mote. i wanted to stop the oscillator after each packet transmission and start it again before transmitting the next packet. I am transmitting a packet for every 1 sec. I stopped the oscillator in 'sendDone' event and starting it again

Re: [Tinyos-help] Tossim

2012-07-18 Thread Irlan Arley
According to the documentation of TinyOS, Currently, micaz is the only platform supported by TOSSIM: http://docs.tinyos.net/tinywiki/index.php/TOSSIM. 2012/7/16 ahmed desoky ahmed_d...@hotmail.com Does Tossim simulate Telosb sensor nodes? ___