[Tinyos-help] Linking Math Library

2015-01-24 Thread Lynda Algerienne
Hello, I writing a tinyos code. I need to use the logarithm function. I got the following error: undefined reference to log I have tried two solutions: adding -lm option to my make file but it did not work I have tried to use logf but the returned result is wrong. Can anyone please help me to

[Tinyos-help] Mote to mote communication

2014-10-28 Thread Lynda Algerienne
Hello, I am trying to simulate mote to mote communication between two XM1000 sensors. I followed http://www.tinyos.net/dist-2.0.0/tinyos-2.x/doc/html/tutorial/lesson3.html I did not get any error but it appears that the second mote did not receive any message. I tried to measure Rssi and print

[Tinyos-help] Saving in the temperature in a file

2014-10-24 Thread Lynda Algerienne
Hello, I am using XM1000 sensors and I would like to save the obtained values of the temperature in a file. I read that I can redirect the values to a file using notation. I tried several times but I did not succeed. I will be very grateful if someone can help me. Best regards, Lynda

[Tinyos-help] Component SerialPrintfC

2014-01-02 Thread Lynda Algerienne
Hello, I need to save temperature data. I followed this link https://www.millennium.berkeley.edu/pipermail/tinyos-help/2013-July/057404.html The following error raised: Component SerialPrintfC not found Could you please help me? Best regards,

[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

[Tinyos-help] Msp430-47

2013-04-16 Thread Lynda Algerienne
Hi, I am trying to run Tinyos-2.1.1 with msp430-47 but I once I compile telosb I had the following error : msp430-gcc: erreur: unrecognized command line option ‘-mdisable-hwmul’ make: *** [exe0] Erreur 1 I will appreciate any help from you. Best regards

[Tinyos-help] Tinyos-2.1.1 + XM1000 sensors

2013-04-07 Thread Lynda Algerienne
Hello, My TinyOs-2.1.1 is now well installed . However, it did not recognize my sensors. I had got the following error: root@samia-laptop:/opt/tinyos-XM1000/apps/Blink# make xm1000 install.0x0001 bsl,/dev/ttyUSB0 /opt/tinyos-2.1.1/support/make/Makerules:170: *** Usage: make target extras

[Tinyos-help] Tinyos-2.1.1 installation on Ubuntu 10.04

2013-04-04 Thread Lynda Algerienne
Hello, I am trying to install Tinyos-2.1.1. I have got the following errors. Could someone help me to fix the errors root@samia-laptop:/opt/tinyos-2.1.1/apps/Blink# make telosb mkdir -p build/telosb compiling BlinkAppC to a telosb binary ncc -o build/telosb/main.exe -Os -O -mdisable-hwmul