Re: [Tinyos-help] Error during compilation of IPBaseStation in blip2.0

2012-02-28 Thread Eric Decker
you don't tell us anything about what toolchain you are using. Without that it is impossible to tell anything about what is going on. make verbose telosb blip On Tue, Feb 28, 2012 at 9:17 PM, Ramana Reddy wrote: > Hi Everyone, > > When I run IPBaseStation for telosb motes in blip2.0 code, I

[Tinyos-help] Error during compilation of IPBaseStation in blip2.0

2012-02-28 Thread Ramana Reddy
Hi Everyone, When I run IPBaseStation for telosb motes in blip2.0 code, I got the following error. Any help in this regards is highly appreciated. user@user-laptop:~/local/TinyOS-2.x/apps/blip-2.0/apps/IPBaseStation$ make telosb blip /home/user/local/TinyOS-2.x/tos/chips/msp430/timer/Msp430TimerC

Re: [Tinyos-help] Reading two PCF8591 chips over I2C bus

2012-02-28 Thread #BHARTI GOEL#
Hey, Thanks a lot. I now understand the address part. But even after the change, it does not work. It sends the sensor reading just once over the radio. The Base station blinks once and then stops. I do not understand this? I have wired both the device to the Atm128I2CMasterC. I have also tak

Re: [Tinyos-help] Download Xubuntu TinyOS-2.1.1

2012-02-28 Thread Eric Decker
not that I am aware of. At some point (after 2.1.2 is released) I am thinking about doing it. But it will most likely be based on Ubuntu 11.10 or Ubuntu 12.04 + TinyOS 2.1.2 On Fri, Feb 24, 2012 at 2:50 PM, Jared Fisher wrote: > ** > Hello, > I have been trying to find a working version of T

Re: [Tinyos-help] SURF platform

2012-02-28 Thread Eric Decker
Even better would be to use the archived SURF code over at the tinyprod repository. I believe the bsl code for the SURF has been archived there as well. Although I haven't verified it personally. Pull the tree via: git clone git://github.com/tp-freeforall/prod.git tinyos-2.x I'm pretty sure tha

Re: [Tinyos-help] SURF platform

