Re: [Tinyos-help] tmote sky external reference code example

2007-05-31 Thread Dan Steingart
Drats! Thanks cory! I'll have to figure out an amplifier for this case. Dan On 5/30/07, Cory Sharp [EMAIL PROTECTED] wrote: Yes. See the MSP430 f1611 Data Sheet. On about page 38, 12-bit ADC, external reference, the minimum positive external reference voltage is 1.4V. - Cory On 5/30/07,

[Tinyos-help] CounterMicro question

2007-05-31 Thread Nicolas Esteves
Hi, I'm working with telosb and I'm trying to find a solution to estimate the time taken by some operation accurately (micro second). I first tried the TimerMicro but as i found after in the mailing list (here http://mail.millennium.berkeley.edu/pipermail/tinyos-help/2007-May/024953.html) I

[Tinyos-help] MicroTimerM.nc:125: old-style parameter lists not supported

2007-05-31 Thread Vipin Kashyap
Hi all ! I am having a problem compiling the High frequency sampling in /tinyos-1.x/apps using 'make pc'. The error I get is reproduced below: MicroTimerM.nc:125: old-style parameter lists not supported MicroTimerM.nc:125: warning: return-type defaults to `int' make: *** [exe0] Error 1 The

[Tinyos-help] How to post replies?

2007-05-31 Thread Vipin Kashyap
Hi ! Can anyone tell me how to post replies / add further comments to an existing thread. I am not able to find an option on the pages. Thanks regards, -- Vipin Kashyap Roll# 05307415 M Tech (Electronic Systems) Hostel-9, Room# 294 IIT Bombay Ph# +91-9969031997

RE: [Tinyos-help] How to post replies?

2007-05-31 Thread Siirtola Harri
You must subscribe to the list you want to participate. After that, you'll get all postings by email. Remember to reply all or whatever your mail reader offers to include the list as a recipient. Please read the FAQ to see how to subscribe and unsubscribe. Regards, Harri -Original

[Tinyos-help] Relocation Errors with TOSSIM in T2

2007-05-31 Thread J. Ryan Stinnett
I've just moved from TinyOS 1.x to T2 and was trying to compile TOSSIM for the Blink app, but got these errors which I don't know how to fix. I'd greatly appreciate any suggestions! $ make micaz sim mkdir -p build/micaz placing object files in build/micaz writing XML schema to app.xml

Re: [Tinyos-help] InternalFlash question

2007-05-31 Thread Aurélien Francillon
Hi Raj , Le jeudi 31 mai 2007 04:51, raj raj a écrit : Hi all, Sorry I forgot to add one more question: From Deluge's code, I think Golden image starts from 0x of program memory. But InternalFlashC can write from (0x000 to 0xfff). How is that possible (that is if InternalFlashC

Re: [Tinyos-help] Relocation Errors with TOSSIM in T2

2007-05-31 Thread Aurélien Francillon
Hi Ryan, Le jeudi 31 mai 2007 11:58, J. Ryan Stinnett a écrit : I've just moved from TinyOS 1.x to T2 and was trying to compile TOSSIM for the Blink app, but got these errors which I don't know how to fix. I'd greatly appreciate any suggestions! $ make micaz sim ... avr-gcc: unrecognized

[Tinyos-help] [blink_application]

2007-05-31 Thread vazoumana fofana
hi i want to know if somebody has ever done all tutorials for tinyos 1.1 ? Indeed, i try to compile the first application but it doesn't work. I look at files and i see that there are some mistakes? does somebody have got the right files for the blink application ? thanks.

[Tinyos-help] communicate with UART port

2007-05-31 Thread julien falco
Hi, I am looking for a simple way to communicate with an UART port of a tmote, on which is connected a reader. The reader supports a specific message format. I therefore need to send a massage to the tmote on which runs an application that will forward the message to the reader. And it should

RE: [Tinyos-help] [blink_application]

2007-05-31 Thread Firat TARAKTAS
Hi, Can you send us the error and your actions? Firat TARAKTAS ElectricalElectronics Engineer Reseracher GENETLAB INFORMATION TECHNOLOGIES Kayisdagi Caddesi Kar Plaza D Blok Kat:3 34752 Icerenkoy / ISTANBUL / TURKIYE Phone: +90 (216) 573 00 85 (int.354) Fax: +90 (216) 469 85 07 [EMAIL

RE: [Tinyos-help] [blink_application]

2007-05-31 Thread Firat TARAKTAS
You can get correct files from http://tinyos.cvs.sourceforge.net/tinyos/ to compare with yours. Are you sure that your installation is complete without error? Firat TARAKTAS ElectricalElectronics Engineer Reseracher GENETLAB INFORMATION TECHNOLOGIES Kayisdagi Caddesi Kar Plaza D Blok Kat:3

[Tinyos-help] problem compiling Blink to telosb platform

2007-05-31 Thread Ákos Maróy
I tried to set up TinyOS as describe here: http://www.moteiv.com/community/Tmote_Linux_install for my Gentoo Linux box. I installed msp430 from ebuilds, and all the rest from sources. I seem to have the required tools ready: $ ncc --version ncc: 1.2alpha5 nescc: 1.2.8a $ msp430-gcc --version

Re: [Tinyos-help] Linux client with Windows Server

2007-05-31 Thread Islam Hegazy
Hi, Yes, I can ping both machines. I tried to close the firewall on my Windows machine but with no use. I can telnet from the Linux machine to the windows machine over port 9001 Regards islheg - Original Message - From: Urs Hunkeler [EMAIL PROTECTED] To: Islam Hegazy [EMAIL

RE: [Tinyos-help] How to post replies?

2007-05-31 Thread Vipin Kashyap
Question is, how do I post an addendum to a thread that was existing before I joined the mailing list? Regards, vipin You must subscribe to the list you want to participate. After that, you'll get all postings by email. Remember to reply all or whatever your mail reader offers to include the

Re: [Tinyos-help] [blink_application]

2007-05-31 Thread Vipin Kashyap
Hi ! The link below will take you to the Blink folder in CVS repository of the tinyos project at sourceforge.net. There you can view and download THE RIGHT files as desired: http://tinyos.cvs.sourceforge.net/tinyos/tinyos-1.x/apps/Blink/ Regards, vipin hi i want to know if somebody has ever

[Tinyos-help] Re: Tinyos-help Digest, Vol 49, Issue 144

2007-05-31 Thread s . schaefer
Dear customer, Sorry, i am out of office till 02-06-2007. Best regards, Siegfried Schaefer Schaefer EDV-Dienstleistungen und Softwareentwicklungen Goethestr. 29 75031 Eppingen ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU

Re: [Tinyos-help] MicroTimerM.nc:125: old-style parameter lists not supported

2007-05-31 Thread Vipin Kashyap
Hi all! Further to my last post, I have been told that the reason for the MicroTimer code not working is that TOSSIM can not simulate hardware interrupts, the behaviour being non deterministic. However, the TOSSIM documentation (TOSSIM: A Simulator for TinyOS Networks) by Philip Levis and Nelson

Re: [Tinyos-help] Relocation Errors with TOSSIM in T2

2007-05-31 Thread J. Ryan Stinnett
I thought that was strange as well. It turns out that I had an older version of ncc (1.2alpha5) on my path from working with T1, and it was calling the wrong compiler. Thanks for the help! - Ryan Aurélien Francillon wrote: Hi Ryan, Le jeudi 31 mai 2007 11:58, J. Ryan Stinnett a écrit :

[Tinyos-help] MultiHopLEPSM.nc in TinyOS 1.X

2007-05-31 Thread Brian Mulanda
Does anyone know where I can find more detailed documentation on MultiHopLEPSM. I need to modify the routing protocol, but I still don't understand fully how it works. -Brian ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU

[Tinyos-help] Why the accelerometer data value were so large when using MTS310?

2007-05-31 Thread Fangming Zhang
Hi, I use MTS310 to sample acceleration data. As the resolution of AD is 10 bit, the maximum data should be 0x3ff, but most of my data are around 0x7A80. I only revised the start time of ADXL202E from 17 ms to 3 ms in file 'AccelP.nc' as I changed two capacitors of ADXL202E from 0.1 uF to

Re: [Tinyos-help] MicroTimerM.nc:125: old-style parameter lists not supported

2007-05-31 Thread Philip Levis
On May 31, 2007, at 11:31 AM, Vipin Kashyap wrote: Hi all! Further to my last post, I have been told that the reason for the MicroTimer code not working is that TOSSIM can not simulate hardware interrupts, the behaviour being non deterministic. However, the TOSSIM documentation (TOSSIM: A

[Tinyos-help] (no subject)

2007-05-31 Thread Monica Bell
Dear all, I am having some problem with the temperature sensor value that I am getting from MTS310 sensorboard. I am using Crossbow's contrib/xbow/apps/XSensorMTS300 application. This application reads , among other things, the temperature sensor value. My problem is I always get 0 from

Re: [Tinyos-help] CounterMicro question

2007-05-31 Thread Steve McKown
Hi Nicolas, On Thursday 31 May 2007 01:48, Nicolas Esteves wrote: I'm working with telosb and I'm trying to find a solution to estimate the time taken by some operation accurately (micro second). I first tried the TimerMicro but as i found after in the mailing list (here

Re: [Tinyos-help] Re: MicaZ standalone AES Encryption

2007-05-31 Thread Steve McKown
On Thursday 31 May 2007 19:26, Tan Han Chiang wrote: did anyone here managed to use the micaz standalone AES encryption sucessfully?? Also does anyone knows the crypto used for the AES standalone encryption? Is it CBC, counter mode or ?? The micaz uses the CC2420 radio, which has AES-128

[Tinyos-help] Re: Tinyos-help Digest, Vol 49, Issue 146

2007-05-31 Thread s . schaefer
Dear customer, Sorry, i am out of office till 02-06-2007. Best regards, Siegfried Schaefer Schaefer EDV-Dienstleistungen und Softwareentwicklungen Goethestr. 29 75031 Eppingen ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU