RE: [Tinyos-help] EXTERNAL ANTENNA

2007-09-05 Thread Munaretto, Daniele
Nothing particular, just let tinyos run as before. I mean, the mote will use automatically the new antenna (if well connected :-)) Cheers Daniele Daniele Munaretto Researcher DoCoMo Communications Laboratories Europe GmbH Landsbergerstraße 312 80687 Munich Germany Mobile

[Tinyos-help] using Packet Link interface in TinyOS 2.0.2.2

2007-09-05 Thread Avinash Sridharan
Hi All, I was trying to use the Packet Link interface in TinyOS 2.0.2.2 release. I read in TEP 127 that you could use the Packet link interface to set the max number of retries and the retry delay. However in the CC2420 stack although the CC2420ActiveMessageC component exposes the PacketLink

[Tinyos-help] Micaz antenna extension

2007-09-05 Thread Marios Milis
Dear all, We work on an application with Micaz nodes and we would like to extend the length of their antennas (i.e to be 2-3 meters away of the node). Could anyone help us on this? Thanks a lot in advance Kind regards Marios -- - Mr Marios

RE: [Tinyos-help] Micaz antenna extension

2007-09-05 Thread Munaretto, Daniele
One can remove the original antenna (just unplugged it) and replace it with the new one, for instance. Hoping it helps Cheers Daniele Daniele Munaretto Researcher DoCoMo Communications Laboratories Europe GmbH Landsbergerstraße 312 80687 Munich Germany Mobile : +49- 162-

Re: [Tinyos-help] Good choice of linux for Dell latitude 600 and tinyos2

2007-09-05 Thread Sarfraz Nawaz
Just to mention for other users, I am using Debian on Latitude D600 with tinyos and it works perfectly. On 9/5/07, KURT PETERS [EMAIL PROTECTED] wrote: I use a dell 600m with Suse 10.2 and it works like a charm. I had to use a ndiswrapper for the wireless card, but I understand that's pretty

Re: [Tinyos-help] Junk data with Adc on telosb

2007-09-05 Thread Nicolas Esteves
Hi Jan and John, Thank you for your responses, I finally find where the problem occured, it seemed to be a problem of buffer copy. I fixed this while rewriting a large part of my code so I'm not sure about this but apparently it wasn't exactly an adc problem but when I handle the results and

[Tinyos-help] Compiling error using Cygwin

2007-09-05 Thread Roberto Gioè
Hi all, I'm using Cygwin and tynyOS 2.0. I installed all packaged required and I configured the environment variables. I can't compile the BlinkC application and the error message is the following: [EMAIL PROTECTED] /cygdrive/d/cygwin/opt/tinyos-2.x/apps/Blink $ make micaz mkdir -p

Re: [Tinyos-help] PowerTOSSIM

2007-09-05 Thread Ittipong Khemapech
Which TinyOS are you using? It's been included since TinyOS 1.11. Ittipong On 03/09/2007, bou ahm [EMAIL PROTECTED] wrote: *HELLO* *please where I can download PowerTOSSIM* *THANKYOU* -- Ne gardez plus qu'une seule adresse mail ! Copiez vos

[Tinyos-help] help required run cygwin command from java

2007-09-05 Thread amrit kumar
Hi All, I am currently working on Tiny OS related stuff and am stuck with the following problem. Please let me know if you have a solution. A part of the *java code* is required to do the following : 1. Open bash shell (cygwin) from command prompt by running bash -- login i on command prompt

RE: [Tinyos-help] EXTERNAL ANTENNA

2007-09-05 Thread Aleksandr N. Sadkov
What kind of mote are you using? If it's Telosb you should remove capacitor to SMA connector. wbr, Sadkov Aleksandr [EMAIL PROTECTED] www.sumkino.com www.wl.unn.ru _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of n subhash Sent: Wednesday, September 05, 2007 7:48

[Tinyos-help] Fwd: Tinyos-help Digest, Vol 53, Issue 7

2007-09-05 Thread khawla lahmar
Hi PowerTOSSIM is an extention to TOSSIM you can found it with the version 1.1.15 of tinyOS. You download the 1.1.11 version of TinyOS and upgrade it form this page. http://bingweb.binghamton.edu/%7Ejoh3/CS580S/tinyos_installation.html *Khawla * HELLO please where I can download PowerTOSSIM

