Re: [Tinyos-help] TinyOS with msp430x2618

2009-09-23 Thread dileep kumar
I have created a new platform, i followed the instructions given in this pdf - http://www.diku.dk/hjemmesider/ansatte/leopold/work/leopold07t2plat.pdf The complie argument I gave is *"make *" And the variables i have mentioned are declared in msp430x16x.h in the directory /opt/msp430/msp430/includ

[Tinyos-help] [Researchers] Elsevier's Information Fusion Journal, Special Issue on "Localized Algorithms for Information Fusion in Resource-Constrained Networks"

2009-09-23 Thread Profa Mirela Sechi Moretti Annoni Notare
[Our apologies if you receive multiple copies of this CFP] Elsevier's Information Fusion Journal, Special Issue on "Localized Algorithms for Information Fusion in Resource-Constrained Networks" http://www.elsevierscitech.com/lmfile/otherformat/IFJ-CFP-RCN-Final.pdf Submission Deadline: February

[Tinyos-help] Multi-hop Application

2009-09-23 Thread Rajat Khanda
Hello I am trying to use multi-hop data transfer using tmotes. Tinyos-2.x has two applications 1. MultihopOscilloscope 2. MultihopOscilloscopeLqi Could you please let me know if either of those two applications show multi-hop data transfer example? Thanks Rajat Khanda __

[Tinyos-help] TinyOs and apache tomcat

2009-09-23 Thread Carlo Gambini
Hi. I have installed apache tomcat 5.5 and tomcat6 on an Ubuntu machine. I have created a web project that uses JSP pages to connect to telosb motes. The JSP pages use java classes to communicate with the nodes serially over a USB port. The project runs on Netbeans, but the serial communication t

[Tinyos-help] tinyviz and tossim installation

2009-09-23 Thread Maazouli Marwa
Hi, I installed tinyOS under Windows, and it seems to run correctly. But at this time I have no idea of how to install tossim and tinyviz for simulations. Can someone tell me where can I find that files within tinos-1.x directory? Thank you in advance. __

Re: [Tinyos-help] macports for nesc and the MSP430 toolchain for Snow Leopard

2009-09-23 Thread Razvan Musaloiu-E.
Hi! On Wed, 23 Sep 2009, Razvan Musaloiu-E. wrote: > Hi! > > I just installed Xcode 3.1.4 (this seems to be the latest available for > 10.5) and now I also have the gcc 5493. I'm not sure if it matters but the > I'm using the port version 1.710 and the AVR compiled fine. I just notice > that the

Re: [Tinyos-help] macports for nesc and the MSP430 toolchain for Snow Leopard

2009-09-23 Thread Razvan Musaloiu-E.
Hi! I just installed Xcode 3.1.4 (this seems to be the latest available for 10.5) and now I also have the gcc 5493. I'm not sure if it matters but the I'm using the port version 1.710 and the AVR compiled fine. I just notice that the latest macports is 1.8. I'll update to see if I can replicate

Re: [Tinyos-help] TinyOS with msp430x2618

2009-09-23 Thread aldo
Telosb has a msp430f1611 processor i think, maybe the platform pinout and registers are not the same in your msp430f2618 and you have to create a new /tos/chip that describes your processor and a new platform of course. Regards, Aldo 2009/9/23 John Griessen > dileep kumar wrote: > > hello all,

Re: [Tinyos-help] Connecting gas sensors to Iris motes

2009-09-23 Thread John Griessen
milos rovcanin wrote: > Hello everyone, > I wonder if there is anyone who has ever tried to connect a gas or any > other sensor (besides Temperature, Humidity, Acceleration...) to a mote? I have a prototype 12 channel ADC board that returns all 12 at a timed rep rate tested at once a second. It n

Re: [Tinyos-help] TinyOS with msp430x2618

2009-09-23 Thread John Griessen
dileep kumar wrote: > hello all, > > I'm working with msp430x2618. Does all the application of tinyos work > for msp430x2618 or do I need make any changes in the code? > when I compile the Blink application it says some variables like > UTXE0,URXE0, UOTCTL,SSEL1,ME2,UTXE1,U1TCTL are not declared

