Re: [Tinyos-help] Current consumption of a tmote sky

2006-05-23 Thread Roman Lim
Hi all I thought this could be helpful for others: I repeated my measurements on a few motes and found out, that the current consumption on some motes is indeed much lower (7.5uA) and on others it's still the same (36uA). On every mote running exactly the same program. That's amazing, isn't

[Tinyos-help] TinyViz problem

2006-05-23 Thread liuyanwen
Dear sir: WhenI input the command:tinyviz -run build/pc/main.exe 30 in the directory /opt/tinyos-1.x/apps/TestTinyViz.I get these output information in the following: [EMAIL PROTECTED] /opt/tinyos-1.x/apps/TestTinyViz$ tinyviz -run build/pc/main.exe 30java -Dpython.cachedir=/tmp/jython.cache

[Tinyos-help] TelosB callibration?

2006-05-23 Thread Bart Braem
Does anyone have information on how to calibrate TelosB motes? (Crossbow refers me to the community, so that's here I guess.) ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU

[Tinyos-help] Zigbee implementation for TelosB motes

2006-05-23 Thread Bart Braem
Does anyone know of a Zigbee implementation for TelosB motes? I'm very interested in using and debugging it where needed. I can't find any open source implementations for the moment but maybe I'm looking in the wrong direction? Regards, Bart ___

[Tinyos-help] parse error on struct @ even with nesc 1.2.4

2006-05-23 Thread mastaron
Hi, I recently upgraded my tinyos to have the Tmote Invent tools, which included the rpm for nesc 1.2.4. When I try to make a Moteiv app like Ditto or Delta, I get a parse error involving the struct @ on lines 111-113 of opt/moteiv/tos/system/tos.h. I've read on another message on this

Re: [Tinyos-help] TelosB callibration?

2006-05-23 Thread Joe Polastre
What are you calibrating? The clock? The ADC? The DAC? And Moteiv supports Tmote Sky, btw :) -Joe On 5/23/06, Bart Braem [EMAIL PROTECTED] wrote: Does anyone have information on how to calibrate TelosB motes? (Crossbow refers me to the community, so that's here I guess.)

Re: [Tinyos-help] parse error on struct @ even with nesc 1.2.4

2006-05-23 Thread Joe Polastre
Sometimes you have a lingering old version of nesC floating around. What happens when you type 'ncc -v'? The problem is absolutely that it is using an old version of nesC. -Joe On 5/23/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi, I recently upgraded my tinyos to have the Tmote Invent

Re: [Tinyos-help] parse error on struct @ even with nesc 1.2.4

2006-05-23 Thread mastaron
I'm not sure how to interpret all this so here's what I get: /usr/local/bin nescc -DPLATFORM_MICA -fnesc-include=tos -topdir=/opt/tinyos-1.x -v -gcc=avr-gcc -mmcu=atmega103 -fnesc-target=avr -fnesc-no-debug -mingw-gcc -I/ opt/tinyos-1.x/tos/lib/Flash -I/opt/tinyos-1.x/tos/lib/Flash/AT45DB

[Tinyos-help] Re: parse error on struct @ even with nesc 1.2.4

2006-05-23 Thread mastaron
You're right, it's 1.1.2, even though I just rpm'd the file nesc-1.2.4- 1.cygwin.i386.rpm. John Quoting Joe Polastre [EMAIL PROTECTED]: sorry, type ncc --version -Joe On 5/23/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I'm not sure how to interpret all this so here's what I get:

Re: [Tinyos-help] TelosB callibration?

2006-05-23 Thread Bart Braem
The temperature sensor. Thanks for your reply! Bart On 5/23/06, Joe Polastre [EMAIL PROTECTED] wrote: What are you calibrating? The clock? The ADC? The DAC? And Moteiv supports Tmote Sky, btw :) -Joe On 5/23/06, Bart Braem [EMAIL PROTECTED] wrote: Does anyone have information on how to

[Tinyos-help] programming on chipcon cc1010 mcu 8051

2006-05-23 Thread jose m
Hello all, Can I use tinyos for programming a Chipcon cc1010? How? Thanks in advance, José ___ 1GB gratis, Antivirus y Antispam Correo Yahoo!, el mejor correo web del mundo http://correo.yahoo.com.ar

[Tinyos-help] Boomerang doubt

2006-05-23 Thread jagan nath
if I install an application with 'make tmote' which AM.h will be usedm the one in tos/platform/telos or tos/types/ both seem to be different, one supports tinysec and the othjer doesnt and the header structure also seems to be changed from tinyos-1.x -jagan

Re: [Tinyos-help] Boomerang doubt

2006-05-23 Thread Joe Polastre
in Boomerang, the one in tos/lib/CC2420Radio is used. -Joe On 5/23/06, jagan nath [EMAIL PROTECTED] wrote: if I install an application with 'make tmote' which AM.h will be usedm the one in tos/platform/telos or tos/types/ both seem to be different, one supports tinysec and the othjer doesnt

[Tinyos-help] Quesend

2006-05-23 Thread Adam
Does quesend supported by Boomerang? When I use Bcast model, it complains about no QueSend. ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] errors in tinyos-2.x/support/sdk/c

2006-05-23 Thread Razvan Musaloiu-E.
Hi! I'm trying to compile the C SDK for TinyOS 2 and the make ends with this error: $ make mig -o serialpacket.h -c-prefix=spacket c /home/tinyos2/local/src/tinyos-2.x/tos/lib/serial/Serial.h serial_packet gcc: unrecognized option '-c-prefix=spacket'