Re: [Tinyos-help] Good choice of linux for Dell latitude 600 and tinyos2

2007-09-05 Thread Kevin Klues
Don't forget the XubunTOS cd. With this cd, you can install xubuntu linux (a variant of ubuntu and debian) on your laptop with tinyos pre-installed. Chad Metcalf announced the release of XubunTOS 2 a couple of days ago (see below). Kevin

[Tinyos-help] RE: regarding TestNetwork application

2007-09-05 Thread David Moss
Hi Arpan - I'm not sure what the problem could be off hand, as I'm not familiar with the test network application. I'm forwarding your request to the tinyos-help mailing list to see if anyone else can help, -David _ From: Arpan Solanki [mailto:[EMAIL PROTECTED] Sent:

[Tinyos-help] tinyOS arithmetic question

2007-09-05 Thread John Griessen
I am making some A2D code to average some readings. For a case of condensing a struct filled with readings: uint16_t a uint16_t b uint16_t c uint16_t d a = (a + b + c + d) 2 ? Will that compile efficiently? for 12 bit Adc readings, this should lose no precision, and not require declaring

Re: [Tinyos-help] Good choice of linux for Dell latitude 600 and tinyos2

2007-09-05 Thread Kevin Klues
Also, in case you're interested in a virtual machine solution whereby XubunTOS runs inside vmware, I have created a VM that can be found here: http://sing.stanford.edu/tinyos/dists/xubuntos-2.0-vm.tar.gz All I did was install the XubunTOS on the virtual machine and tar it all up. You can of

Re: [Tinyos-help] Micaz antenna extension

2007-09-05 Thread Michael Schippling
The micaZ's (and other 2420 radio motes) run at approx the same frequency as 802.11b -- your favorite wireless networking wavelength. So any antenna that works for wireless will work for 2420's. The connector is an MMCX, which is _really_ painful to assemble, but it comes standard on some

Re: [Tinyos-help] Component for USB

2007-09-05 Thread Joe Polastre
The USB port is a slave (device), and the GPS unit is a slave (device). Two slaves cannot talk to each other without a master (host). This is a fundamental hardware limitation. -Joe On 9/5/07, lamiaimeil [EMAIL PROTECTED] wrote: Hi Joe, and thanks for reply. Unfortunately I have a GPS that

[Tinyos-help] tos-install-jni

2007-09-05 Thread Deepesh Jain
I am using Cygwin When I run any java program it is giving error -- The toscommJNI library was not found. Check that your tinyos-tools package is installed and try rerunning tos-install-jni. Aborting. -- Now when I run tos-install-jni It gives the message Java not

[Tinyos-help] sequences of sync and async commands, tasks

2007-09-05 Thread John Griessen
I'm making a read-A2D-then-broadcast-send-data app. The first thing to do in a sequence is async: Msp430Adc12MultiChannel.dataReady(uint16_t *buf, uint16_t buflen) is the next I need to do a sync function: call AMSend.getPayload(pkt) and use buf and buflen to do some reads and writes, then

[Tinyos-help] Problem with HPLPowerManagement

2007-09-05 Thread Muhammad Azhar
Hi, I tried compiling the CountSleepRadio program (in tinyos 1.x/apps directory) which uses HPLPowerManagementM on TinyOS 1.1.15 using my MicaZ mote. However, I realised that the Timer.fired() event is only done once, based on the output of the LED. I don't think this should happen

[Tinyos-help] MoteIF try catch on java

2007-09-05 Thread ZhuoHao Sum
Hi, I'm working on tinyos and SF stuff.. I'm writing an application to connect using SF. Anyone knows how I can implement a try catch with the instantiation of moteIF? thks regards, ZHuoHao ___ Tinyos-help mailing list

[Tinyos-help] Re: help required run cygwin command from java

2007-09-05 Thread amrit kumar
Hi All, I am attaching the shell script(b.sh) in the mail, which when run does not go beyond login (screen shot attached). The commands which are in the shell are not being executed at the login prompt :( a.sh is a modified script which when run after the login screen is working fine. If you