Re: [Tinyos-help] Compile deluge

2012-12-19 Thread Eric Decker
what platform are you trying to compile for? What version of TinyOS are you using? These are important pieces of data that you have left out.When you leave out the simplest pieces of data needed to answer your question, most folks would just black hole your request. I'm in a particular good

[Tinyos-help] Two Research Assistant/Associate Positions in Body Sensor Networks

2012-12-19 Thread Benny Lo
*Two Research Assistant/Associate Positions in Body Sensor Networks* *The Hamlyn Centre, Imperial College London, UK*** http://www3.imperial.ac.uk/roboticsurgery/jobs Applicantions are invited to apply for 2 new vacancies at either Research Assistant (pre-doctoral) or Research Associate (post-

[Tinyos-help] Deluge T2 problem - ERROR: Timeout. Is the node a Deluge T2 base station?

2012-12-19 Thread Dudi Klone
Hello everyone! Could somebody tell why can't I proceed the first step when burning the deluge? When it says "At this point the first led (red) should be blinking", the first led was not blinking. Here is the output after typing "./burn bsl,/dev/ttyUSB0 serial@/dev/ttyUSB0:115200 telosb" ===

[Tinyos-help] Call for Papers and Participation for CMSSN 2013

2012-12-19 Thread Syed Misbahuddin
3rd International Workshop on Collaborative Mobile Systems and Sensors Networks (CMSSN 2013) Call for Papers and Participation As part of The 2013 International Conference on Collaboration Technologies and Systems(CTS 2013) http://cts2013.cisedu.info May 20-24, 2013 The Sheraton San Diego Hotel

[Tinyos-help] TelosADC application

2012-12-19 Thread MICHAEL GOREVSKI (RIT Student)
Hello, I was wondering if anyone could help me use the TelosADC application. I want to interface it with the oscilloscope gui. Any help would be appreciated. Thank You, Mike ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.mi

Re: [Tinyos-help] SPI slave with IRIS - How to read a SPI ADC

2012-12-19 Thread Janos Sallai
You don't want to use the registers directly. You should use the Atm128SpiC component, which provides an Init, Resource and SpiByte interface. Before using the SPI, you need to request the SPI resource through the Resource interface (the SPI subsystem is automatically configured after the resource

[Tinyos-help] TinyRPL multi root dodag info

2012-12-19 Thread Luca Ferrucci
Goodmorning, I have a question about the TinyOs implementation of Rpl, TinyRpl. I read on http://docs.tinyos.net/tinywiki/index.php/TinyRPL that the actual implementation support multiple DODAG_ID and a single InstanceID. Does it mean that I can support more than a DODAG tree (each with a different

Re: [Tinyos-help] how to use IEEE 802.15.4 layer in iris motes in any application

2012-12-19 Thread n_barroca
Is there any way to make the port of the TKN154 to the IRIS motes. -- View this message in context: http://tinyos-help.10906.n7.nabble.com/how-to-use-IEEE-802-15-4-layer-in-iris-motes-in-any-application-tp20092p22194.html Sent from the TinyOS - Help mailing list archive at Nabble.com. _

[Tinyos-help] Compile deluge

2012-12-19 Thread Ahmed Hesham
Hi all, I want to modify deluge a recompile it. I modified in delugeP.c and I want to recompile using make in /opt/tinyos/tools the problem is that I don't have tools folder where to compile from given that I installed using Stanford repository. I am using Ubuntu 10.10 Regards, Ahmed Hesham

Re: [Tinyos-help] Using UART1 instead of UART0

2012-12-19 Thread Sean Dekker
Dear Eric, I directly soldered a wire in TX and RX pins of FTDI chip on telosb. Now I can send bytes using the following command without the need to stop radio first. Its working very fine: printf("%c%c%c", byte1, byte2, byte3) I have also soldered a wire to the RX pin of FTDI chip. But I d

Re: [Tinyos-help] Fwd: Temperature, Humidity and Light formula.

2012-12-19 Thread Sarah John Mwariti
Hi Rubén, Thank you for the formulas. Thats what i was looking for. Thank you Sara. On Thu, Dec 13, 2012 at 12:15 PM, Rubén acedo albendea < para_los_medal...@hotmail.com> wrote: > Hi guys, > > I have worked in telosb plataform, to convert temperature, light and > humidity sensor raw data, I

Re: [Tinyos-help] Temperature, Humidity and Light formula.

2012-12-19 Thread Sarah John Mwariti
thanks Eric for the reply. I am using telosb motes. I have modified the oscilloscope app. For the temperature and humidity it is working fine now. i have wired the SensirionSHT11 for humidity and temp. and used this formula for temp to give me sensible results - 38.4 + 0.0098 * (data). For light