[Tinyos-help] how to use VoltageC interface to get voltage value in 4BitLinkEstimator?

2013-05-19 Thread niga
how to use VoltageC interface to get voltage value in 4BitLinkEstimator? in the file tos\lib\4Bitle\LinkEstimatorC,I Add components VoltageC in the implementation; then the code like this : configuration LinkEstimatorC { provides { interface LinkEstimator; } } implementation

[Tinyos-help] XMDA300 help

2013-05-19 Thread muhammad assd
Hi, I had a question about XMDA300. I see following readings: -- health: node id=2 parent=0 battery=2967 mV temperature: =23.545799 C humidity: =44.552540% p_adc0 =-0.15 mv p_adc1 =0.13 mv p_adc2 =0.10 mv

[Tinyos-help] How to build a Testbed with TinyOS

2013-05-19 Thread augusti
hi fellows, So, I am new on TinyOS and testbeds, I am still learning what is it and I came here to kindly ask you some help. I have majored in Computer Science, now I have to develop my Final Project at the University to trully graduate. My final project is to make an application like a testbed

[Tinyos-help] Iris crashing after few days

2013-05-19 Thread FreeSoul Forever
I have a fairly decent size (66K) program running on the Iris motes. The program randomly crashes after about a week. I have rechecked my array bounds to make sure i am not overwriting memory. I have 5000 bytes in RAM. I tried running the stack-check utility but it complained about recursive

[Tinyos-help] Fwd: Suggestion for TinyOS

2013-05-19 Thread nanthini nanthu
Whenever I hear, “It can’t be done,” I know I’m close to success.Michael Flatley http://about.me/nanthubha -- Forwarded message -- From: nanthini nanthu bhagavathynanth...@gmail.com Date: Fri, Apr 26, 2013 at 8:09 PM Subject: Suggestion for TinyOS To:

[Tinyos-help] Calculate Distance using AccelXStreamC

2013-05-19 Thread Melchor Garcia, Leticia
Hello, I am currently trying to calculate the distance between a root node and a regular node. The regular node uses AccelXStreamC. Does anyone know if its even possible to use the output of the AccelXStreamC to determine the distance between two nodes? Is there an alternative? I also gather

[Tinyos-help] Suggestion for TinyOS

2013-05-19 Thread nanthini nanthu
Hi, I am doing M.Tech in embedded systems. i am interested in TinyOS. I need a suggestion regarding TinyOS with ardino. Also i need to know about the recent scope in Tiny OS. If You suggest me i ll be really helpful for doing my project and research over this... So Kindly Help me...

Re: [Tinyos-help] [Tinyos-devel] jni cross-compiling

2013-05-19 Thread András Bíró
Hi everyone, I merged the modifications. I also added cross-compiling on windows, packaging scripts for tinyos-tools and tinyos (and fixed the msp430 packaging scripts on cygwin, but it's not related). I also generated some unofficial packages: tinyos-tools and nesc for raspberry pi armhf:

[Tinyos-help] Needing help to create jammers through shimmer node

2013-05-19 Thread Santosh Maharjan
Hi! I am conducting my thesis on ZigBee network security. I am in need of a jammer that can lead the co-ordinator down. Can any one of you provide me guidelines to configure shimmer node as a jammer for 802.15.4 or ZigBee network? It's urgent for me as the time is running out. Your every help

Re: [Tinyos-help] error when compile Blink application

2013-05-19 Thread tiny
Hello, Did you find a solution ? I have exactly the same errors. Can you describe me something to do ? Thank you for your answer. -- View this message in context: http://tinyos-help.10906.n7.nabble.com/error-when-compile-Blink-application-tp12289p23139.html Sent from the TinyOS - Help

[Tinyos-help] TinyOs and Nesc manual

2013-05-19 Thread Lynda Algerienne
Hello, I am a Tinyos bigeneer. So, I am looking for a good reference (course and labs) in order to write my Nesc code. I will be very grateful if someone can help me. Best regards ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu

Re: [Tinyos-help] TinyOs and Nesc manual

2013-05-19 Thread Lynda Algerienne
Hello, I am a Tinyos begineer. So, I am looking for a good reference (course and labs) in order to write my Nesc code. I will be very grateful if someone can help me. Best regards 2013/5/19 Lynda Algerienne lynda.algerie...@gmail.com Hello, I am a Tinyos bigeneer. So, I am looking for a

Re: [Tinyos-help] TinyOs and Nesc manual

2013-05-19 Thread Saeid Yazdani
There are some sources that can help you get started: - TinyOS official tutorials: http://docs.tinyos.net/tinywiki/index.php/TinyOS_Tutorials - nesC reference manual: http://www.tinyos.net/tinyos-2.x/doc/pdf/tinyos-programming.pdf