[Tinyos-help] Dozer for tinyos-1.x

2009-09-07 Thread David Guillen Jimenez
Hello everybody, I am trying to install a Network Protocol for my Wireless Sensor Network and I read about Dozer. I heve been searching in the Internet but I could not find it. Do you know where I could get it? Is it not a free distribution software? In case it wasn´t free, whom should

Re: [Tinyos-help] RadioCountToLes and Oscilloscope

2009-09-07 Thread David Guillen Jimenez
Hi, a) I think your are converting the last two field into two different integers. That´s why you always have a 1 (before last field) and the other one is increasing (last field). The counter field grows one per clycle, e.g., 08, 09, 0A, 0B... I don´t know what´s the negative sign, a positive

[Tinyos-help] time calculation

2009-09-07 Thread chikh omar
 Hello, Is there any difference in calculating time between TinyOS1 and TinyOS2. Thanks in advance, ** Omar Cheikhrouhou Engineer Researcher @SENS Lab (Software Engineering and Network Security) Higher Institute of Technological Studies - Address :

Re: [Tinyos-help] Cannot upload app to Iris using Mac OS X

2009-09-07 Thread Giorgos Mplemenos
Hi all, I had the same problem. I install the avrdude from macports and I made a softlink from macports repository to /etc/avrdude. The command I used was : sudo ln -s /opt/local/var/macports/software/avrdude/5.8_2/opt/local/etc/avrdude.conf /etc/avrdude/avrdude.conf and now I can program the

Re: [Tinyos-help] RadioCountToLes and Oscilloscope

2009-09-07 Thread Michael Schippling
The counter value is a two-byte UNSIGNED integer, although I would expect to see the low byte first so I'm not sure what I'm looking at here. An incrementing value of 0x01E8...0x01E9... seems like a good guess though. What the Oscope scopes is dependent on the platform and sensor board

[Tinyos-help] need help regarding compiling tutorial 2 of mote-mote communication

2009-09-07 Thread Mayank Kothiya
i got following error while compiling tutorial 2 of mote to mote communication; can anybody please tell me how to remove it? [r...@localhost BlinkToRadio]# make micaz mkdir -p build/micaz     compiling BlinkToRadioC to a micaz binary ncc -o build/micaz/main.exe  -Os -Wall -Wshadow -Wnesc-all

Re: [Tinyos-help] RadioCountToLes and Oscilloscope

2009-09-07 Thread pnky
The counter value is a two-byte UNSIGNED integer, although I would expect to see the low byte first so I'm not sure what I'm looking at here. An incrementing value of 0x01E8...0x01E9... seems like a good guess though. yes,but it is in hex form.do i make a mistake??? And i want to convert to

[Tinyos-help] classpath and makerules error

2009-09-07 Thread Aravind Ranganathan
Hello, I am new to using tinyos, installed 2.1.0 in ubuntu. Followed the basic instructions (i.e. tos-check-env) from http://docs.tinyos.net/index.php/Getting_Started_with_TinyOS and get the following warnings: 1. -- WARNING: CLASSPATH environment variable doesn't exist. Your classpath should

[Tinyos-help] uint64_t problems

2009-09-07 Thread BAI LI
Hi, I have developed a hash function recently on telosb. Now I tested it on micaz. When I compiled the program on telosb, there is no warning or errors. However, when it comes to micaZ nodes, it gave me a warining: squashm.nc:70: warning: integer constant is too large for 'long' type The 70th