[Tinyos-help] Forwarding CTP Messages to the Serial Port

2008-06-27 Thread Philipp Küderli
Hi, I use the CTP CollectionC to forward my data to the sink. Then I want to send the data to the PC using the serial port. When I use AMSend for normal sending or the CollectionC in the lqi package, I just can forward the messages to the serial port to my Java application, which uses for my

[Tinyos-help] Selective reprogramming with Deluge T2

2008-06-27 Thread Bernardo Maciel
Hi, I have the same question as posted in http://www.mail-archive.com/tinyos-help@millennium.berkeley.edu/msg20032.html Nikhil Singhal Mon, 21 Apr 2008 00:07:02 -0700 Hi I was reading up on the Deluge T2 protocol, and I was wondering if there is any way to selectively choose which

Re: [Tinyos-help] ADCMDA300

2008-06-27 Thread Antonio Prados Vilchez
Thanks for your help Christopher. I'm following the steps to read from the ADC ADS7828 in the MDA300 board, using the I2C interface. However, event I2CPacket.writeDone never occurs. I thought that it could be because of a mistake in my code, but I did a bit of research about the sensors of the

[Tinyos-help] PhoenixSource Threaded version

2008-06-27 Thread Xavier Orduña
Hi all, Here at dexma we detected that current version of PhoenixSource to retrieve tinyos packets from a serial source loses some packets in certain conditions. In tinyos-2.x-contrib/dexma/support/java/ThreadedPhoenix you can find a reimplementation using threads to avoid those losed packets.

[Tinyos-help] problem with jni, The toscomm JNI library was not found

2008-06-27 Thread wang wei
Dear all, I have a problem about the jni, when i type $ java net.tinyos.tools.Listen -comm [EMAIL PROTECTED]:mica2 it shows: The toscomm JNI library was not found. Check that your tinyos-tools package is installed and try rerunning tos-install-jni. Aborting. After I type tos-install-jni, it

Re: [Tinyos-help] problem with jni, The toscomm JNI library was not found

2008-06-27 Thread Sarfraz Nawaz
If you have multiple JVMs check that you are using the correct one. On Fri, Jun 27, 2008 at 10:38 PM, wang wei [EMAIL PROTECTED] wrote: Dear all, I have a problem about the jni, when i type $ java net.tinyos.tools.Listen -comm [EMAIL PROTECTED]:mica2 it shows: The toscomm JNI library was

Re: [Tinyos-help] Forwarding CTP Messages to the Serial Port

2008-06-27 Thread Omprakash Gnawali
On Fri, Jun 27, 2008 at 2:35 AM, Philipp Küderli [EMAIL PROTECTED] wrote: Hi, I use the CTP CollectionC to forward my data to the sink. Then I want to send the data to the PC using the serial port. When I use AMSend for normal sending or the CollectionC in the lqi package, I just can forward

Re: [Tinyos-help] ADCMDA300

2008-06-27 Thread Christopher Leung
You have to add a pull-up network to both I2C lines Data and Clk. On the MDA300 board, just put a 10kOhm resistor between the Data and Vcc pins, and another one between Clk and Vcc. Chris From: Antonio Prados Vilchez [mailto:[EMAIL PROTECTED] Sent: June

[Tinyos-help] Help to fix the flash error at address

2008-06-27 Thread Underléa Cabreira Corrêa
Dear all, I 'm just getting start with TinyOS and Mica Motes platform, but I already have got a problem in the first lesson from tutorial. I m using TinyOS 2.x in a Linux Ubunto machine. I have followed the installation instruction from

[Tinyos-help] How to keep the time at Tx end and the other timer at Rx synchronised

2008-06-27 Thread Ruoshui Liu
Dear all, I have been stuck with a synchronisation problem for a long time. Here is my problem: I am implementing frequency hopping on both Tx and Rx ends. At the Tx end, Tx starts changing its transmission frequency from channel 11 to channel 26 after the its first packet is sent and then

Re: [Tinyos-help] Help to fix the flash error at address

2008-06-27 Thread Michael Schippling
You are using the wrong syntax to set the programmer options. The uisp -dprog=dapa ... line indicates that it's trying to use the old parallel connection programmer. I always forget how to do it on the command line so I set this in my Makelocal file: DEFAULT_PROGRAM=mib510 MIB510=COM5

[Tinyos-help] Re : heavy-meyer

2008-06-27 Thread funofnet Funofnet
Hi Paul, Thanks for replying by how could I specify an environment setup? I think that it will be not correct if I type random values. Is there any way to specify it ? All the bests, Funofnet _ Envoyez avec

[Tinyos-help] Regarding Printf library in tinyos 2.x

2008-06-27 Thread John Paul
Hi, I am working on Telosb motes. According to the tinyos tutorials i included the printf.h header file in my module and also included the line CFLAGS += -I$(TOSDIR)/lib/printf in the make file . But i got the following error while i have compiled the code $ make telosb install,0 bsl,/dev/ttyUSB0

[Tinyos-help] Topology

2008-06-27 Thread ndessart
hello I can I set nodes topology in tossim? Which function I must use? thanks all ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] default mac protocol

2008-06-27 Thread Nahr ...
Hi for all, Which is the default mac protocol for tinyOS 2.0.2 B-Mac or S-mac and which is the way to basculate for each other. THANK YOU VERY MUCH Nahr Elk ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu

Re: [Tinyos-help] How to make MSP430 sleep?

2008-06-27 Thread DEBRAJ DE
Hi Eric, That was great to get such a helpful reply. I really appreciate that. I'll look for the available power modes in T2. I'll also check if we can program Trio mote (with PIR sensor) with T2. Thanks Deb On Thu, Jun 26, 2008 at 2:38 AM, Eric Decker [EMAIL PROTECTED] wrote: First, why

Re: [Tinyos-help] JVM

2008-06-27 Thread Sarfraz Nawaz
I think doing a which java or java --version on command line will give you an idea that which JVM is being invoked. Then you can go to the directory where this jvm is installed and see if the toscomm native library is present in one of the subdirectories. On Fri, Jun 27, 2008 at 11:19 PM, wang

Re: [Tinyos-help] Re : heavy-meyer

2008-06-27 Thread Tal Rusak
The meyer-heavy file was collected in an 802.11-enabled library while a laptop was downloading a large file. The application that was used to collect this file is /tinyos-2.x-contrib/stanford-sing/apps/RssiSample Using this application, you can collect a noise trace in your own

Re: [Tinyos-help] Topology

2008-06-27 Thread Tal Rusak
TOSSIM topology is represented by varying the noise and gain levels of the links between radios. How to do this is discussed in http://docs.tinyos.net/index.php/TOSSIM#Configuring_a_Network Thanks, Tal hello I can I set nodes topology in tossim? Which function I must use? thanks all