[Tinyos-help] Details for SurgeController

2005-11-08 Thread Gina Upperman
Hello all,I'd like to use a tool to set some simple parameter (ex. RF TX Power, transmit rate) from a PC to a remote Micaz mote/s of a small wireless sensor network running Surge_Reliable from Crossbow.I've read of SurgeController, but I didn't find anything appropriate on the

[Tinyos-help] Running SerialForwarder from a USB port

2005-11-08 Thread Gina Upperman
Hi, I am trying to run SerialForwarder (from TinyOS vs 1.1.14). The mib510 programming board is connected via USB to COM port 6. In the SerialForwarder applet, I have Server Port set to 9001, and Mote Communications set to [EMAIL PROTECTED]:mica2. When I run the program I get the message:

Re: [Tinyos-help] Programming FFT with MDA300

2005-11-08 Thread Michael Schippling
I would suspect the use of your sending_packet state variable. It may be getting reset by the sendDone() in the midst of doing your data acquisition, which will prevent the next message start. MS Alessandro Balvis wrote: Hy, I'm working with the MDA300 and Micaz for data analysis of a signal.

Re: [Tinyos-help] Telos -- Linux USB communication

2005-11-08 Thread Joe Polastre
1) without your code, it is impossible to debug 2) are you using uint8_t fields or uint16_t fields? if you assign a uint8_t to 0x, you will only get 0x00 out from the serial port. 3) have you tried sending real data through the tinyos tools instead of implementing your own (potentially

Re: [Tinyos-help] Telos -- Linux USB communication

2005-11-08 Thread Joe Polastre
It appears that you haven't specified the platform correctly. -Joe On 11/8/05, Séva Safris [EMAIL PROTECTED] wrote: Let me clarify. I know for sure what I am sending... I have verified this with the java SerialForwarder and Listen. The output I get when I use the java version is 04 01 08 00