[Tinyos-help] help about Basestation application (wireless comm vs. serial comm)

2012-04-20 Thread Mashal al-shboul
Hi all Tinyos users,    I have been developing and testing a Tinyos application on serial communication only (between iMote2 sensor node and PC). Now, i want to deploy this application on a terminal wireless node and have a basestation node to receive messages from the wireless node and

[Tinyos-help] about iMote2 PIR motion sensor

2012-04-14 Thread Mashal al-shboul
Hi All, i need help in using the infrared motion sensor that is mounted on the IMB400 board for iMote2 platform. Do you have some experience in using this motion sensor? Does anyone of you know what components/interface in TinyOS 2.1.1 are used to make the PIR sensor work ?  Thanks in advance

[Tinyos-help] help about Audio compresion on iMote2

2012-02-28 Thread Mashal al-shboul
Hi All, please, does anyone of you know about audio compression on wireless sensor networks in general or in iMote2. i have audio samples captured by the sensor node, and i want to compress them to smaller sizes before and transmit them to a base node. any help is very appreciated. regards,

[Tinyos-help] urgent need for help about error: undefined reference to

2012-02-24 Thread Mashal al-shboul
Hi All, i am using tinyos 2.1.1 and nesc to write a program for imote2 platform, i need to use .c file for calling some methods in it, so i put this file and its .h file in the same directory and wrote  #include ezcompress.h, which is the file needed BUT i got this error:  

Re: [Tinyos-help] urgent need for help about error: undefined reference to

2012-02-24 Thread Mashal al-shboul
in the Makefile but i don't how to configure . do you have any info? Regards, Mash'al. Jordan From: Eric Decker cire...@gmail.com To: Mashal al-shboul shboul8...@yahoo.com Cc: tinyos-help@millennium.berkeley.edu tinyos-help@millennium.berkeley.edu Sent: Friday

[Tinyos-help] Regarding iMote2's PIR sensor

2012-02-14 Thread Mashal al-shboul
    Hi all, Please, Have anyone of you tried using the iMote2's PIR infrared sensor?, Do you know the tinyos interfaces that enable using reading from the sensor. Any help is appreciated. Regards, Mash'al ___ Tinyos-help mailing list

Re: [Tinyos-help] Need for help

2012-02-13 Thread Mashal al-shboul
for that ?! From: Sergio Valcarcel serteck...@gmail.com To: Mashal al-shboul shboul8...@yahoo.com Cc: tinyos-help@millennium.berkeley.edu tinyos-help@millennium.berkeley.edu Sent: Monday, February 13, 2012 7:43 AM Subject: Re: [Tinyos-help] Need for help Hi

Re: [Tinyos-help] Need for help

2012-02-13 Thread Mashal al-shboul
...@zolertia.com To: Mashal al-shboul shboul8...@yahoo.com Cc: tinyos-help@millennium.berkeley.edu tinyos-help@millennium.berkeley.edu Sent: Monday, February 13, 2012 9:02 AM Subject: Re: [Tinyos-help] Need for help You should search instead compression algorithms commonly used for audio signals

Re: [Tinyos-help] Tinyos-help Digest, Vol 106, Issue 81

2012-02-13 Thread Mashal al-shboul
Hi David, To find what is the port name, you can use the command dmesg in linux environment , run it then plug the usb cable, the port will be detected and the name is shown. Regards, Mash'al From: tinyos-help-requ...@millennium.berkeley.edu

[Tinyos-help] Need for help

2012-02-12 Thread Mashal al-shboul
Hi All, I need a help in data compression in tinyOS and nesC. has anyone of you tried compression (especially for audio format) ?. do you know anything about using Intel Integrated Performance Primitives (IIP ) for compression ? any help is good for me, thanks in advance Regards, Mash'al

[Tinyos-help] Need for help about playing audio

2012-02-11 Thread Mashal al-shboul
Hi All, i need to play audio raw data (in hex) after they are captured by iMote2 and streamed to my PC, Do you know anything about library(java),commands, or any method on Linux to play the captured audio samples ?. any help is appreciated, thanks in advance Regards, Mash'al

[Tinyos-help] help about problem in TestSerial application:TOSComm JNI library runtime error: flush: Input/output error

2012-02-10 Thread Mashal al-shboul
Hi All, i am trying to run TestSerial application after correctly compiled and flashed to iMote2, in tinyOS 2.1.1. when i run:   mashal@ubuntu:/opt/tinyos-2.1.1/apps/tests/TestSerial$  java TestSerial -comm serial@/dev/ttyS0:intelmote2 i get the following error: serial@/dev/ttyS0:115200 died -

Re: [Tinyos-help] help about problem in TestSerial application:TOSComm JNI library runtime error: flush: Input/output error

2012-02-10 Thread Mashal al-shboul
. Mash'al From: Eric Decker cire...@gmail.com To: Mashal al-shboul shboul8...@yahoo.com Cc: tinyos-help@millennium.berkeley.edu tinyos-help@millennium.berkeley.edu Sent: Friday, February 10, 2012 2:12 AM Subject: Re: [Tinyos-help] help about problem

[Tinyos-help] need help about installing and checking JAVA for Mote-PC communication !

2012-02-06 Thread Mashal al-shboul
Hi All, I need help about checking Java installation in UBUTNU for communication between the PC and iMote2 sensor mote. i have the directory tinyos-2.1.1/support/sdk/java correctly,should i compile it?. However when i compile it (by make intelmote2), i get make: *** No rule to make target

[Tinyos-help] Fw: need help about installing and checking JAVA for Mote-PC communication !

2012-02-06 Thread Mashal al-shboul
kayaniya...@yahoo.com To: Mashal al-shboul shboul8...@yahoo.com Sent: Monday, February 6, 2012 3:29 AM Subject: Re: [Tinyos-help] need help about installing and checking JAVA for Mote-PC communication ! Salam have you check the tos-check-env to verify the installation moreover go to apps

[Tinyos-help] help me about USB config for JTAG

2011-11-19 Thread Mashal al-shboul
Hi All, How are you? i need a help in configuring my ubuntu 11.10 for iMOTE2 programming using JTAG, briefly,  USB configurations requested uncomment lines in a file called mountdevubfs.sh in /etc/init.d   the problem is I DON'T HAVE THIS FILE IN THE DIRECTORY /etc/init.d, i tried to get it

[Tinyos-help] request for help about tinyos compilation and jdk1.5

2011-11-06 Thread Mashal al-shboul
Hi All, i am new member in the list,i am happy to be here. actually, i installed tinyos-2.1.1 and its compiler packages,and now i'm trying to check the environment ;   so, when i compile an application in the shell  no error appears but it ends at:       ...