Re: [Tinyos-help] TinyOS + STM32 + Silabs Si4432

2012-03-29 Thread Bíró , András
Hi Oleg, The silabs driver from szte-wsn is not ready to use, we had some hardware bug, and we couldn't really test it. We want to finish it, but right now we have more important projects. Andris On Wed, Mar 28, 2012 at 1:44 PM, Oleg Trenkin legotro...@gmail.com wrote: Hi All, I want to use

Re: [Tinyos-help] TinyOS reading from UART byte per byte

2012-03-29 Thread Bíró , András
Hi, You should use the UartStream/UartByte interfaces provided by PlatformSerialC. Andris On Wed, Mar 28, 2012 at 2:34 AM, Jan Ebora j3b...@gmail.com wrote: Hello, I'm just wondering how would one go about reading bytes from the uart and changing baud rate. There is barely any tutorials on

Re: [Tinyos-help] TinyOS + STM32 + Silabs Si4432

2012-03-29 Thread Miklos Maroti
Hi Oleg, Any help is welcome! :) But yes, we have the ucdual platform with an rfa1 and si4432 dual radio, and I plan to use it in the near future: http://ucmote.unicomp.hu/en/content/menu_134/products#drd Best, Miklos On Thu, Mar 29, 2012 at 8:16 AM, Bíró, András andras.b...@unicomp.hu wrote:

Re: [Tinyos-help] TinyOS reading from UART byte per byte

2012-03-29 Thread Martin Cerveny
Hello. On Tue, 27 Mar 2012, Jan Ebora wrote: I'm just wondering how would one go about reading bytes from the uart and changing baud rate. There is barely any tutorials on this matter; I've only found tutorials and examples on reading/sending packets, which is a higher level protocol. I would

Re: [Tinyos-help] TinyOS + STM32 + Silabs Si4432

2012-03-29 Thread Oleg Trenkin
Hi Andras, Hi Miklos, Thank you for quick reply! My decision of use TinyOS or not, depends on summary of the possibility and difficulty porting TinyOS to my hardware. So, If I can correct use all key parts (STM32 and Si4432) with TinyOS, I can start. Than I will help you to write correct Silabs

Re: [Tinyos-help] TinyRPL+TOSSIM

2012-03-29 Thread Jens Dede
Hi, I have a TOSSIM simulation branch in my git repository. Perhaps that works for you as well. You may clone it using git clone -b sim-scenario http://www.comnets.uni-bremen.de/~jd/git/tinyos-main.git As a start use the modificated UDPEcho. Compile it using make micaz sim-rpl blip. Afterwards

[Tinyos-help] (no subject)

2012-03-29 Thread rakshita guddi
hai, Am trying to modify RadioSenseToLeds, such that the payload has data from 3 different sensors attached to it. The program works fine. But since i used DemoSensor, everyvalue i receive is the same. How to generate random value for simulation purpose? pls help me.

[Tinyos-help] How to disable the initial backoff

2012-03-29 Thread Han Bin
Hello everyone, I'm implementing schedule-based MAC protocol in telosb mote. I use AMSenderC interface to send message and TinyOS MAC does an initial backoff before sending a message. My protocol has two types of messages. Before sending message A, I want to do an initial backoff, but for

Re: [Tinyos-help] Cannot find module

2012-03-29 Thread Xiaoyang Zhong
Try to add the direcory path of ConnectionC in your Makefile. CFLAGS += -I$(TOSDIR)/path replace 'path' with the actual path of ConnectionC in tinyos-2.1.1/tos/. On Tue, Mar 27, 2012 at 6:20 PM, Jared Fisher j.fisher1...@live.com wrote: Hello, I am getting an error saying that it cannot

Re: [Tinyos-help] (no subject)

2012-03-29 Thread Xiaoyang Zhong
Hi, You can use interface Random to generate a 16-bit or 32-bit random value. It's very easy to use. On Thu, Mar 29, 2012 at 6:26 AM, rakshita guddi rkshtgu...@gmail.comwrote: hai, Am trying to modify RadioSenseToLeds, such that the payload has data from 3 different sensors attached to it.

Re: [Tinyos-help] [tinyos-help] Deluge T2 Reprogramming Fail

2012-03-29 Thread Xiaoyang Zhong
Hi, I solved this problem by replace the rechargablt batteries with a new pair of disposable batteries, whose voltage level is above 2.7V. Deluge T2 will not reboot the mote if the voltage level is below 2.7V. For rechargable batteries, even if they are charged full, the voltage level is 1.2V per