[Tinyos-help] Timer Help Required

2014-02-05 Thread Sulaiman Rais
I am trying to send a gaussian signal (70khz) from my telosb mote. Note: I have confiqured Oscilloscope to send data serially rather tha over radio to overcome buffer problem (i am doing things step by step)  a) I changed the adc clock to ADC12OSC (works fine) b) i changed the timer clock to TMicr

[Tinyos-help] warning: call via function pointer

2014-02-05 Thread Doyle, Alan
Hi, New to TinyOs. I'm importing existing code that uses function pointers and get the 'warning: call via function pointer' compiler message. As its a warning its presumably not illegal but what are the implications of using them? Thanks ___ Tinyos-h

[Tinyos-help] tinyos installation

2014-02-05 Thread Lakshmi Swathi Chavvakul
I am trying to install tinyos manually on ubuntu. I am confusing which rpm files are installed and how to install those files. Please help me on this. Thanks, ls ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berk

Re: [Tinyos-help] tinyos installation

2014-02-05 Thread Eric Decker
You are using Ubuntu which is based on Debian and uses .deb packages (not rpms). There are reasonable instructions (although you might have to change things around a little) at Development_Environment no rpms involv

Re: [Tinyos-help] warning: call via function pointer

2014-02-05 Thread Eric Decker
The implication is just that it is dangerous. If something hammers the pointer the call will go off in the weeds. Its use is discouraged because of this for embedded systems that need to be extremely robust. But it happens. And if you know what you are doing and are willing to accept the risk

Re: [Tinyos-help] tinyos installation

2014-02-05 Thread Bipin
Hey Lakshmi.. TinyOS Installation is just simple. 1-> you Just add the Mirror list in your sourcce list of repository 2-> Then, In ubuntu you should have to type the "sudo apt-get install tinyos" for the installation If you want to get more detai

[Tinyos-help] Implemetation of ZigBee Stack in TinyOS

2014-02-05 Thread Bipin
Hello Eric.. This message for you to asking about the implementation of ZigBee Stack in TinyOS. I know that the Micaz mote is Zig Bee Alliance Group Device. So it can support the ZigBee Stack in it. I got the ZigBee Stack from Texas Instrument