[Tinyos-help] printf error

2013-01-10 Thread Sarah John Mwariti
Happy new year guys... I want to use printf statements in an application and I added the following flags in the makefile. CFLAGS += -I$(TOSDIR)/lib/printf CFLAGS += -DPRINTF_BUFFER_SIZE=250 and i have added include :#include printf.h header file but when i make telosb install, i get the

Re: [Tinyos-help] Help regarding GPIO output for mica2

2013-01-10 Thread András Bíró
Hi Sid, Because it's platform independent. HplAtm128GeneralIOC maps the IO port of the microcontroller, but there's no guarantee that PW0 is connected to the same microcontroller pin on every mote. Furthermore, it's theoretically possible to create an msp430 based mote with 51 pin connector, and

Re: [Tinyos-help] CC2420 Vs. CC2420X

2013-01-10 Thread wasif masood
Thanks Janos, now these stacks seem to have some relevance, see the histograms below: http://s7.postimage.org/3oh7d6gln/cc2420.png http://s9.postimage.org/qswev86xr/cc2420x.png Miklos, Thanks for the reply but I was referring to timestamping accuracy in Ucmini, so the question was does ucmini

Re: [Tinyos-help] CC2420 Vs. CC2420X

2013-01-10 Thread Miklos Maroti
Hi Wasif, On Thu, Jan 10, 2013 at 10:05 AM, wasif masood rwmas...@gmail.com wrote: Thanks Janos, now these stacks seem to have some relevance, see the histograms below: http://s7.postimage.org/3oh7d6gln/cc2420.png http://s9.postimage.org/qswev86xr/cc2420x.png Miklos, Thanks for the

Re: [Tinyos-help] CC2420 Vs. CC2420X

2013-01-10 Thread wasif masood
thanks Miklos, that is convenient! On Thu, Jan 10, 2013 at 10:23 AM, Miklos Maroti mmar...@math.u-szeged.huwrote: Hi Wasif, On Thu, Jan 10, 2013 at 10:05 AM, wasif masood rwmas...@gmail.com wrote: Thanks Janos, now these stacks seem to have some relevance, see the histograms below:

[Tinyos-help] transmission message gets corrupted, if member in the structure is altered

2013-01-10 Thread Swetha
Problem in the event rreqsender.sendDone. Led is set when the route_record[i] of i is below 8 , if not there is no signal.. implementation{ bool busy; message_t pkt; event void Boot.booted() { call Radio.start(); call Leds.set(1); }

Re: [Tinyos-help] printf error

2013-01-10 Thread Saeid Yazdani
Do you have the following line in your configuration file? components SerialPrintfC; notice that you don't need to wire it to anything. On 10-1-2013 9:28, Sarah John Mwariti wrote: Happy new year guys...

[Tinyos-help] Epic Cape (802.15.4 wireless) for BeagleBone embedded Linux board

2013-01-10 Thread Christopher Wilson
(apologies if this isn't the correct list to post about new hardware) Around new years I had day or two of free time and decided to create an 802.15.4 cape for the BeagleBone Cape Contest (http://beagleboard.org/CapeContest) The cape is called the Epic Cape and it is essentially a PCB shim for

Re: [Tinyos-help] Epic Cape (802.15.4 wireless) for BeagleBone embedded Linux board

2013-01-10 Thread Antonio Linan
On Thu, Jan 10, 2013 at 10:53 PM, Christopher Wilson cwil...@flyingcampdesign.com wrote: (apologies if this isn't the correct list to post about new hardware) Around new years I had day or two of free time and decided to create an 802.15.4 cape for the BeagleBone Cape Contest

[Tinyos-help] Block Erase problem (at45db), review request

2013-01-10 Thread Eric Decker
r0mi has reported (https://github.com/tinyos/tinyos-main/issues/162https://github.com/tinyos/tinyos-main/issues/162) a problem when trying to erase the entire media when using the at45db flash hardware. He/she has also proposed a fix ( https://github.com/tinyos/tinyos-main/pull/163). However, I

Re: [Tinyos-help] Epic Cape (802.15.4 wireless) for BeagleBone embedded Linux board

2013-01-10 Thread Christopher Wilson
On 1/10/13 2:44 PM, Antonio Linan wrote: On Thu, Jan 10, 2013 at 10:53 PM, Christopher Wilson cwil...@flyingcampdesign.com mailto:cwil...@flyingcampdesign.com wrote: (apologies if this isn't the correct list to post about new hardware) Around new years I had day or two of free time

[Tinyos-help] Checking for AM GROUP and AM TYPE

2013-01-10 Thread Sean Dekker
Hi all, I can successfuly receive radio packets on TelosB platform. However, all the nodes that I am working with do receive the packet from BaseStation mote. How can I check if a packet is intended to come into a specific mote? For example I have the follwoing code in header of my

Re: [Tinyos-help] Checking for AM GROUP and AM TYPE

2013-01-10 Thread Eric Decker
On Thu, Jan 10, 2013 at 10:49 PM, Sean Dekker sean.dek...@gmx.com wrote: Hi all, I can successfuly receive radio packets on TelosB platform. However, all the nodes that I am working with do receive the packet from BaseStation mote. How can I check if a packet is intended to come into a