[Tinyos-help] Multihop IEEE 802.15.4

2010-11-05 Thread rodolfo de paz
Hello all, What are the TinyOS options to create a multihop IEEE 802.15.4 duty cycled WSN network? Is still the only possibility the macTDBS implementation of the open-zb stack? I see looking at the Tinyos code that a wrapper has been created to use the TKN-15.4 stack with the Zigbee layer.

Re: [Tinyos-help] [Avrora] Avrora with TinyOS

2009-08-05 Thread rodolfo de paz
Hi, See this: http://lists.ucla.edu/pipermail/avrora/2008-June/000868.html Regards, Rodolfo -Original Message- From: avrora-boun...@lists.ucla.edu [mailto:avrora-boun...@lists.ucla.edu] On Behalf Of Zainul M Charbiwala Sent: 05 August 2009 17:49 To: Faisal Aslam Cc: Mailing list for Avr

[Tinyos-help] TDBS micaz

2009-04-17 Thread rodolfo de paz
Hi, I am testing the TDBS protocol inside tinyos-2.x/tos/lib/net/zigbee/ with the micaz platform. I have compiled it against micaz using a timer instead of the telosb button. I tested it with a small tree with a coordinator,a router and an end device. However, I just realized that the TimerAsyn

[Tinyos-help] nesdoc error: global name 'constant_str' not defined

2008-11-18 Thread rodolfo de paz
Hi, I was trying to get nesc docs for b6lowPAN apps (UPDEcho & TestIEEE154) in contrib but i'm getting a naming error saying that the global name 'constant_str' is not defined. However, "make platform docs" works fine for any standard tinyos-2.x apps. Any ideas about how to solve this error?

[Tinyos-help] Any simple Listen application?

2008-07-11 Thread rodolfo de paz
Hi, Is there any Listen application in which all bytes sent to the tcp port are printed out? I have the problem that the default listen application checks for a specific packet format. So, when characters sent to the UART are resend to the tcp port the application goes to Packetizer where it

[Tinyos-help] wrong length in ieee802154

