[Tinyos-help] Tossim channel creation problem

2013-11-19 Thread PREETI BISHT
i am referring http://www.tinyos.net/dist-2.0.0/tinyos-2.0.0/doc/html/tutorial/lesson11.html Go into RadioCountToLedsC and modify the Boot.booted event to print out a debug message when it boots, such as this: *event void Boot.booted(){* *call Leds.led0On();* *dbg(Boot,Application booted.

[Tinyos-help] addChannel(Boot,sys.stdout); doesnt work!!

2013-11-19 Thread PREETI BISHT
i am referring http://www.tinyos.net/dist-2.0.0/tinyos-2.0.0/doc/html/tutorial/lesson11.html Go into RadioCountToLedsC and modify the Boot.booted event to print out a debug message when it boots, such as this: *event void Boot.booted(){* *call Leds.led0On();* *dbg(Boot,Application booted.

[Tinyos-help] addChannel(Boot,sys.stdout); doesnt work!!

2013-11-19 Thread PREETI BISHT
i am referring http://www.tinyos.net/dist-2.0.0/tinyos-2.0.0/doc/html/tutorial/lesson11.html Go into RadioCountToLedsC and modify the Boot.booted event to print out a debug message when it boots, such as this: *event void Boot.booted(){* *call Leds.led0On();* *dbg(Boot,Application booted.

Re: [Tinyos-help] CC430

2013-11-19 Thread Michiel Konstapel
Currently merging tinyprod/tp-master into our fork based off tinyos-main. The USCI code between the two repos is different, but I don't have a way of telling which one is right/better. Seems tinyos-main is more up to date in this case. Which of these do I want?

[Tinyos-help] Tracking Simple TinyOs

2013-11-19 Thread Alaios
Hi all, I was trying to implement something similar to the project here. http://prasanthprabalan.blogspot.de/2012/07/connect-buzzer-to-gio-output-of-telosb.html but I was getting none of my sensor. I tried to track down the problem my self, so I started reducing the written code a lot to

Re: [Tinyos-help] CC430

2013-11-19 Thread Eric Decker
you want to use tp-master and then take what you have that is different and merge that onto a branch off tp-master. If you merge your branch off tinyos-main onto tp-master, you effectively are duplicating the merge work that I do every once in a while. tp-master tracks tinyos-main. tinyos-main

Re: [Tinyos-help] GeneralIO interface

2013-11-19 Thread Alaios
Hi Eric, great answer as always. Answers inline (red font to be readable) On Thu, Nov 14, 2013 at 12:31 PM, Alaios ala...@yahoo.com wrote: Hi, actually when I learn something new I always try a toy game, most of the time does not make sense but is fun. no problem.   writing simple games

Re: [Tinyos-help] CC430

2013-11-19 Thread Eric Decker
On Tue, Nov 19, 2013 at 3:36 AM, Michiel Konstapel m.konsta...@sownet.nlwrote: What would be the best jumping off point for our CC430F5137 based platform? First the choice of the CC430f5137 isn't great. It doesn't have much code space and it has very little RAM. 32K code and 4K RAM. But if

Re: [Tinyos-help] CC430

2013-11-19 Thread Antonio Linan
I have been using the msp430 x5xxx implementation from tp-master and had no problem, the I2C/SPI works great but I have not looked the ADC implementation. I've ported the CC1120 from the Gnode's CC1101 driver (thanks Michiel bttw!) with CC1190 support for operation in compliance with

Re: [Tinyos-help] CC430

2013-11-19 Thread Eric Decker
On Tue, Nov 19, 2013 at 1:49 PM, Antonio Linan ali...@zolertia.com wrote: I have been using the msp430 x5xxx implementation from tp-master and had no problem, the I2C/SPI works great but I have not looked the ADC implementation. I've ported the CC1120 from the Gnode's CC1101 driver (thanks

[Tinyos-help] Forward

2013-11-19 Thread Mai Al-Duailij
Hello, First of all, please excuse the elementary question and my first attempt to program in nc. I'm still learning, and would really appreciate any help. I'm trying to send a message from PC1 --BS1_node -- node3 -- BS2_node --- PC2 So far I was able to send the message from PC1 --BS1_node --

Re: [Tinyos-help] CC430

2013-11-19 Thread Antonio Linan
On Wed, Nov 20, 2013 at 1:15 AM, Eric Decker cire...@gmail.com wrote: On Tue, Nov 19, 2013 at 1:49 PM, Antonio Linan ali...@zolertia.comwrote: I have been using the msp430 x5xxx implementation from tp-master and had no problem, the I2C/SPI works great but I have not looked the ADC