Re: [Tinyos-help] Bootstrap loader synchronization error

2012-02-22 Thread dwaraka nath
Try this 1. Plug in the device 2. reset it.(press reset for 5 secs) 3. try again it worked for me On Mon, Feb 20, 2012 at 6:44 PM, Imene Boudellioua < imene.boudelli...@kaust.edu.sa> wrote: > Dear TinyOS Help team, > > I'm working with TinyOS 2.1.1 and it was working fine but suddenly I got a

[Tinyos-help] Fwd: TinyOS compiled on Linux is not working on hardware.....

2012-02-22 Thread dwaraka nath
Hi, I tried previously in Cygwin with TinyOS-2.0.2 and was successful in building a new platform with MSP430F2618+cc2520. I used msp430-gcc-4.4.5 which has support for msp430x26x series of processors. Now I have shifted to Linux for Blip 2.0 support in TinyOS-2.1.1. in Linux(Ubuntu-11.04). Now I

Re: [Tinyos-help] syntax error (easy)

2012-02-22 Thread Sergio Gonzalez
Hi Felipe, In line 110, you are declaring a typedef "frmCtrl_rx" as a pointer to a frameCtrl_t structure. But that's the typedef only; you never actually declared a variable of your typedef. You need to declare a variable of type frmCtrl_rx and then do the assignment, e.g.: typedef frameCtrl_t

[Tinyos-help] Entra nella mia rete su LinkedIn

2012-02-22 Thread Amrit Kumar tramite LinkedIn
LinkedIn Amrit Kumar ha chiesto di aggiungerti ai suoi collegamenti su LinkedIn: -- Vorrei aggiungerti alla mia rete professionale su LinkedIn. Accetta l'invito di Amrit Kumar http://www.linkedin.com/e/-528s01-gyypqgqd-3c/DQCGT3GB9z

Re: [Tinyos-help] syntax error (easy)

2012-02-22 Thread Michael Schippling
That looks ok to me syntactically so maybe there's something else wrong. You might have a hidden character in your text, if you can use a hexdump utility to look at the file you could find something amiss, or, unlikely, also in the FrameControl file too... Also try moving the lines and elements aro

[Tinyos-help] SPINE Project - Framework for Rapid Prototyping of WSN/BSN applications

2012-02-22 Thread Raffaele Gravina
Dear All, we are very, very glad to let you know that the SPINE Project has today a brand new official website, available at http://spine.deis.unical.it The SPINE Project aims at providing developers with software instruments for rapid prototyping of WSN/BSN-based applications by offering great f

Re: [Tinyos-help] Finite field library

2012-02-22 Thread Sergio Valcarcel
Hi, no idea, but every time that I see this kind of questions I always tell that it is possible to use std C functions in nesC. Look for it in the maillist archives (though sometimes it is a bit tricky to share the variables between nesC module and C functions). I hope this helps! Sergio On Tu

[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] Finite field library

2012-02-22 Thread
Hi, Does anybody know of a finite field library in nesC either in TinyOS 1 or TinyOS2? Thank You -vimal ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] SenSys 2012 CFP

2012-02-22 Thread Cao, Qing Charles
[Apologies if you got multiple copies of this email.] == *Paper Registration and Abstract: April 1, 2012, 11:59 pm PDT* C A L L F O R P A P E R S ACM SenSys 2012 Toronto, Canada November 6-9, 2010 http://s

[Tinyos-help] syntax error (easy)

2012-02-22 Thread Felipe Cruz Martínez
Hello, I’m sure that it is an error very easy to resolve... Code: [...] [110]typedef frameCtrl_t* frmCtrl_rx; [111]ieee802155cmd_t* WNRx = (ieee802155cmd_t*)payload; [112]frmCtrl_rx = call FrameControl.getFrmCtrlFields((nx_uint16_t)WNRx->FrmCtrl); [...] (Func

[Tinyos-help] tinyos rssi noise floor reading

2012-02-22 Thread Eldar Nagijew
Hi All, I'm trying to implement Akhila S Rao's code (8th Nov 2011) to get Rssi noise floor readings. However, after I managed to fix a few missing bits, I'm still struggling. When compiling I get the error "'Config.syncDone' not implemented". When I do call Config.sync (and Config.syncDone) in

[Tinyos-help] Iris stops receiving messages after a while

2012-02-22 Thread Oldrine Lewis
Hi, I am a novice with TinyOS. I am trying to build a small multihop network. I am currently testing a component of my routing engine where one of the nodes just broadcasts requests and intermediate nodes rebroadcast it. The problem is that after a while( sometimes a few minutes, sometime a few ho

[Tinyos-help] Bootstrap loader synchronization error

2012-02-22 Thread Imene Boudellioua
Dear TinyOS Help team, I'm working with TinyOS 2.1.1 and it was working fine but suddenly I got a problem wile installing programs on Telosb motes that I couldn't find any solution for in the help archive. I tried different motes with different programs but kept getting the same error as below: $

[Tinyos-help] telosb driver

2012-02-22 Thread Maxime . Paulus
Hi, I'm beggining to use tinyOS and telosb motes, and I wanted to plug one mote to my SheevaPlug to provide a 802.15.4 interface to it. The SheevaPlug uses Ubuntu 9.04. My major problem is that I cannot find a driver for my telosb mote based on an ARM processor. I think that because of that, m

[Tinyos-help] Installing TinyOS 2.1.1

2012-02-22 Thread Ali Shareef
Hello all, I am a newbie to TinyOS. I am trying to install TinyOS.2.1.1 on Ubuntu 11.10. I followed the instructions on the site: http://docs.tinyos.net/tinywiki/index.php/Installing_TinyOS_2.1.1#Two-step_install_on_your_host_OS_with_Debian_packages I setup the environment variable, and then I r

Re: [Tinyos-help] Tinyos-help Digest, Vol 106, Issue 104

2012-02-22 Thread Ajit R. Kanale
Hello, When working on the XMTS400.nc program, (I had to modify it a little for my project), I came across this error stating that ByteEEPROM_platform.h >> 'TOS_EEPROM_PAGE_SIZE_LOG2' undeclared here, ByteEEPROM_platform.h >> enumerator value for 'TOS_EEPROM_MAX_PAGES' not integer constant Byte

[Tinyos-help] CC1000-TOSSIM??

2012-02-22 Thread TUSHAR MAHESHWARI
I'm trying to compile my application for TOSSIM. When I type the commend "make pc" I get the following errors interface CC1000Control not found component CC1000RadioC not found But I looked in the /tos/platform/pc directory and see that there is a directory with CC1000Control and CC1000RadioC in