[Tinyos-help] Hey Tinyos-help@millennium.berkeley.edu ;)

2007-05-01 Thread Naveen reddy
http://www.hi5.com/register/FIift?inviteId=A_7587920_6xyB68TNNUt0 naveen reddy ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

RE: [Tinyos-help] can Tmote sky ADC port be used to measure negativevoltage

2007-05-01 Thread Oussama Chougna
Hi, I have this problem too. If you check the schematics in the TMote Sky datasheet, you will see that the negative reference voltage pin is grounded. So you can measure only between 0 and any value. oussama _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of

Re: [Tinyos-help] a problem about Tossim

2007-05-01 Thread Romain Thouvenin
If you use TinyOS 2.0.1, you need to update your script to be compliant with the new radio model of tossim. It is described in the tutorial. Also, you didn't set the noise of your 4th node. Hope it helps, Romain On 5/1/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: hi, i have meet a problem

RE: [Tinyos-help] Receive OscopeMsg via radio

2007-05-01 Thread Firat TARAKTAS
Hi, Osciloscope app, samples and sends the sensor via UART, while OsciloscopeRF app samples and sends via radio. To use Osciloscope app, just connect to PC. To use OscilloscopeRF, program a mote with TOSBase as a abasestation and connect this basestation mote to PC. Firat TARAKTAS

Re: [Tinyos-help] a problem about Tossim

2007-05-01 Thread eamin_winfor
hi i have read the new tutorial (Lesson 11) about Tossim, but i meet a problem. It seems that event Timer.fired() does't work.(i can see the Boot,but i can't seeRadioCountToLedsC: as expected in the RadioCountToLeds) by the way, i use the tinyos2.0.1 Any help is appreciate!

Re: [Tinyos-help] a problem about Tossim

2007-05-01 Thread Philip Levis
On May 1, 2007, at 6:58 AM, [EMAIL PROTECTED] wrote: hi i have read the new tutorial (Lesson 11) about Tossim, but i meet a problem. It seems that event Timer.fired() does't work.(i can see the Boot,but i can't seeRadioCountToLedsC: as expected in the RadioCountToLeds) by

Re: [Tinyos-help] can Tmote sky ADC port be used to measure negativevoltage

2007-05-01 Thread Cory Sharp
If you read in the MSP430x161x data sheet, in the section 12-bit ADC, external reference, the minimum allowable voltage into VeREF- is 0V. Cheers, Cory On 5/1/07, Oussama Chougna [EMAIL PROTECTED] wrote: Antonio, The settings for an ADC port are defined in MSP430ADC12.h header file. As

[Tinyos-help] rebinding adc on tmote

