[Tinyos-help] Implementing UART in Application to communicate

2006-09-16 Thread Sumit Gupta
Hi, I want to implement UART communcation in an application so that I can install that application to base mote and communicate with it through PC to collect network data. Any help or guidance is appreciated. Regards, Sumit ___ Tinyos-help mailing list

[Tinyos-help] how can i Run Trawler

2006-09-16 Thread Boushra MAALA
goodmorningi have installed tinyos.1 but i need to use Trawler. my question is how can i install Trawler without needing to install all of tinyos.2 ?it is possible or no?if it is possible what is the way to do that?i wait your answerthank you Talk is cheap. Use Yahoo! Messenger to

[Tinyos-help] error The procedure entry point __getreent could not be located in the dynamic link library cygwin1.dll

2006-09-16 Thread bibudh
Hi, I’ve installed TinyOS 1.1.0 and then upgraded it to TinyOS2.x by following the instructions obtained in http://www.tinyos.net/tinyos-2.x/doc/html/upgrade- tinyos.html. It suggests that you can switch back and forth between 1.x and 2.x just by changing the environment variables like

Re: [Tinyos-help] error The procedure entry point __getreent could not be located in the dynamic link library cygwin1.dll

2006-09-16 Thread Sundar Subramanian
Did you install nesc1.2.7a by any chance? You should install the 1.2.7b.. and install it with --ignoreos switch.On 9/16/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi, I've installed TinyOS 1.1.0 and then upgraded it to TinyOS2.x by followingthe instructions obtained in

[Tinyos-help] mts510 sensor reading confusion

2006-09-16 Thread song guo
Hi all, Currently I amplaying withxbow mts510 sensor board. However, thecooked data for this board make me confusing: 1. According to the convert function of mic, the reading should be the average of the five sound samples, however the reading is a huge negative number, it is strange. 2.could

Re: [Tinyos-help] Implementing UART in Application to communicate

2006-09-16 Thread Michael Schippling
If you can stand to stick with the TOS_Msg format you can just use GenericComm send( TOS_UART_ADDR, ... ). Otherwise look into the lowerlevel UARTM code. MS Sumit Gupta wrote: Hi, I want to implement UART communcation in an application so that I can install that application to base mote and

[Tinyos-help] Upgrade to TinyOS1.1.15

2006-09-16 Thread jabdo
Hello, I am trying to upgrade TinyOS1.1.10 to TinyOS1.1.15... I am following the instructions in http://www.tinyos.net/dist-1.1.0/snapshot-1.1.15Dec2005cvs/doc/install-snapshots.html; Download the most recent 1.1.x rpm: tinyos-1.1.15Dec2005cvs-1.cygwin.noarch.rpm Install. As Administrator in a

[Tinyos-help] TinyDB on MicaZ and Reset.h

2006-09-16 Thread Sarfraz Nawaz
Hi,I have downloaded TinyDB from sourceforge CVS. It compiles for Mica2 but when I try to compile for MicaZ I get the following error/opt/tinyos-1.x/tos/system/Reset.h:56:2: #error Reset.h not defined/supported for your platform, aborting... In file included from

[Tinyos-help] netbsl for TinyOS-2.x

2006-09-16 Thread Chad Metcalf
Does anyone have netbsl working for TinyOS 2.x? I tried to modify the script and .extra out of 1.x and Boomerang but I seem to be stumped. I'm not getting any errors but the programming isn't going through. I can ping my Tmote Connect. netcat is installed and working. I'm not sure where else to