Re: [Tinyos-help] Acquiring SPI for exclusive access

2012-04-20 Thread Eric Decker
start by reading the tutorial on resource arbritation http://docs.tinyos.net/tinywiki/index.php/Resource_Arbitration_and_Power_Management On Fri, Apr 20, 2012 at 7:35 AM, kaustav das wrote: > Hi, > > I want to write some packet onto flash drive of telosb mote. As the radio > is connected to

[Tinyos-help] RE: Error marging using REFVOLT_LEVEL_2_5 to read a portADC

2012-04-20 Thread acamap
Dear Michiel. I've changed the configuration from: const msp430adc12_channel_config_t Adc1 = { INPUT_CHANNEL_A0, REFERENCE_VREFplus_AVss, REFVOLT_LEVEL_2_5, SHT_SOURCE_ACLK, SHT_CLOCK_DIV_1, SAMPLE_HOLD_4_CYCLES, SAMPCON_SOURCE_SMCLK, SAMPCON_CLOCK

[Tinyos-help] help about Basestation application (wireless comm vs. serial comm)

2012-04-20 Thread Mashal al-shboul
Hi all Tinyos users,    I have been developing and testing a Tinyos application on serial communication only (between iMote2 sensor node and PC). Now, i want to deploy this application on a terminal wireless node and have a basestation node to receive messages from the wireless node and forwar

Re: [Tinyos-help] TelosB and IRIS sensor value calculation

2012-04-20 Thread Francesco Ficarola
On 04/20/2012 05:53 PM, Conny Schmitt wrote: > Hallo Franscesco, > > we have the problem independent of the operating system version. So it might > be a programming error, but we have no idea where to search. Can you give me > a hint for the file I need and perhaps help me to solve it? > > Rega

Re: [Tinyos-help] TelosB and IRIS sensor value calculation

2012-04-20 Thread Conny Schmitt
Hallo Franscesco, we have the problem independent of the operating system version. So it might be a programming error, but we have no idea where to search. Can you give me a hint for the file I need and perhaps help me to solve it? Regards, Conny Original-Nachricht > Datum:

Re: [Tinyos-help] TelosB and IRIS sensor value calculation

2012-04-20 Thread Francesco Ficarola
Hi, On 04/20/2012 05:30 PM, Conny Schmitt wrote: > On MTS 400: > - LightTAOSTSL2250: 65535 That's likely a mistake, your motes have a 12 bit and 10 bit ADC resolution, telosb and iris respectly, so that value is out of range (12 bit = 0-4095, 10 bit = 0-1023). It's probably due to bad code or a p

[Tinyos-help] TelosB and IRIS sensor value calculation

2012-04-20 Thread Conny Schmitt
Hallo together, I am working with TinyOS 2.x at the moment. My whole network works fine consisting of TelosB and IRIS motes with MTS 300 or MTS 400. I receive values for all of the sensors. The translation for the temperature is no problem but it is a problem for the following sensor data: On

[Tinyos-help] Acquiring SPI for exclusive access

2012-04-20 Thread kaustav das
Hi, I want to write some packet onto flash drive of telosb mote. As the radio is connected to same SPI bus it is interfering with the write. I want to access exclusive access to SPI bus during writing so that any packets if received at that time will be stored in the buffer of the radio. How can I

Re: [Tinyos-help] Problem with make iris

2012-04-20 Thread Janos Sallai
My guess is that you still have an old version of the nesc compiler and tinyos tools. I suggest that you uninstall everything that is tinyos related and install the latest version from scratch. Janos On Fri, Apr 20, 2012 at 9:11 AM, Rajarshi Middya wrote: > Hello Everyone, > > I had recently ins

[Tinyos-help] Problem with make iris

2012-04-20 Thread Rajarshi Middya
Hello Everyone, I had recently installed tinyos 2.0.2 in RHEL6 and then upgraded to 2.1.1 following the method in the website. I did the upgrade for the iris support. However, when I try to make iris in the RadioCountLeds application the following error appears. In file included from /opt/tiny