[Tinyos-help] Connecting gas sensors to Iris motes

2009-09-23 Thread milos rovcanin
Hello everyone, I wonder if there is anyone who has ever tried to connect a gas or any other sensor (besides Temperature, Humidity, Acceleration...) to a mote? If I connect it to a mote using one of the ADC pins, how am I supposse to get the data? Can anyone, plesae, help me? I have problems writin

Re: [Tinyos-help] Can't communicate iris sender -> telosb receiver

2009-09-23 Thread Miklos Maroti
Hi Miguel, Strange that the other direction works. One more thing. Please while running your application do the following: 1) connect a separate IRIS mote to your PC directly 2) upload to this IRIS mote the apps/tests/rf230/RF230Sniffer application 3) on the PC run java net.tinyos.util.DiagMsg (m

Re: [Tinyos-help] Can't communicate iris sender -> telosb receiver

2009-09-23 Thread Miguel Torres
Deat Miklos, I've try both things separately and still can't communicate iris-> telosb. Miguel Silva 2009/9/23 Miklos Maroti : > Dear Miguel, > > There were some changes in the packet layout to support IEEE 802.15.4, > and we might have some bug. Could you please do the following two > things

[Tinyos-help] TinyOS with msp430x2618

2009-09-23 Thread dileep kumar
hello all, I'm working with msp430x2618. Does all the application of tinyos work for msp430x2618 or do I need make any changes in the code? when I compile the Blink application it says some variables like UTXE0,URXE0, UOTCTL,SSEL1,ME2,UTXE1,U1TCTL are not declared and first use in the function get

Re: [Tinyos-help] Can't communicate iris sender -> telosb receiver

2009-09-23 Thread Miklos Maroti
Dear Miguel, There were some changes in the packet layout to support IEEE 802.15.4, and we might have some bug. Could you please do the following two things separately: 1) Try to compile with the TFRAMES_ENABLED macro defined and check if it works 2) Try to compile the IRIS motes with SOFTWAREAC

[Tinyos-help] Can't communicate iris sender -> telosb receiver

2009-09-23 Thread Miguel Torres
Hi, I checkout the tinyos source tree yesterday, 22 sep, and now I cannot communicate iris -> telosb. Is there some new features that don't permit this type of communications? My older release was cvs from 30 jun and it works. Best Regards, Miguel Silva ___

[Tinyos-help] Tutorial / Lesson 4 : Mote-PC serial communication and SerialForwarder ; not compiling

2009-09-23 Thread Sergio
I have the same problem using Ubuntu 8.04. Did you manage to solve the problem? ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] To send some information from a Cricket mote to a micaz using a serial port

2009-09-23 Thread sofia aparicio
Hello, I would like to send some information from a Cricket mote to a Micaz mote using a serial port. Is it possible to do that? How can I do that? Thank you very much. Sofia ¿Quieres que tus amigos de Messenger sigan tus movimientos de Facebook? ¡Conéctalos ya!

[Tinyos-help] FW: Question about power save mode

2009-09-23 Thread sofia aparicio
Hello, I have mote in power save mode. A send a radio msg when the mote is sleeping. I would like to know if he receives the information when he wakes up. Thank you very much. Sofia Hay tantos ordenadores como personas. ¡Descubre ahora cuál eres tú!

[Tinyos-help] Receiving injected packets in TOSSIM

2009-09-23 Thread Bhumika Malik
I have an application that uses the 6LoWPAN stack. When I send a packet through TOSSIM, it is received at the TossimActiveMessageC module. Although Receive interface provided by TossimActiveMessageC is wired to that used by module IPP in configuration IPC, the packet does not reach upto the network

Re: [Tinyos-help] Received power in telosb nodes