2008-06-26 Thread rodolfo de paz
Hi, I would like to warn community what for me is a bug in ieee802.15.4 stack. It is not huge problem in real hw but it was causing me problems when emulating the stack in Avrora. The problem is that the Sendframe function was sending to TxFIFO one byte more than it actually should be. (It

Re: [Tinyos-help] PER/BER measurements

2008-06-11 Thread rodolfo de paz
tinyos developers will be more appropriate in order to answer if this OS supports or how can be supported test modes of the cc2420 radio chip. Regards, --- Rodolfo -Original Message- From: Min Guo [mailto:[EMAIL PROTECTED] Sent: Wed 11/06/2008 3:16 PM To: rodolfo de paz Cc: tinyos

Re: [Tinyos-help] PER/BER measurements

2008-06-11 Thread rodolfo de paz
mware and two EM2420 radio chips. This firmware will give you directly the PER. Hope this helps, --- Rodolfo -Original Message- From: Min Guo [mailto:[EMAIL PROTECTED] Sent: Wed 11/06/2008 11:41 AM To: rodolfo de paz Cc: tinyos-help@millennium.berkeley.edu Subject: Re: [Tinyos-hel

[Tinyos-help] error when compile sdk/java

2008-06-04 Thread rodolfo de paz
Hi, I found same problem, anybody found the solution for this? Regards, Rodolfo -- Hi there, when I compile the /opt/tinyos-2.x/support/sdk/java, one file seems cannot compile. make[3]: Entering directory `/opt/tinyos-2.x

[Tinyos-help] Radio-Programming motes

2008-05-08 Thread rodolfo de paz
Hi Antonio, Take a look to Deluge in Tinyos-2.x. It is a dissemination protocol that allows the programming of nodes by propagating a new program image over the wireless network and having each node program themselves with the new image. Features include: multihop support, epidemic propagation,

[Tinyos-help] PER/BER measurements

2008-05-07 Thread rodolfo de paz
Hi all, I would need to do BER/PER measurements using 2 micaz motes. In cc2420 says that this could be done using test mode 2 but it doesn't say specifically how to do that, anyone knows more about this? Thanks for any help, Rodolfo. ___ Tinyos-help

Re: [Tinyos-help] Corr value

2008-04-01 Thread Rodolfo de Paz Alberola
On Fri, 2008-03-28 at 14:14 -0700, Philip Levis wrote: > On Mar 26, 2008, at 7:27 AM, Rodolfo de Paz Alberola wrote: > > > Hi all, > > > > I am emulating cc2420 radio chip in avrora and testing it with > > tinyos-2.x. Right now, I am working with LQI and RSSI va

Re: [Tinyos-help] LQI and corr values

2008-03-27 Thread Rodolfo de Paz Alberola
f how to model the correlation value of cc2420? Thanks for your time, With regards, --- Rodolfo On Wed, 2008-03-05 at 13:54 -0800, Philip Levis wrote: > On Mar 5, 2008, at 10:59 AM, Rodolfo de Paz Alberola wrote: > > > > > So, what I understand is that this value from t

[Tinyos-help] Corr value

2008-03-26 Thread Rodolfo de Paz Alberola
Hi all, I am emulating cc2420 radio chip in avrora and testing it with tinyos-2.x. Right now, I am working with LQI and RSSI values. However, I don't have idea of how to simulate the correlation value. In the data sheet says that this value can be seen like a "chip error rate". So, I was thinki

[Tinyos-help] RSSI in cc2420

2008-03-12 Thread Rodolfo de Paz Alberola
Hi all, I would be great if you could clarify me some concepts about RSSI that i've read in the cc2420 datasheet. RSSI_VALID is valid when the receiver has been enabled for at least 8 symbol periods. RSSI_VAL in RSSI register is calculated and continuously updated for each symbol after RSSI has

Re: [Tinyos-help] Radio channel in Tmote sky

2008-03-06 Thread Rodolfo de Paz Alberola
Hi Weiping, Channels in cc2420 range from 11 to 26 (see cc2420 datasheet). Regards, - Rodo On Thu, 2008-03-06 at 15:17 +, weiping SONG wrote: > Hi all, > > Would you like to tell how many channels for CC2420 to send/receive > radio? which they are? > > Regards, > > Weiping > __

[Tinyos-help] LQI and corr values

2008-03-05 Thread Rodolfo de Paz Alberola
Hi, I have seen in tinyos-2.x you compute the lqi as: CC2420ReceiveP.nc: metadata->crc = buf[ length ] >> 7; metadata->rssi = buf[ length - 1 ]; metadata->lqi = buf[ length ] & 0x7f; CC2420PacketC.nc: async command error_t CC2420Packet.getLqi( message_t* p_msg ) { return g

RE: [Tinyos-help] about power detect

2008-03-03 Thread rodolfo de paz
Try this one http://www.tinyos.net/scoop/special/support#mailing-lists Rodo -Original Message- From: [EMAIL PROTECTED] on behalf of David Sent: Mon 03/03/2008 3:05 PM To: Philip Levis Cc: tinyos-help Subject: Re: [Tinyos-help] about power detect On Mon, Mar 3, 2008 at 12:12 AM,

RE: [Tinyos-help] Output Power levels CC2420

2008-02-28 Thread rodolfo de paz
Sorry excel change me the base in the values and they were wrong. Take this file instead. Regards, Rodo -Original Message- From: [EMAIL PROTECTED] on behalf of Rodolfo de Paz Alberola Sent: Thu 28/02/2008 1:23 PM To: tinyos-help Subject: Re: [Tinyos-help] Output Power levels

Re: [Tinyos-help] Output Power levels CC2420

2008-02-28 Thread Rodolfo de Paz Alberola
Thanks, Paul Bender Rodolfo de Paz Alberola wrote: >I am extending a micaz software emulator to support CC2420 and testing >it with tinyos-2.x. > >When dealing with the Output Power Levels that cc2420 support in the >TXCTRL.PA_LEVEL register, I f

[Tinyos-help] Output Power levels CC2420

2008-02-27 Thread Rodolfo de Paz Alberola
Hi all, I am extending a micaz software emulator to support CC2420 and testing it with tinyos-2.x. When dealing with the Output Power Levels that cc2420 support in the TXCTRL.PA_LEVEL register, I found the problem that in data sheet they don't indicate all dBm values for the different 32 values,

[Tinyos-help] Acks in CC2420

2008-02-19 Thread Rodolfo de Paz Alberola
Hi I'm emulating acks in cc2420. For that, I wrote an application in Tinyos-2.x. Well, when I have a SACK command strobe coming from the CC2420 driver, the ack frame shoud be transmitted in the radio chip. Then, when this is the case I tried to shut down the receiver and I start up the transmitte

[Tinyos-help] Beacons?

2008-02-19 Thread Rodolfo de Paz Alberola
Hello, I would like to now which is the default for a system in terms of beacons if I write an application with Tinyos-2.x using AMSend and AMReceive commands What would be the system with or without beacons? Thanks in advance, -- Rodo ___ Tinyos-h

[Tinyos-help] CC2420 Address Recognition

2008-02-18 Thread Rodolfo de Paz Alberola
Hi all, I am emulating CC2420 radio chip and testing that with tinyos-2.x. Well ,when dealing with address recognition I don't know how to get access to MAC PIB attributes (macPANId and macShortAddress) to accomplish the requirements listed in the data sheet. I don't find them neither in any of th

RE: [Tinyos-help] CC2420 Hardware ACKs

2008-02-14 Thread Rodolfo de Paz Alberola
// wait awhile > > event void CC2420Config.syncDone() { > ... > } > > > -David > > > -Original Message- > From: Rodolfo de Paz Alberola [mailto:[EMAIL PROTECTED] > Sent: Thursday, February 14, 2008 9:12 AM > To: David Moss > Cc: 'tinyos-help&#x

RE: [Tinyos-help] CC2420 Hardware ACKs

2008-02-14 Thread Rodolfo de Paz Alberola
[EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Rodolfo de > Paz Alberola > Sent: Thursday, February 14, 2008 4:28 AM > To: tinyos-help > Subject: [Tinyos-help] CC2420 Hardware ACKs > > Hi all, > > I was trying to set Hardware ACKs for CC2420 radio chip.

[Tinyos-help] CC2420 Hardware ACKs

2008-02-14 Thread Rodolfo de Paz Alberola
Hi all, I was trying to set Hardware ACKs for CC2420 radio chip. I did a simple ping pong application in which I posted a task call ack() inside the event SplitControl.startDone(error_t error). The task call ack activates HW acknowledgements in the following way: bool activated = TRUE; task voi

[Tinyos-help] CC2420Packet Interface (Tinyos2)

2008-02-13 Thread Rodolfo de Paz Alberola
Hi, I was trying to get some metadata values from my msg using CC2420Packet Interface. For that, I modified BlinkToRadio inserting the following lines: BlinkToRadioAppC.nc components CC2420ActiveMessageC; App.CC2420Packet -> CC2420ActiveMessageC; ---

RE: [Tinyos-help] TestPrintF fails

2008-01-11 Thread rodolfo de paz
Hello again, I installed avr-libc-1.4.5-46.src.rpm and the problem has not fixed.. Anybody knows why is TestPrintF compilation not working? --- Rodolfo -Original Message- From: Kevin Klues [mailto:[EMAIL PROTECTED] Sent: Thu 10/01/2008 6:11 PM To: rodolfo de paz Cc: tinyos-help

[Tinyos-help] BaseStation and BaseStation and net.tinyos.tools.Listen

2008-01-11 Thread rodolfo de paz
decount=1,1 ../test/tinyos/tos2x/BlinkToRadio_mica2.elf ../test/tinyos/tos2x/BaseStation_mica2.elf rodolfo de paz wrote: > > Hi all, > > I am following Tinyos2 tutorial-lesson 4. Here, I tried to communicate > BaseSation application with Listen java tool without success. > >

[Tinyos-help] TestPrintF fails

2008-01-10 Thread rodolfo de paz
Hello all, I tried to run TestPrintF in Linux to micaz and it fails in compile time. I obtained the following error: In file included from /opt/tinyos-2.x/tos/lib/printf/PrintfC.nc:53, from TestPrintfAppC.nc:42: /opt/tinyos-2.x/tos/lib/printf/PrintfP.nc:51: warning: implicit de

[Tinyos-help] BaseStation and net.tinyos.tools.Listen

2008-01-09 Thread rodolfo de paz
Hi all, I am following Tinyos2 tutorial-lesson 4. Here, I tried to communicate BaseSation application with Listen java tool without success. To do that I use Avrora and TinyOS-2.x in the following way: - I open a terminal with avrora and I run java avrora/Main -platform=mica2 -report-seco

[Tinyos-help] tinyos-1.x-tools.rpm cannot locate java

2007-12-11 Thread rodolfo de paz
Hello all, I have change my OS to Suse Linux 10.3 and when I am trying to install tinyos-1.x I have the following error: rpm output: Cannot locate java - is it installed? error: %post(tinyos-tools-1.1.0-1.i386) scriptlet failed, exit status 1 I don't know where it the problem. I checked the sys

[Tinyos-help] LinkLayerModel (TinyOS2 TOSSIM)

2007-11-13 Thread rodolfo de paz
Hello, I was following TinyOS 2 tutorial - Lesson 11 (TOSSIM)... There,the tutorial says that TOSSIM currently only supports the micaz platform. However, it uses values for Mica2 when it is configuring a network using the tool LinkLayerModel.java. Then, is that correct? Has anybody a config

[Tinyos-help] TOSSIM CC2420 Radio Simulation Project??

2007-11-06 Thread rodolfo de paz
Hello all, I am trying to simulate micaz in TOSSIM using TinyOS 1.1.15. I think that this version supports that since I have read in C:\tinyos\cygwin\opt\tinyos-1.x\beta\TOSSIM-CC2420 a README text file that I should write the command make pc sim,micaz to work with that. However, I obtain an er

[Tinyos-help] ACK in TOSSIM?

2007-11-05 Thread rodolfo de paz
Hi all, I am trying to compile an application created for mica2 in the pc, but I cannot because it uses the command enableAck of the MACControl interface. Is there any equivalent in pc? This is the specific error... SingleHopManagerM.nc:90: interface MacControl not found SingleHopManag

[Tinyos-help] SysTime in TOSSIM?

2007-11-02 Thread rodolfo de paz
Can SysTime be used from TOSSIM? Is there any way to use the SysTime for compiling the application for PC? I can not achieve to compile one application for pc. D:/tinyos/cygwin/opt/tinyos-1.x/tos/platform/pc/SysTimeC.nc:25: expected component `SysTimeC', but got component 'SysTimeM' make: *** [e

[Tinyos-help] WSAN2007:CALL FOR DEMOS/POSTERS

2007-06-06 Thread Mari Paz
icente López Camacho, University of Castilla-La Mancha, Spain Raul Galindo Moreno, University of Castilla-La Mancha, Spain Fernando Royo Sanchez, University of Castilla-La Mancha, Spain Antonio Ortiz Torres, University of Castilla-La Mancha, Spain Paz Pedrón Pardo, University of Casti

Re: [Tinyos-help] A doubt about the use of the "HPLPowerManagement" library

2006-02-06 Thread paz
data read, it compiles but doesn't work. Do you have any idea on what is happening? I include the CountSleepRadio example modified. Cheers, Paz Harri Siirtola escribió: Hi Paz, you don't have to include anything from CountSleepRadio. The functionality it uses is built into cu

[Tinyos-help] A doubt about the use of the "HPLPowerManagement" library

2006-02-03 Thread paz
e ../Makerules <<<< Now, I developed my application based on how "ContSleepRadio" uses this library, but it does not compile. Does anybody know any other example of how to use this library? PD. I use MICAZ Thanks in advance, Paz __

Re: [Tinyos-help] MicaZ sleeping problems

2005-12-19 Thread paz
$(COMP)C include ../Makerules By COMP ?= SleepRadio COMPONENT ?= Count$(COMP)C include ../Makerules and I compile with make micaz without extensions. Does this change help you? Regards, Paz ___ Tinyos-help mailing list Tinyos-help

Re: [Tinyos-help] XMTS310 not sleeping?

2005-12-16 Thread paz
always the same lifetime. My mote doesn't sleep. thanks in advance, paz ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] XMESH compilation

2005-11-24 Thread paz
e same lifetime, no matter how often it gathers data. Could you tell me what I am doing bad? Regards, Paz ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Re: [Tinyos-help] inyecting packets

2005-11-21 Thread paz
Harri Siirtola escribió: You're using the parameters wrong. Please check what they mean by entering only "xcmd". Regards, Harri At 01:51 PM 11/18/2005 +0100, paz wrote: Hi, I'm try injecting packets into a wireless sensorr network with xcmd; $ ./xcmd.exe

[Tinyos-help] inyecting packets

2005-11-18 Thread paz
Hi, I'm try injecting packets into a wireless sensorr network with xcmd; $ ./xcmd.exe -s=micaz -b=57600 -i=xxx.xxx.xxx.xxx -n=4 -g=136 red_on but me led don't turn on. I use XMESH/XTMS3100 aplication in the motes.what it happens? Thanks. ___ Tinyos-h

[Tinyos-help] sleep mode

2005-11-17 Thread paz
hi, Nowadays, we are working whit micaz´s and MTS310, I've read about the motes can became the asleep mode but I don't know how do it. Could you tell me if you have sleep the mote? Do yoou mind tell me how do you it, please? Thanks. ___ Tinyos-help