[Tinyos-help] Serial Forwarder not Working [T2 - Tinynode]

2007-01-17 Thread Venkatesh S
Hi all, While using serial forwarder for tinynode, the sf is not able to read any packets sent by the mote. I am using the C serial forwarder. When the same code is fused on mica2 motes, the serial forwarder works. Has anyone faced such a problem.. Should i have to use Java serial forwarder??

RE: [Tinyos-help] limited MCU support

2007-01-17 Thread Daniel Goertzen
As Micheal points out, the atmega8 shares a lot with the atmega128. A good way to provide support for different AVR chips would be to have a library of AVR components, and then pull those components together to form real chip models. I've got a few ideas about how to go about this... but is this

[Tinyos-help] How to simulate writing data to pesistent storage by TOSSIM

2007-01-17 Thread Supasate Choochaisri
Hi all, I would like to know how to simulate writing data to persistent storage by TOSSIM in T2. I tried to compile BlinkConfig tutorial by make micaz sim, but it didn't work. (compiling with make micaz was OK) Thanks in advance, Supasate ___

Re: [Tinyos-help] MicaZ 2.x CC2420 runtime freq. change

2007-01-17 Thread David Moss
Jonathan - I have tested this fix out and it works correctly for the micaz. Thanks a lot for locating the issue! -David On Tue, 16 Jan 2007 21:19:08 -0800 Jonathan Hui [EMAIL PROTECTED] wrote: Hi David, I looked at your code in tinyos-2.x-contrib. It looks like there's a bug in

Re: [Tinyos-help] How to simulate writing data to pesistent storage by TOSSIM

2007-01-17 Thread Philip Levis
On Jan 17, 2007, at 8:00 AM, Supasate Choochaisri wrote: Hi all, I would like to know how to simulate writing data to persistent storage by TOSSIM in T2. I tried to compile BlinkConfig tutorial by make micaz sim, but it didn't work. (compiling with make micaz was OK) Thanks in advance,

Re: [Tinyos-help] Re: Getting Data from Tmote Sky's Sensors

2007-01-17 Thread tony mancill
I also spent a while trying to get the toscomm stuff to work with Sun Java under Linux, but in vain. However, I was quickly able to get it going using IBM's JVM and the corresponding javacomm package. You'll have to register with IBM to do the downloads. The packages you want are these:

[Tinyos-help] Re: Getting Data from Tmote Sky's Sensors

2007-01-17 Thread Ankur Kamthe
Hi, first of all thanks to michael schippling and jon gomez... i'm using tinyos1-x and both of you were right, my toscomm is messed up but I still cant figure it out. my library path is: library path: /usr/lib/jvm/java- 1.5.0-sun-1.5.0.06

Re: [Tinyos-help] Interface LocalTime

2007-01-17 Thread Steve McKown
On Tuesday 16 January 2007 10:24, Miguel Pereira wrote: I have a simple question. I need to have a Global Time to control some tasks. That time needs to be ON on boot and never stop. Needs to be something like interface LocalTime. I already tried to use LocalTime but I do not have success.

Re: [Tinyos-help] Deluge 2 and mica2DOT

2007-01-17 Thread Jacob Sorber
I had this same problem, and it turned out that in the TOSBoot implementation for the mica2dot plaform, the GPIO pins were not being initialized. My memory is a little fuzzy about exactly what needs to be modified---it was months ago and I have not looked at Deluge since---but I believe it was

R: [Tinyos-help] tinyOS 1.x 2.0 interoperability

2007-01-17 Thread Tempia Filippo
Phil, where may I find a doc, if any, that summarizes all the differences between TinyOS 1.x and 2.x configurations, related to the cc2420 protocol? I'm trying to update a cc2420-based platform, which is already compatible with 1.x, to receive 2.x packets, but it is not that easy, just looking at

Re: [Tinyos-help] ConfigStorageC help

2007-01-17 Thread David Gay
On 1/15/07, Dimas Abreu Dutra [EMAIL PROTECTED] wrote: Hello, I'm having a problem with the ConfigStorageC module in a mica2 mote using T2. I create the volumes, do the writes and get success in every error_t returned, do a successful commit but don't get a true in call ConfigStorage.valid()

[Tinyos-help] RE: questions of TestDAC12DMA program

2007-01-17 Thread yicheng
Hi Joe, About question 3, do you have any idea of how to play a *.wav audio file on Tmote Sky? Thanks! Yicheng -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Joe Polastre Sent: Wednesday, January 10, 2007 4:13 PM To: yicheng Cc:

[Tinyos-help] Re: questions of TestDAC12DMA program

2007-01-17 Thread Joe Polastre
Please see the Ditto application in /opt/moteiv/apps/invent/Ditto -Joe On 1/17/07, yicheng [EMAIL PROTECTED] wrote: Hi Joe, About question 3, do you have any idea of how to play a *.wav audio file on Tmote Sky? Thanks! Yicheng -Original Message- From: [EMAIL PROTECTED]

[Tinyos-help] blink compies BUT device not attached in iMote2

2007-01-17 Thread Panos Kampanakis
We are using the lates CVS version of TinyOS1.1.15 and the latest nesC compiler. We want to switch to iMote2. After following the instructions installing Wasabi and MAS and everything etc we try to run Blink. It compiles fine but isn't loaded. In the end it gives the error Connecting to

[Tinyos-help] How to compute energy of the sensors - need your help

2007-01-17 Thread paul jhon
Hello, I need to compute the initial energy of the sensors and its remaining energy at every moment. Can you please tell me how to do this in TinyOS2.x? thank you so much for your answer. Paul - Don't be flakey. Get Yahoo! Mail for Mobile

Re: [Tinyos-help] RE: TOSSIM

2007-01-17 Thread ricardo tiago
Hi Phil I am extensively testing my code in tossim,and i found that some times weird things happen in the simulation. One of the things is when two motes send each other a message at exactly the same time, collision occur but both motes get acknowledge. I've been looking for a old message