[Tinyos-help] problems with programming base station (timer problem)

2006-07-30 Thread Esmaeil Nadimi
Hi all I was wondering if someone can help us regarding this code. What we need to do is to program the base station to send three anchor packets after the timer get fired (After 30 seconds). The base station should wait 30 sec and then sends three packets but what happens is the base station

[Tinyos-help] node localization using RSSI

2006-07-04 Thread Esmaeil Nadimi
Hi all I am doing a project which I need to localize the nodes (Micaz motes) using RSSI. How can I define some nodes as beacons (the nodes which they know their position) in such a way that mobile nodes communicate with them and also with the gateway. Is there any application similar or any code?

[Tinyos-help] help needed, problem with upgrading tinyos

2006-06-29 Thread Esmaeil Nadimi
Hi all I have tried to upgrade my TinyOS environment from TinyOS 1.1.0 tinyos1.1.10Jan2005...) to CVS tinyos1.1.15DEC2005... but I have got problems. What I have done was 1) Upgrading cygwin and installing all the new packages 2) Installing CVS snapshot in the rpm directory. Now that I want to

[Tinyos-help] help with CntToLedsAndRfm

2006-04-19 Thread Esmaeil Nadimi
Hi I have programmed the motes with CntToLedsAndRfm and RfmToLeds yesterday and everything was ok, but today I tried to do the same to simulate the network using TOSSIM but I receive the error as below when I try to program the motes in CntToLedsAndRfm: CntToLedsAndRfm.nc:43: cannot find

[Tinyos-help] RE:Why magnetometer readings do not change

2006-03-09 Thread Esmaeil Nadimi
Hi The main problem of the magnetometer (i believe you are using HMC1002) is the saturation. They easily saturate by magnetic fields. In the datasheet, you can find different SET/RESET circuits which u can design to solve the saturation problem. ___