[Tinyos-help] CC2420 DACTST and TOPTST

2012-04-18 Thread Omar Hassan
hi there, I am using tinyos 2.1.0, and Telosb motes, I want to set DACTST and TOPTST registers, but I cannot find them in CC2420SpiC. Can anyone help me? Regards, Omar Mohammad ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://ww

Re: [Tinyos-help] Crossbow motes help

2012-03-10 Thread Omar Hassan
y time you want to change program. > > http://docs.tinyos.net/tinywiki/index.php/Deluge_T2 > > Regards, > Antonios Igglezakis > On Sat, 2012-03-10 at 11:16 +0200, Omar Hassan wrote: >> Hi there, >> >> I have Crossbow Iris motes (one BS and two nodes) with RF230 radio. >

[Tinyos-help] Crossbow motes help

2012-03-10 Thread Omar Hassan
Hi there, I have Crossbow Iris motes (one BS and two nodes) with RF230 radio. I am using TinyOS 2.1.0, but the problem is that only BS has USB interface, and I could program it successfully, but I cannot do that with the nodes, I have tried many things but no use, it should be primitive but I can

[Tinyos-help] CC2420 Jamming signal

2012-02-22 Thread Omar Hassan
Hi all, I am doing some experiments on jamming packets using CC2420 motes (TinyOS 2.1.0), I am using a coordinator node to sync the sender and the jammer. I disabled CSMA, and I am able now to receive corrupted packets. The experiments results are not satisfying, the corrupted packets numbers a

[Tinyos-help] Reading from rxFIFO

2012-02-14 Thread Omar Hassan
Hi there, I am trying to read received packets from directly from the queue, so I added a printf statement the code in CC2420ReceiveP.nc void receive() { uint8_t i = 0; uint8_t* leng = (uint8_t*)(call CC2420PacketBody.getHeader( m_p_rx_buf )); printf("length = %u \n", leng[0]); f

[Tinyos-help] Telosb Motes receive byte by byte

2012-02-09 Thread Omar Hassan
Hi, I just was wondering if telosb motes can receive one byte at a time. I am stuck at listening to jammed signal (the sender and the jammer are telosb motes as well), I already tried to disable CRC check, but Basestation did not receive any data anyway. All what I need now is to listen to the j

[Tinyos-help] Disable CRC Check

2012-02-07 Thread Omar Hassan
Hi, I am working in jamming based project, I need to observe jammed packets, as well as clean ones. I am using Basestation to observe the channel, but it seems that it drops the corrupted packets. I tried to many solutions that was mentioned here but did not work. What I want to is that make th

[Tinyos-help] Jamming right after packet header

2012-01-04 Thread Omar Hassan
Hi, I am implementing an idea that needs me to jam after reading part of the packet (lets say the nodeID), after that the BaseStation, decide to jam the rest of the packet or not. I dont know how to implement that, any help will be appreciated. Thanks, Omar Mohammad.

[Tinyos-help] TinyOS IRIS OTAP on Ubuntu

2011-12-30 Thread Omar Hassan
Hi, I have Iris mote MIB520CA, with 2 other nodes, I am trying to install a program on either of the nodes using OTAP (over the air programming), but no use. I tried the command make iris install,"nodeID" mib520,/dev/ttyUSB0 but that only reprogram the basestation, I doubted that the nodeID is