2007-05-01 Thread Bill Leal
On a tmote, the parameters to an adc port can be bound as follows: call ADC.bind(ADC12_SETTINGS(INPUT_CHANNEL_A0, REFERENCE_VREFplus_AVss, SAMPLE_HOLD_4_CYCLES, SHT_SOURCE_ADC12OSC,

Re: [Tinyos-help] can Tmote sky ADC port be used to measure negativevoltage

2007-05-01 Thread Juan Antonio López Riquelme
Thank you Cory, your reply explain why pin VeREF connect to ground. A greeting, Juan Antonio. 2007/5/1, Cory Sharp [EMAIL PROTECTED]: If you read in the MSP430x161x data sheet, in the section 12-bit ADC, external reference, the minimum allowable voltage into VeREF- is 0V. Cheers, Cory On

[Tinyos-help] Receive OscopeMsg via radio

2007-05-01 Thread Eulalia i Anna
Hi all, We are working with Oscilloscope and OscilloscopeRF apps. We would like to know how can we receive an OscopeMsg via radio. The Oscilloscope app only receives from sensor, but we need send from a mote with OscilloscopeRF and receive via radio at the base mote to pass the info by the

[Tinyos-help] How to change (user input value) a variable at run time in TOSSIM?

2007-05-01 Thread Fahad Munawar Jan
Hi all, I want to enter some values when my program starts running like Press 1 for this, Press 2 for this . Is it possible for the user to make such type of enteries and change the variable values at run time? Thanks in advance for your time, Regards, Fahad Jan Send instant messages

RE: [Tinyos-help] can Tmote sky ADC port be used to measure negativevoltage

2007-05-01 Thread yicheng
The VeREF+ is connected to ground as well. I think there’s no way to convert negative voltage with ADC channel. -Yicheng _ From: Juan Antonio López Riquelme [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 01, 2007 7:51 AM To: Oussama Chougna Cc: yicheng;

[Tinyos-help] Micaz

2007-05-01 Thread Phong Nguyen
Hi all, I would like to test Deluge applications on my Micaz motes. I have been able to inject new images inside my motes, but unable to reboot them. I have tried to reboot the mote directly on the serial-based programming board (mib510), but it fails too. My current tinyos version is 1.1.15.

[Tinyos-help] Environment Monitoring Using Wireless Sensor Networks

2007-05-01 Thread Firas Kishkeh
Hi all. We are working on a project. We want to build an Environment Monitoring application. This application allows each mote in the wireless sensor network to sense several environment parameters such as temperature, light capacity, humidity, and sound. The sensed data are to be

Re: [Tinyos-help] Environment Monitoring Using Wireless Sensor Networks

2007-05-01 Thread Michael Schippling
read the doc/tutorial and look at the SenseToRfm and OscilloscopeRF demo apps. MS Firas Kishkeh wrote: Hi all. We are working on a project. We want to build an Environment Monitoring application. This application allows each mote in the wireless sensor network to sense several environment

[Tinyos-help] telnet connection to database

2007-05-01 Thread Tamás Szegi
Hello! Maybe my question will not belong to the tiny-os, but i hope that someone could help me with my problem... I have a problem, that i have to connect a gateway with a database to get data from the gateway, which comes from a sensor network. The data are in xml format. I make it at first

[Tinyos-help] Where and how can I define the acceleromenter sensor in MTS 310 with TinyOs2.0

2007-05-01 Thread Fangming Zhang
Hi, I just read lesson 5 of toturial of TinyOs2.0. I am still confused on where and how can I define the acceleromenter sensor in MTS 310, as I want to get the accelation of X and Y axis. Which component in TinyOs 2 can be used? Can VoltageC in '/tos/platforms/mica2' get the output of

[Tinyos-help] Re: Timer not firing in TOSSIM

2007-05-01 Thread Tom Davies
My apologies, I found the solution in the archives. Editing the atm128_sim.h file fixed it :) - Original Message From: Tom Davies [EMAIL PROTECTED] To: tinyos-help@Millennium.Berkeley.EDU Sent: Tuesday, May 1, 2007 5:51:52 PM Subject: Timer not firing in TOSSIM Hello, I am trying to

Re: [Tinyos-help] CC1000 Channels

2007-05-01 Thread Michael Schippling
What? the 25 channels in MakeXbowlocal aren't enough? Probably the CC1000 spec sheet is the place to look. I have no idea where I found mine but it's labeled: Chipcon AS SmartRF CC1000 Datasheet (rev. 2.2) 2004-04-22 I think it's basically continuously tunable... MS Benjamin Madore wrote:

Re: [Tinyos-help] telnet connection to database

2007-05-01 Thread Michael Schippling
You might want to look around for TinyDB doc (which was or still is a part of the overall TOS system) and see if it has any i'net access port features. Beyond that MySQL and Postgres are freely available and internet accessible. I even heard mention of IBM still sourcing Cloudscape (an all Java

Re: [Tinyos-help] Re: Timer not firing in TOSSIM

2007-05-01 Thread Philip Levis
On May 1, 2007, at 6:04 PM, Tom Davies wrote: My apologies, I found the solution in the archives. Editing the atm128_sim.h file fixed it :) I've updated the install and upgrade instructions in CVS to note this, and will probably update the tutorial. I'm waiting to sync them to

[Tinyos-help] how is data captured from the sensors in the Osciloscope application

2007-05-01 Thread Dipti
Dear all, I am tryin to build an application wherein it is required to collect 8bit data serially from another microcontroller on one of the PW pins of the mica2. Can the oscilloscope application be modified in order to do the same. I wont need to sample the data in this case so the ADC