RE: [Tinyos-help] Re: Measure Telosb Help

2007-12-12 Thread Michiel Konstapel
An updated power trace can be found at http://tik42x.ethz.ch:8080/buildresults/t2-null?tab=power-charts although there are some distrubances in the measurement, one can clearly see, that the null app uses almost no energy. Oh, those are really rather nifty :-) Are those traces automatically

[Tinyos-help] recording sound with micasb

2007-12-12 Thread Diaz Cerio Unai
Hello I'm working with a micaz and a micasb and I want to record sound and voice with the microphone of the micasb. I'm taking measures of the microphone in a high frecuency, but I don't know how to convert them in a audio file. If nobody knows how to do I will be very pleased. Thank you and

RE: [Tinyos-help]: how to read message from the serial port of a pc??

2007-12-12 Thread Siirtola Harri
First of all, if it's a digital picture you mean by image, a TinyOS network is far from suitable for transferring large amounts of data. If you mean a program image, there are tools that do such things. I got an impression that you haven't read the TinyOS tutorials and documentation before

[Tinyos-help] RE: Measure Telosb Help

2007-12-12 Thread migueltsilva
Tanks for your help Roman. I will try this week again, set pState in MCUSleepC.nc, and then measured the current. Tanks again Miguel Silva -Mensagem original- De: Roman Lim [mailto:[EMAIL PROTECTED] Enviada: ter 12/11/2007 9:44 Para: migueltsilva Cc: tinyos-help@Millennium.Berkeley.EDU

Re: [Tinyos-help] handelling of Hidden Terminal in TOSSIM

2007-12-12 Thread KURT PETERS
Is there a schedule for the next 2.x release? There seem to be an aweful lot of fixes in CVS. Regards, Kurt From: Philip Levis [EMAIL PROTECTED] To: Ms Mesho [EMAIL PROTECTED] Cc: tinyos-help@millennium.berkeley.edu Subject: Re: [Tinyos-help] handelling of Hidden Terminal in TOSSIM Sent:

[Tinyos-help]

2007-12-12 Thread Diaz Cerio Unai
___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

RE: [Tinyos-help] interfacing ultrasonic sensor to MICAz over I2C bus

2007-12-12 Thread Han Mingding
Title: RE: [Tinyos-help] interfacing ultrasonic sensor to MICAz over I2C bus Thanks for your reply. I am using a recently updated TinyOS-2.x version from CVS and I think the hardware arbiters work fine so far. I have managed to implement I2C communications between my ultrasound sensor and

Re: [Tinyos-help] Tunit setup on osx: serial port in tos-bsl problem - Fixed

2007-12-12 Thread Matthias Woehrle
Thanks David! Totally missed the blank. Works like a charm now. BTW, I had another mistake in using the COM-port numbering, while serial port should be specified as in the serial forwarder. Cheers, Matthias On Dec 11, 2007, at 5:26 PM, David Moss wrote: Looks like you have a space

Re: [Tinyos-help] Cygwin fork copy error

2007-12-12 Thread Greg Hackmann
Sandip Bapat wrote: Hi I am getting a fork_copy error in cygwin when I try to do pretty much anything. When I start cygwin I get 2 [main] perl 4924 fork_copy: linked dll data/bss pass 0 failed, 0x3E2000. .0x3E2370, done 0, windows pid 4976, Win32 error 487 When I try to

Re: [Tinyos-help] Cygwin fork copy error

2007-12-12 Thread Faisal Aslam
Hi, Are you installing tinyos 2..? If so then I suggest that you uninstall/delete cygwin and reinstall using http://docs.tinyos.net/index.php/Windows_Installation instructions. Cygwin installation instruction mentioned at http://www.tinyos.net/tinyos-2.x/doc/html/install-tinyos.html does not

Re: [Tinyos-help] handelling of Hidden Terminal in TOSSIM

2007-12-12 Thread Philip Levis
On Dec 12, 2007, at 4:07 AM, KURT PETERS wrote: Is there a schedule for the next 2.x release? There seem to be an aweful lot of fixes in CVS. Regards, Kurt Not yet. Part of the issue is core is currently discussing what level of safe TinyOS (TinyOS with optional run-time memory checks)

RE: [Tinyos-help] Cygwin fork copy error

2007-12-12 Thread Michiel Konstapel
... running XubunTOS in a virtual machine (http://sing.stanford.edu/klueska/running_xubuntos_vm.html). That's what I'd advise as well. We use the same setup (well, we started with regular Ubuntu and added the TinyOS packages ourselves), works like a charm. The only thing I haven't been able to

Re: [Tinyos-help]: how to read message from the serial port of a pc??

2007-12-12 Thread Michael Schippling
Along with the tutorials, look at the SimpleCmd demo app for reading and writing of messages. MS Renee Azhen wrote: Dear all: I want to transmit image via my sensor node the image was stored in a pc which is connectted to a telosb node, so I want to install a program into the node to read

Re: [Tinyos-help] recording sound with micasb

2007-12-12 Thread Michael Schippling
Assuming you have received and collated the data on a PC of some sort, look into the java media lib/jars for ways to create standard audio file formats, like .WAV or .AIF. Also some editing programs, like Adobe Audition, allow you to import raw text files -- but I've not tried it myself. MS

[Tinyos-help] MoteIF.py and other python code -- anything corresponding to MsgReader.java ?

2007-12-12 Thread John Griessen
MoteIF.py and other python code -- anything corresponding to MsgReader.java ? John Griessen -- Ecosensory tinyOS devel on: ubuntu Linux; tinyOS v2.0.2; telosb ecosens1 ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu

Re: [Tinyos-help] recording sound with micasb

2007-12-12 Thread John Griessen
Michael Schippling wrote: Assuming you have received and collated the data That's a hard one. The sampling rate gets you low frequency audio only. Audio is not really a MSP430 function, and needs external A2D, or digital mics, and data reduction at the mote before it will be practical.

Re: [Tinyos-help] recording sound with micasb

2007-12-12 Thread Michael Schippling
I was trying to be polite...heh... With the micas at least, you can sample at an early-telephone audio rate if you can work out the timer issues (which the original poster indicated was a fact). But you can only store a short sample period, and then it takes _forever_ to transmit -- although a

RE: [Tinyos-help] recording sound with micasb

2007-12-12 Thread Janos Sallai
That's a hard one. The sampling rate gets you low frequency audio only. On the ATMega128, you can safely sample with setting the ADC prescaler to 5, which gives a sampling rate of 17723Hz (assuming the ADC clock freq is 7372800). Of course, you will need to make sure that interrupts are not

[Tinyos-help] How can I calculate the Packet Error Rate with a telosb motes link using tinyos-2 ?

2007-12-12 Thread sergio mena doce
Hello, I'm working with telosb motes using tinyos-2.x and I'm trying to calculate the Packet Error Rate. I would like to know if there is an specific tinyos application for calculate the packet error rate or what tinyos application can you advice me to modify for that goal? I'm trying to

Re: [Tinyos-help] can I use pin 8 (I2C Data) on Tmote as Digital I/O pin?

2007-12-12 Thread y-jie
Hi Michael, Thanks for your reply. Could you tell me where the SVS connector is in Tmote? Best, Yicheng ==Original message text=== On Wed, 12 Dec 2007 12:21:37 am + Michael Schippling wrote: Unfortunately the two I2C pins are shared with the radio so it's best (IMHO)

Re: [Tinyos-help] How can I calculate the Packet Error Rate with a telosb motes link using tinyos-2 ?

2007-12-12 Thread Michael Schippling
I did something like this with micas under 1.x. You can see my results at: http://www.etantdonnes.com/Motes/report_micaz/ MS sergio mena doce wrote: Hello, I'm working with telosb motes using tinyos-2.x and I'm trying to calculate the Packet Error Rate. I would like to know if there is an

Re: [Tinyos-help] can I use pin 8 (I2C Data) on Tmote as Digital I/O pin?

2007-12-12 Thread Michael Schippling
It's underneath the USB connector on the 'back' side of the board. See the tmote manual for location... However I couldn't find anything that says which pin is which, so: The pin nearest the + battery connection is: #2 SVSout PORT57 MS [EMAIL PROTECTED] wrote: Hi Michael, Thanks for your

Re: [Tinyos-help] recording sound with micasb

2007-12-12 Thread Michael Schippling
What I was thinking is that one could sample at around 6K and get a whopping 1/2sec buffer at around a 3Khz bandwidth, which is quite adequate for voice...But I don't know if you could send sustained TOS_Msg's fast enough to 'stream'... MS MS Janos Sallai wrote: That's a hard one. The

Re: [Tinyos-help] can I use pin 8 (I2C Data) on Tmote as Digital I/O pin?

2007-12-12 Thread John Griessen
Michael Schippling wrote: err...both SVS pins go to the controller. How does one use an ohm-meter (to gnd) to distinguish them? Oh, I remembered wrong -- you'll have to get out a magnifying glass and trace along to figure them out, or just connect up and test with a program like my GPIO tester

[Tinyos-help] Re: Cygwin fork copy error

2007-12-12 Thread Sandip Bapat
I was using the dual setup so my cygwin installation was from the 1.1.11 autoinstaller and I'd used the upgrade instructions for 2.0. When I unistalled and tried to reinstall from the autoinstaller, it gave the same fork_copy errors and the installation was not successful so I finally gave up

[Tinyos-help] Using Serial Forwarder to interface with other applications

2007-12-12 Thread Prashanth Shenoy
Hi everybody, I can read packets from the Listen application as well as the Serial Forwarder. I wanted to know if there is a way to interface either of these application to someother application to get the packets and then be able to write the code to process them? Some links would also be

Re: [Tinyos-help] Using Serial Forwarder to interface with other applications

2007-12-12 Thread John Griessen
Prashanth Shenoy wrote: I wanted to know if there is a way to interface either of these application http://docs.tinyos.net/index.php/Mote-PC_serial_communication_and_SerialForwarder -- Ecosensory Austin TX tinyOS devel on: ubuntu Linux; tinyOS v2.0.2; telosb ecosens1

回复: RE: [Tinyos-help]: how to read message from the serial port of a pc??

2007-12-12 Thread Renee Azhen
yes, Harri, I want to transfer a video about 20k, is it impossible?? thanks Sam Siirtola Harri [EMAIL PROTECTED] 写道: First of all, if it's a digital picture you mean by image, a TinyOS network is far from suitable for transferring large amounts of data. If you mean a program

[Tinyos-help] Acoustic Ranging: Not getting 16 samples within one set of 16 chirps

2007-12-12 Thread Muhammad Azhar
Hi all, I'm currently working on Vanderbilt's acoustic localization module. From my understanding, this is how it works: 1) Actuator sends a radio message to sensor to inform sensor to get ready to receive the 16 chirps including the silence period (chirps are constant duration,

Re: [Tinyos-help] cannot find JNI error

2007-12-12 Thread Pieter De Mil
Hi hengly, all, The script is looking for this file: toscomm-32.dll. I renamed the /usr/lib/tinyos/toscomm.dll to /usr/lib/tinyos/toscomm-32.dll (or you can edit the script, locate it with which tos-install-jni). Which rpm is responsible for the toscomm.dll file in /usr/lib/tinyos ?