2012-02-28 Thread Johny Mattsson
Hi Maryam, Your best starting point is probably TEP 131 ( http://www.tinyos.net/tinyos-2.1.0/doc/html/tep131.html), and some of the other TEPs (http://docs.tinyos.net/tinywiki/index.php/TEPs), together with the existing code base. I haven't written any radio drivers however, so someone might have

Re: [Tinyos-help] Using TestRPL

2012-02-28 Thread JeongGil Ko
Alex, For the purpose of pinging, you should test out the Ppprouter app. -John -- JeongGil Ko Ph.D. Candidate Department of Computer Science Johns Hopkins University http://www.cs.jhu.edu/~jgko On Feb 28, 2012, at 3:29 PM, Alex FP wrote: > 2) Is not possible make pings to the nodes. Must w

Re: [Tinyos-help] Reading two PCF8591 chips over I2C bus

2012-02-28 Thread András Bíró
Hi, The address you provide to the i2cpacket will be automatically shift left, and r/~w bit will be added based on the command (read or write). So, your slave address is 1001 A2 A1 A0. Andris 2012/2/28 #BHARTI GOEL# : > Hi, > > I do not understand what you mean. Yes, the address is 7 bit but the

Re: [Tinyos-help] Using TestRPL

2012-02-28 Thread Alex FP
Dear John. Thanks a lot!! Yes, after configuring the root node with ID=11 makes communicate the nodes with the root node. But I've got two questions. 1) Why is configured the root node as ID=11, if in the TestRPL.nc appears: .. #ifndef RPL_ROOT_ADDR #define RPL_ROOT_ADDR 1 #endif .. F

Re: [Tinyos-help] Using TestRPL

2012-02-28 Thread JeongGil Ko
Try installing node 11 which should act as the root node. All other nodes will periodically send data to the root node. -John -- JeongGil Ko Ph.D. Candidate Department of Computer Science Johns Hopkins University http://www.cs.jhu.edu/~jgko On Feb 28, 2012, at 12:00 PM, Alex FP wrote: > De

[Tinyos-help] help about Audio compresion on iMote2

2012-02-28 Thread Mashal al-shboul
Hi All, please, does anyone of you know about audio compression on wireless sensor networks in general or in iMote2. i have audio samples captured by the sensor node, and i want to compress them to smaller sizes before and transmit them to a base node. any help is very appreciated. regards, Ma

[Tinyos-help] Using TestRPL

2012-02-28 Thread Alex FP
Dear all. If someone has worked with the TestRPL application, please could tell me what must I expect with this app? I've followed the steps in http://docs.tinyos.net/tinywiki/index.php/TinyRPL But inside "app/test/TestRPL/udd" there is not a README or something to give me a idea about what do

[Tinyos-help] ADC3 (10-pin expansion connnector) U2 of Telosb mote

2012-02-28 Thread Mubashir Rehmani
Dear All, I want to control the I/O of the 10-pin extension connector of (U2) of the Telosb mote. In fact, i want to use ADC3 and control its power level in order to connect the digital switch with it. Can anyone tell me how i can control the voltage level of this ADC3 from the tinyos code? Pleas

[Tinyos-help] this has been your time to shine

2012-02-28 Thread Asier Arruti
whats up.the debt collectors were relentless now I can afford my lifestyle I wasnt feeling like myself...http://limpiezacomunidadesleganes.com/breakingnews/93CarlPatterson/";>http://limpiezacomunidadesleganes.com/breakingnews/93CarlPatterson/ now I can afford season ticketstry it out for yourself

Re: [Tinyos-help] [Tinyos-devel] Contributing code: TOSSIM with CC2420 support

2012-02-28 Thread Morten Hansen
Hi Srikanth, For TOSSIM version of the rfxlink layers please see: https://github.com/mortenthansen/tinyos/commits/rfxsim Think you may find it useful, Morten. On Wed, Feb 15, 2012 at 9:39 AM, Srikanth Nori wrote: > On Mon, Feb 13, 2012 at 11:06 PM, Philip Levis wrote: >> >> TinyOS contrib -- e

Re: [Tinyos-help] help on 2.1.2 rc1 with telosb and rfxlink

2012-02-28 Thread Janos Sallai
Ugo, I traced down this bug to the FastSpiByte implementation in Msp430SpiNoDMAP. I had to reorder a couple of instructions and it works now. I checked in a fix. Thanks for reporting this bug. Janos On Mon, Feb 27, 2012 at 12:39 PM, Martin Cerveny wrote: > Hello. > > "... in SoftwareInit.init .

[Tinyos-help] IPSN'12 call for participation

2012-02-28 Thread Zhang Ying
[Apologies if you receive multiple copies.] CALL FOR PARTICIPATION The 11th International Conference on Information Processing in Sensor Networks (IPSN'12) April 16-19, 2012, Beijing, China http://ipsn.acm.org/2012 *Early Registration Deadline: March 15, 2012* We have assembled an exciting p

[Tinyos-help] Download Xubuntu TinyOS-2.1.1

2012-02-28 Thread Jared Fisher
Hello, I have been trying to find a working version of TinyOS-2.1.1 for the past while, but I haven't found one yet. Is there a download link to VM with TinyOS-2.1.1 installed? Thanks, JF___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu

[Tinyos-help] SURF platform

2012-02-28 Thread Maryam Jalalitabar
Hi, I have a EM430F6137RF900, but your SURF platform uses the CC43051. So when I connect my board to the PC, it does not recognize it with motelist command. I guess I have to write a new driver for my board. Can you give me hint or a suggestion about how to write a new driver? I really appreci

Re: [Tinyos-help] help on 2.1.2 rc1 with telosb and rfxlink

2012-02-28 Thread Janos Sallai
Ugo, I will look into this. Can you please give me some more details on the particular compiler you use? Where did you install it from? If you built it from source, what patches did you include and what parameters did you use on the configure script? Thanks, Janos On Thu, Feb 23, 2012 at 1:27 PM

[Tinyos-help] Get GPS mesages from mts420 sensorboard in iris motes

2012-02-28 Thread Daniel Egea Roca
Hello, I'm doing a proyect and I need to read the GPS data from the mts420 sensorboard using iris motes. For this i've downloaded the files in the tinyos-2.x-contrib/mts4x0. I copy all needed files in the correct directories and compile the TestGps and TestGpsParser code and don't have any problem

Re: [Tinyos-help] help on 2.1.2 rc1 with telosb and rfxlink

2012-02-28 Thread Ugo Colesanti
Same for me, thank you Janos! Ugo On 02/28/2012 09:33 AM, Markus Becker wrote: > Janos' commit r5914 for #116 works for me so that no -O2 is needed anymore. > > Thanks. > >> That someone was me. On tinyos-devel a similar problem ist discussed in the >> thread "[Tinyos-devel] FTSP not working with

[Tinyos-help] ADC3 (10-pin expansion connnector) U2 of Telosb mote

2012-02-28 Thread Mubashir Rehmani
Dear All, I want to control the I/O of the 10-pin extension connector of (U2) of the Telosb mote. In fact, i want to use ADC3 and control its power level in order to connect the digital switch with it. Can anyone tell me how i can control the voltage level of this ADC3 from the tinyos code? Pleas

Re: [Tinyos-help] help on 2.1.2 rc1 with telosb and rfxlink

2012-02-28 Thread Markus Becker
Janos' commit r5914 for #116 works for me so that no -O2 is needed anymore. Thanks. > That someone was me. On tinyos-devel a similar problem ist discussed in the > thread "[Tinyos-devel] FTSP not working with mspgcc 4.5.3 and -Os". > > Markus > > > Somebody posted a workaround that worked for m