[Tinyos-help] TinyOS 2.x for Tmote Invent

2008-11-10 Thread Tony O'Donovan
Hi, I was wondering if anyone has written drivers for the Tmote Invent sensors for TinyOS 2. The accelerometer is of particular interest... Thanks Tony ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu

Re: [Tinyos-help] radio CC2420

2008-09-19 Thread Tony O'Donovan
Hi, In the first version of the code you called send immediately after calling RadioControl.start. This send occurs during the radio transceiver's startup phase and will fail. By moving the send to the RadioControl.startDone you can be sure the radio is operational. Communication cannot occur

Re: [Tinyos-help] radio CC2420

2008-09-18 Thread Tony O'Donovan
Hi, The cc2420 radio only takes a few microseconds to start, more details can be found in the cc2420 datasheet. Looking at the code below I would suggest moving your AMSend.send call to the RadioControl.startDone event. Your send is currently being called before the radio is started... Tony

Re: [Tinyos-help] snooping

2008-09-11 Thread Tony O'Donovan
Hi, You can use the Basestation application to snoop, just make sure it's compiled with the CC2420_NO_ACKNOWLEDGEMENTS and CC2420_NO_ADDRESS_RECOGNITION flags. If you want to see duplicate packets remove UniqueReceiveC from CC2420ActiveMessageC. Tony --- funofnet Funofnet [EMAIL PROTECTED]

Re: [Tinyos-help] Pls Help:Raw Data conversion to engineering units

2008-08-26 Thread Tony O'Donovan
There's a user manual that gives details of the conversions. http://www.xbow.com/Products/Product_pdf_files/Wireless_pdf/MTS_MDA_Datasheet.pdf --- Brandon Fu [EMAIL PROTECTED] wrote: Hi all, I am currently doing a project on data conversion captured to engineering units. Do anyone know the