Re: [Tinyos-help] Connection with two motes

2010-10-19 Thread Urs Hunkeler
Yes, it's possible. Best start with the tutorials: http://docs.tinyos.net/index.php/TinyOS_Tutorials To communicate between motes: http://docs.tinyos.net/index.php/Mote-mote_radio_communication To store data in long-term (flash) storage: http://docs.tinyos.net/index.php/Storage Some examples

Re: [Tinyos-help] unable to receive UART frame

2010-10-19 Thread Urs Hunkeler
Hi Mario, For single byte operation of the serial port you are interested in the interfaces: UartControl, UartByte and UartStream. You'll have to find out which modules in your platform implement them (they are certainly implemented as they are used for SerialAMSenderC and SerialAMReceiverC.

[Tinyos-help] Does tinyos-2.1.1 support CC2420DBK?

2010-10-19 Thread Jingyao
Hi, Can I directly load tinyOS application's binary on CC2420DBK? Does TinyOS support CC2420DBK board? Thanks. ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Re: [Tinyos-help] unable to receive UART frame

2010-10-19 Thread Mario Riesner
Hi Urs, thanks for your reply, I checked my code and commented the conditions out and set all LEDs instead of one. My module still doesn't call the receive event handler if I send a packet. I can't match all bytes of the frame with its function (3 and 7 are missing). The frame I try to receive

[Tinyos-help] help: adding a pin to start/stop logging

2010-10-19 Thread Lina Lundgren
Hi all, I have an extra-added push-button to my shimmer2r unit (in Port25) that I want to work as a start/stop signal for the JustFATLogging. Have anyone done this before and can help me on how to do this? I would be very greatful!! -- Best Regards, Lina Lundgren

Re: [Tinyos-help] unable to receive UART frame

2010-10-19 Thread Mario Riesner
Hi Urs, I tryed to use the serialsend C code: = Sending ff writing 44 26 ff encoded 7e 44 26 ff dd 73 7e noack But it doesn't work. And the encoded frame is a bit short, I think the source and destination address are missing. The second point is I have to explain some stuff in my Master

[Tinyos-help] CTP: ETX values vs. LPL wake-up interval

2010-10-19 Thread Manjunath Doddavenkatappa
Dear All, We are not able to figure out a reason why ETX values in CTP increases as wake-up interval of the LPL (BoXMaC-One) increases. We have a simple setup of a sender and a root node placed adjacent to each other. Nodes use maximum power of 0 dBm. 1) We are using IPI of 15s. We

[Tinyos-help] Estimation of active state duration

2010-10-19 Thread Konstantin Stein
Hi All! I'm a freshman with TinyOS. During my internship I'm dealing with Energy-Harvesting, where electrical energy is generated and collected from the environment. As electric energy source I'm using thermoelectric generators. So far everything looks very promising and I get a few mA

Re: [Tinyos-help] help: adding a pin to start/stop logging

2010-10-19 Thread mike healy
Hi Lina, You will need to capture the interrupt coming from the button push and act on it accordingly. You will also probably want to debounce the button as you're at it. As an example take a look at TestUserButton in tinyos-2.x-contrib/shimmer/swtest/UserButton This app includes debouncing and

Re: [Tinyos-help] Request for Information related to WSN

2010-10-19 Thread Pablo Marcos Oltra
Hi Chaitanya, Actually, I've been very busy writing and I haven't used TinyOS again, so I'm still a beginner. Anyway, to use TOSSIM to simulate I'd recommend you to follow this tutorial http://docs.tinyos.net/index.php/TOSSIM. There it's everything explained, but it's kind of hard to run

[Tinyos-help] S4 implementation

2010-10-19 Thread wasif masood
Hi, I am wondering how S4 gets the information of next hop because I don't find any reference to S4Neighborhood.addNextHopEntry anywhere in the code, I have download the code from SVN repositry. Without that forwarding can only work in among the nodes within same cluster. Am I right or is there

[Tinyos-help] Fwd: S4 implementation

2010-10-19 Thread wasif masood
-- Forwarded message -- From: wasif masood rwmas...@gmail.com Date: Tue, Oct 19, 2010 at 5:55 PM Subject: S4 implementation To: tinyos forum tinyos-help@millennium.berkeley.edu Hi, I am wondering how S4 gets the information of next hop because I don't find any reference to

[Tinyos-help] Fwd: S4 implementation

2010-10-19 Thread wasif masood
Hi, I am wondering how S4 gets the information of next hop because I don't find any reference to S4Neighborhood.addNextHopEntry anywhere in the code, I have download the code from SVN repositry. Without that forwarding can only work in among the nodes within same cluster. Am I right or is there

[Tinyos-help] Standard way of transporting and storing data from a Wireless Sensor Network

2010-10-19 Thread Magnus Morton
Hi, I'm building a WSN and I was wondering if there was a standard protocol for transporting and storing the data from the sensors outside the WSN? I'll be using Berkeley DB as a storage engine. Many thanks, Magnus ___ Tinyos-help mailing list

Re: [Tinyos-help] I2C device address and register address

2010-10-19 Thread Michael Schippling
Please send messages to the help list, I'm cc'ing this back there... I believe a similar protocol works for I2C register reading. The devices I've worked with need a command that specifies which register will be read, followed by the actual read. Again, study your device's spec sheet carefully

[Tinyos-help] SerialForwarder tossim-serial option

2010-10-19 Thread Jatindera Walia
Tried to run sf with tossim-serial option and got the error : Couldn't instantiate tossim packet source. Did you compile tossim? Traced it to net.tinyos.packet.BuildSource.java function private static PacketSource makeTossimSource(String name, String host) ; It is looking for

Re: [Tinyos-help] S4 implementation

2010-10-19 Thread Tahir Azim
-- Wasif Masood -- next part -- An HTML attachment was scrubbed... URL: https://www.millennium.berkeley.edu/pipermail/tinyos-help/attachments/20101019/b9bfd459/attachment-0001.htm -- ___ Tinyos-help

[Tinyos-help] Question on tossim

2010-10-19 Thread Sriram Sankaran
Hello, I was wondering if someone can answer my question regarding tossim. How does one control the nesC code from tossim (python). I wanted to control certain parameters such as number of nodes, source and destination information etc from python script. Can someone guide me through this

[Tinyos-help] Deluge T2 with CTP

2010-10-19 Thread 白惠文
Can someone tell me whether Deluge T2 works correctly with CTP in tinyos-2.1 now? I'm using the most recent tinyos from CVS. However, I still observe weird behaviors when using Deluge with CTP. I know there were bugs before, but they should have been fixed. If someone is currently using

Re: [Tinyos-help] Deluge T2 with CTP

2010-10-19 Thread Omprakash Gnawali
2010/10/19 白惠文 lancey...@hotmail.com: Can someone tell me whether Deluge T2 works correctly with CTP in tinyos-2.1 now? I'm using the most recent tinyos from CVS. However, I still observe weird behaviors when using Deluge with CTP. I know there were bugs before, but they should have been