2009-09-23 Thread Ittipong Khemapech
Hi, Maybe RSSI (Received Signal Strength Indicator) is the answer. It can be obtained by calling CC2420Packet.getRssi(msg). Hope this helps. Ittipong 2009/9/23 Siva Sankar Gupta > Hello Everyone, > > I have a doubt regarding the received power in telosb nodes. > Is there any interface or pro

Re: [Tinyos-help] PC-Mote communication problem

2009-09-23 Thread Chen Xi
BTW, I am sorry that I did not put the message correctly, it was ""ser...@com5:115200 resynchronising" I have checked the port number, it is correct. R Chen Xi On Wed, Sep 23, 2009 at 5:20 PM, Faisal Aslam < as...@informatik.uni-freiburg.de> wrote: > I think you are not calling your command

[Tinyos-help] Received power in telosb nodes

2009-09-23 Thread Siva Sankar Gupta
Hello Everyone, I have a doubt regarding the received power in telosb nodes. Is there any interface or procedure to get the value of received power in telosb nodes as we have for the transmitted power? with regards -- Siva Sankar Gupta Guggilum Schubertstraße 19 Klagenfurt,9020 Austria Ph:- 004

Re: [Tinyos-help] PC-Mote communication problem

2009-09-23 Thread Chen Xi
Hi, Aslam Thanks for your quick reply. However, I think the message you mentioned should appear in a unix system. But I am using cygwin on a windows xp system. Anyway, thank you very much Regards Chen Xi On Wed, Sep 23, 2009 at 5:20 PM, Faisal Aslam < as...@informatik.uni-freiburg.de> wrote: >

Re: [Tinyos-help] PC-Mote communication problem

2009-09-23 Thread Faisal Aslam
I think you are not calling your command rightly. It is because it should appear something like serial@/dev/ttyUSB1:115200: resynchronising instead of c...@serial:115200:resynchronising. I cannot see your port in your message? Are you using following command properly java TestSerial -comm seria

[Tinyos-help] network_header_t type conflicting

2009-09-23 Thread qiu ying
when I compile my application(CTP+LPL) with the latest CVS version, I got this error message: tos/lib/net/ctp/CtpForwardingEngine.h:104: conflicting types for `network_header_t' tos/chips/rf2xx/layers/TinyosNetworkLayer.h:30: previous declaration of `network_header_t' I found network_header_t in

Re: [Tinyos-help] [blip-users] BLIP: IPv6 short address generation and setting long address

2009-09-23 Thread Markus Becker
> You're correct about the lack of RFC2464 compliance (no ff:fe); I had > it for a while and took it out because it was annoying to type. Yes, I can imagine. > I > guess this isn't a very good attitude towards standards, so if people > feel strongly about this we can put it back in. Is it possib

Re: [Tinyos-help] macports for nesc and the MSP430 toolchain for Snow Leopard

2009-09-23 Thread Andres Vahter
Hi, I have Xcode 3.1.3 Andres Vahter On 22.09.2009, at 23:19, Razvan Musaloiu-E. wrote: > Hi! > > Could you please tell the version of xcode you have? Mine is 3.1.2. > > Thank you! > Razvan ME > > On Mon, 21 Sep 2009, Andres Vahter wrote: > >> I have the same versions (only gcc is 3 builds fre

[Tinyos-help] PC-Mote communication problem

2009-09-23 Thread Chen Xi
Hi, I have the following problem The problem is that the message ser...@comm:115200: resynchronising appears and then it halts... I restart the cygwin, and run java net.tinyos.tools.msgReader BlinkToRadioMsg again, it shows the following message >/ 1241884168129: Message />/ [nodeid=0x1] />

[Tinyos-help] FW: BaseStation problem on using java net.tinyos.tools.MsgReader BlinkToRadioMsg (Tutorials Lesson 4)

2009-09-23 Thread Chen Xi
Hi, I´m having a problem (doing Tutorials, Lesson 4) using the comand java net.tinyos.tools.msgReader BlinkToRadioMsg. The problem is that the message "resynchronising" appears and than it halts... Then I stop the cygwin, and restart it, and recall the command java net.tinyos.tools.msg