[Tinyos-help] current consumption MICAZ

2006-10-27 Thread John Thelen
Hi,This summer there was some discussion about the current consumption of the MicaZ in tinyOS 2.xWere these measurements the current consumption for the whole node circuitry or just the microcontroller? Currently I am measuring in total 150 uA using HPLPowerManagement on a Mica2Dot using the 32

[Tinyos-help] Re: MicaZ and MIB520

2006-10-27 Thread Tan Han Chiang
Hi, can someone guide on compiling and installing "Blink" on MicaZ mote using MIB520?? When I tried to compile the application I received the error code using "make micaz install MIB520, com3" "/opt/tinyos-1.x/tos/../tools/make/avr/mib520.extra:5: *** MIB520 mus be defined, try "make

RE: [Tinyos-help] Re: MicaZ and MIB520

2006-10-27 Thread Alex Mason
Just leave it as the MIB510; when you install the MIB520 (at least, under Windows) you end up with 2 virtual comports – one of those is used for programming, the other for standard rs232 communication. Off the top of my head I can't remember which is used for which, but if one doesn't work, just

[Tinyos-help] installing uisp and correction toscheck warnings

2006-10-27 Thread umar hafeez
hi, As I am using ubuntu i used chad metcalf's guide to install tinyos from following http://www.chadmetcalf.com/tinyos-1x-on-ubuntu/ I omitted the section of related to tmote because I want to use mica and according to mathews's guide i need uisp and not TOSComm (thus i also skipped

[Tinyos-help] Assembler errors

2006-10-27 Thread Cucco Cristiano
Hi all, I'm having troubles compiling an Application for Mica2 platform. I'm using the following Environment: Red Hat 9 TinyOS 1.1.0 nesc-1.1.2b gcc version 3.3-tinyos avr-binutils-2.13.2.1-1 GNU assembler version 2.13.2.1 (avr) using BFD version 2.13.2.1 and getting the following error when

[Tinyos-help] Question about UISP in TinyOs

2006-10-27 Thread rzhang
Hi, I am a student who use tinyos 1.1.14 and xbow mote to realize some wireless sensor network. when I use UISP to read --rd_fuses. it simply no response. I wonder what is the problem? Thanks very much! This message was sent

[Tinyos-help] TinyOS and CC2430/8051 MCU

2006-10-27 Thread Diego Bartolomé Arquillo
Hi all, I have taken this thread from themailing list. This post isabout the CC2430 / 8051 MCU but I can not find a reply to this issue. Is there anybody currently working on or at least thinking about a complaint TinyOS version with CC2430 / 8051 MCU? Where can I findmore information?

Re: [Tinyos-help] How to fix the problem of failed to create temporary file?

2006-10-27 Thread Benjamin Madore
I had the same thing. This is how I fixed it: Go into an Administrator account on your computer and select the opt directory in your cygwin directory. Under properties--Security your should be able to alter settings so that at least your account has Full Control over the child objects. You will

[Tinyos-help] Checking CRC in TinyOS 2.0

2006-10-27 Thread Dimas Abreu Dutra
Hi, I want to check the CRC in a mica2 mote using TinyOS 2.0, to see if data was currupted. As said in TEPs 111 and 116 the message_t fields should not be accessed directly, but through interfaces. I have not found an interface that tells if the CRC is coherent with the data. Can anyone help me?

[Tinyos-help] CC2420Control issue

2006-10-27 Thread André Egners
Hi. My little problem is about wiring the CC2420Control stuff. The program should do multiphop, therefore I want to be able to alter the radio strength which is done through CC2420Control (I'm using the Teleob mote). Is the wiring the right one? LedDronesM.CC2420Control -

Re: [Tinyos-help] CC2420Control issue

2006-10-27 Thread André Egners
Hi. my .nc file looks like this: - configuration LedDrones { } implementation { components Main, TimerC, LedDronesM, LedsC, RandomLFSR, GenericComm as Comm, CC2420RadioC; Main.StdControl - TimerC.StdControl;

Re: [Tinyos-help] CC2420Control issue

2006-10-27 Thread Joe Polastre
There is no CC2420RadioC for pc. -Joe On 10/27/06, André Egners [EMAIL PROTECTED] wrote: Hi. my .nc file looks like this: - configuration LedDrones { } implementation { components Main, TimerC, LedDronesM, LedsC, RandomLFSR,

[Tinyos-help] help required

2006-10-27 Thread Farhana Jabeen
Hello1-I moved to the /tinyos/cygwin/opt/tinyos-1.x/apps/tinyvizappgiven the command make pc2- moved to the /tinyos/cygwin/opt/tinyos-1.x/tools/java/net/tinyos/simgiven the command make3- I included in the environment variable PATH asC:\tinyos\cygwin\opt\tinyos-1.x\tools\java\net\tinyos\sim4-

[Tinyos-help] Tinyvizapplication error

2006-10-27 Thread Farhana Jabeen
HelloI need help regarding running the tinyvizapplication I completed the following steps. But recieve the error at end1-I moved to the /tinyos/cygwin/opt/tinyos-1.x/apps/tinyvizappgiven the command make pc2- moved to the /tinyos/cygwin/opt/tinyos-1.x/tools/java/net/tinyos/simgiven the command

Re: [Tinyos-help] current consumption MICAZ

2006-10-27 Thread Philip Levis
On Oct 27, 2006, at 2:15 AM, John Thelen wrote: Hi, This summer there was some discussion about the current consumption of the MicaZ in tinyOS 2.x Were these measurements the current consumption for the whole node circuitry or just the microcontroller? Currently I am measuring in total

Re: [Tinyos-help] TinyOS and CC2430/8051 MCU

2006-10-27 Thread Martin Leopold
Hi Diego. On Thu, 2006-10-26 at 14:01 +0200, Diego Bartolomé Arquillo wrote: I have taken this thread from the mailing list. This post is about the CC2430 / 8051 MCU but I can not find a reply to this issue. Is there anybody currently working on or at least thinking about a complaint TinyOS

[Tinyos-help] Need help regarding running the plugginsTinyvizapplication error

2006-10-27 Thread Farhana Jabeen
HelloI have made tinyviz running by including a complete path in the tinyviz -run build/pc/main.exe 30but the pluggins are not working. Kindly helpfarhanaFarhana Jabeen [EMAIL PROTECTED] wrote: Date: Fri, 27 Oct 2006 13:31:45 -0700 (PDT)From: Farhana Jabeen [EMAIL PROTECTED]Subject:

[Tinyos-help] How to recover TinyOS-1.x by uninstalling TinyOS-2.x tools

2006-10-27 Thread Adam
After I rpm install tinyos-2.0 tools in my cygwin system, I find I can not compile MicaZ tinyos-1.x program, though I can compile Telosb tinyos-1.x program. Is there any way to uninstall tinyOS-2.x tools, so that I can still run tinyOS-1.x micaz program?

Re: [Tinyos-help] problem on switching back to tinyos-1.x

2006-10-27 Thread Adam
Daniele, How do you fix the problem? I meet the same problem as you. On 10/17/06, Daniele Munaretto [EMAIL PROTECTED] wrote: Hi Michael,I've found the problem right in usr/local folder.It's strange but the sub-folders avr, lib, include, info, share and bin in tinyos-1.x (from a pc which runs

Re: [Tinyos-help] problem on switching back to tinyos-1.x

2006-10-27 Thread Michael Schippling
I just suffered through a mostly pointless reload of cygwin done in a misguided attempt to get gcc working for a little JNI foo...anyway, I got all the avr rpms from under here: http://www.tinyos.net/download.html If you look at the manual install instructions you should be able to muddle

Re: [Tinyos-help] CC2420Control issue

2006-10-27 Thread KANG HUI
In the tinyos CVS,there is TestPC2420, which is for CC2420 on PC. Hui On Fri, 27 Oct 2006, Joe Polastre wrote: There is no CC2420RadioC for pc. -Joe On 10/27/06, Andr? Egners [EMAIL PROTECTED] wrote: Hi. my .nc file looks like this:

[Tinyos-help] Missing byte

2006-10-27 Thread ricardo tiago
Hi I'm using tossim and sf to inject packets in my simulation. I have injected this packet: 00 00 11 7d 0e 13 01 03 03 02 02 00 09 05 02 07 00 02 00 Here's what i get in tossim: /.../ 0: Received message: (The first 5 bytes are from TOS_Msg Header) 00 00 11 7d 0e 13 01 03 03 02 02 00

Re: [Tinyos-help] Missing byte

2006-10-27 Thread Michael Schippling
Looks like the compiler is helping you by putting in a pad byte between seq and src_addr to get the 16bit thingie aligned on an even boundary. There may be a no-padding option someplace, because it doesn't really hurt on Intel architectures, but the easiest thing would be to put in another byte

Re: [Tinyos-help] problem on switching back to tinyos-1.x

2006-10-27 Thread Michael Schippling
Better send the actual commands and errors... I don't know what the it that is complaining is. MS Adam wrote: I tried to reinstall all avr related tools as in http://www.tinyos.net/tinyos-1.x/doc/install.html It does not solve this problem, it will complain saying missing dependencies

[Tinyos-help] Does AMSnoopingReceiver work?

2006-10-27 Thread Tie Luo
Dear all, I am using AMSnoopingReceiverC, but the node seems only receive message destined to the node itself, and cannot receive messages for others. I saw in CC2420ActiveMessageC.nc there is a comment: Note that snooping may not work, due to CC2420 early packet rejection if acknowledgements are