[Tinyos-help] Please Help CC2420

2013-04-29 Thread Miguel Silva
I'm using telosb, and I what to use the in-line security method to encryption a message without sending. According to the CC2420 datasheet this is possible (Issue the command strobe STXENC. Inline security will be Performed Within the TXFIFO, but the RF transmission will not be started). It is

[Tinyos-help] Error Compiling a Simple Application

2009-01-20 Thread Miguel Silva
Hi, I am new to TinyOS and I am taking some baby-steps to try to evolve to something more complex. For now I just want to make a simple program where 1 node sends a packet and the other one receives it, printing debugging messages. I'm having some problems doing it. Could Someone help me? Or at

[Tinyos-help] Veihcle Guidance System

2008-12-19 Thread Miguel Silva
programming, but i am a fast learner. Thanks in advance, Miguel Silva ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] IMPORTANT:::GUI and TOSSIM please answer

2008-12-18 Thread Miguel Silva
Hi, can anyone please tell me if theres is any GUI for TOSSIM in tinyos-2.x??? Thanks, Miguel Silva ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] Basestation Mote-Pc tutorial L4

2008-12-17 Thread Miguel Silva
Hi, when i install Basestation on 1 mote and then turn the other mote on (where i previously installed BlinkToRadio), the first mote green LED is turned on but nothing else happens. When i try to Listen it doesnt send any packets to the PC. Can anyone tell me why this happens? Thank you, Miguel

[Tinyos-help] Problem micaz and blinktoradio

2008-12-16 Thread Miguel Silva
Hi, i'm having a problem compiling lesson 3 of the tutorial, as i keep getting the following error: cp: cannot stat 'build/micaz/main.srec': No such file or directory make: *** [setid] Error 1 I think i wrote everything according to the tutorial, can anyone help? Thanks in advance, Miguel

[Tinyos-help] Micaz BlinkToRadio

2008-12-16 Thread Miguel Silva
Hi again, i managed to successfully install on two micaz this example, however, i don't understant what the result should be... The two motes are blinking... Thanks in advance, miguel silva ___ Tinyos-help mailing list Tinyos-help

Re: [Tinyos-help] Problem micaz and blinktoradio

2008-12-16 Thread Miguel Silva
; } } } event message_t* Receive.receive(message_t* msg, void* payload, uint8_t len){ if(len==sizeof(BlinkToRadioMsg)){ BlinkToRadioMsg*btrpkt=(BlinkToRadioMsg*)payload; call Leds.set(btrpkt-counter); } return msg; } } 2008/12/16 Miguel Silva miguel.ribeirosi...@gmail.com

[Tinyos-help] Problem micaz and blinktoradio

2008-12-16 Thread Miguel Silva
Hi, i'm having a problem compiling lesson 3 of the tutorial, as i keep getting the following error: cp: cannot stat 'build/micaz/main.srec': No such file or directory I think i wrote everything according to the tutorial, can anyone help? Thanks in advance, Miguel Silva

[Tinyos-help] can´t find Timer.nc

2008-12-09 Thread Miguel Silva
Hi, I'm new to this TinyOs thing and i am currently doing the tutorial, but i can´t find the interface Timer.nc under /tos/interfaces/... Can someone tell me why? TIA, Miguel Silva ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu

[Tinyos-help] Problem compiling Blink

2008-08-12 Thread Miguel Silva
Hi, I'm new to TinyOS and i'm desperate because i'm trying to do the Getting Started tutorial and i can't make Blink to compile without errors. Everytime i try to compile it appears the following: mkdir -p build/micaz placing object files in build/micaz writing XML schema to app.xml