Re: [Tinyos-help] Forwarding Message

2010-10-17 Thread Urs Hunkeler
Hi Lance, I'm not sure what your question is. What kind of mesh networking protocol are you using? Some protocols are described in the tutorials: http://docs.tinyos.net/index.php/TinyOS_Tutorials#Network_Protocols You seem to use (or want to use) something similar to the Collection protocol:

Re: [Tinyos-help] please Help me for bug in JNI

2010-10-17 Thread Urs Hunkeler
Hi Ngoc Thanh, In order for Java to access the serial port (and some system information), an extension to Java is needed. This extension is provided by TinyOS in the form of two libraries: toscomm.dll and getenv.dll. The error that you are seeing when trying to execute the TestSerial program

Re: [Tinyos-help] please Help me for bug in JNI

2010-10-17 Thread Urs Hunkeler
Hi Ngoc Thanh The error you see now is because you did not specify the serial port. By default, TestSerial tries to connect to the serial forwarder. You can specify the serial port with the -comm parameter. For detaisl see the tutorials:

[Tinyos-help] need help on tossim

2010-10-17 Thread farzaneh baghche band
HI i have problem with make micaz sim error is as below: make: pyhton2.5-config: command not found placing object file in simbuild/micaz make : ***[sim-exe] error 2 how can i do it? which file should i place? Regards Baghcheband. Farzaneh ___

[Tinyos-help] NbPerimeter

2010-10-17 Thread farzaneh baghche band
hi all i wan to know sth about NbPerimeter, is it the default module in tinyos? and also Keymanagement , are they default? Regards F.B ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu

[Tinyos-help] Using TelosB 2420 onboard sensors

2010-10-17 Thread faisal
Hi I am new to tinyos and following the tutorial. I have run the oscilloscope app. with two telosb 2420. It seems to work fine but displays a constant line graph. I want to now use the light , temperature sensors to display on graph. Checking DemoSensorC.nc shows VoltageC as DemoSensor. How can

Re: [Tinyos-help] need help on tossim

2010-10-17 Thread Magnus Morton
Hi, You need to change the PYTHON_VERSION variable to your installed version of python in /opt/tinyos-2.x.x/suport/make/sim.extra On 17 October 2010 13:16, farzaneh baghche band f.baghcheb...@gmail.comwrote: HI i have problem with make micaz sim error is as below: make:

Re: [Tinyos-help] Using TelosB 2420 onboard sensors

2010-10-17 Thread faisal
Hi Daryoush I have checked the sensor board folder but it includes only external sensor boards. Checking the TEP about sensors I have modified the VoltageC.nc file /*generic configuration VoltageC() { *provides interface Readuint16_t; *} *implementation { * components new

Re: [Tinyos-help] Using TelosB 2420 onboard sensors

2010-10-17 Thread Urs Hunkeler
Hi, The sensor modules for the telosb are actually in tos/platforms/telosa/chips (which is a bit wired). You can use the following sensor definitions: components new HamamatsuS1087ParC() as Photo; MyApp.Photo - Photo; components new SensirionSht11C() as Temp; MyApp.Temp -

Re: [Tinyos-help] Using TelosB 2420 onboard sensors

2010-10-17 Thread faisal
Hi Daryoush Thanks I found the component SensironSht11C then and i changed the VoltageC.nc generic configuration VoltageC() { provides interface Readuint16_t; } implementation { components new SensirionSht11C(); Read = SensirionSht11C.Temperature; } it seems to work as graph is going up

[Tinyos-help] please help me to solve the bug: s...@localhost:9002 died - connection refuse...

2010-10-17 Thread ngocthanhdinh
Thanks you very much for your helps. Now 2 files .dll loaded successfully. But this bug: $java TestSerial s...@localhost:9902 died - exitingjava.net.ConnectException: Connection refuse: connect It still exist. So we cannot run Serial.