[Tinyos-help] error when update from TinyOS1.1.10 and TinyOS1.1.15

2006-09-18 Thread jabdo
-DCC2420_TXPOWER=TXPOWER_MAX -D CC2420_DEF_CHANNEL=26 -I%T/lib/Deluge -DIDENT_PROGRAM_NAME=\CntToLedsAndRfm\ - DIDENT_USER_ID=\jabdo\ -DIDENT_HOSTNAME=\aias127\ -DIDENT_USER_HASH=0x86067b fcL -DIDENT_UNIX_TIME=0x450c8106L -DIDENT_UID_HASH=0x6a3fdce7L CntToLedsAndRfm.n c -lm make: *** [exe0] Error 255

[Tinyos-help] error when update from TinyOS1.1.10 to TinyOS1.1.15

2006-09-18 Thread jabdo
-DCC2420_TXPOWER=TXPOWER_MAX -D CC2420_DEF_CHANNEL=26 -I%T/lib/Deluge -DIDENT_PROGRAM_NAME=\CntToLedsAndRfm\ - DIDENT_USER_ID=\jabdo\ -DIDENT_HOSTNAME=\aias127\ -DIDENT_USER_HASH=0x86067b fcL -DIDENT_UNIX_TIME=0x450c8106L -DIDENT_UID_HASH=0x6a3fdce7L CntToLedsAndRfm.n c -lm make: *** [exe0] Error 255

[Tinyos-help] Upgrade to TinyOS1.1.15

2006-09-16 Thread jabdo
Hello, I am trying to upgrade TinyOS1.1.10 to TinyOS1.1.15... I am following the instructions in http://www.tinyos.net/dist-1.1.0/snapshot-1.1.15Dec2005cvs/doc/install-snapshots.html; Download the most recent 1.1.x rpm: tinyos-1.1.15Dec2005cvs-1.cygwin.noarch.rpm Install. As Administrator in a

[Tinyos-help] Power Transmission for mica2

2006-09-14 Thread jabdo
Hello, I would like to change the transmission power for a mica2...from the tutorial I understood that the default is 0 dBm TX power (10.4 mA) I looked to the MakeXbowlocal file in C:\tinyos\cygwin\opt\tinyos-1.x\contrib\xbow\apps I found: CFLAGS +=-DCC2420_TXPOWER=TXPOWER_MAX #CFLAGS

[Tinyos-help] SimpleCmdMsg format

2006-06-14 Thread jabdo
Hi, I have a question concerning the format of the SimpleCmdMsg found in C:\tinyos\cygwin\opt\tinyos-1.x\apps\simpleCmd...In SimpleCmdMsg.h, typedef struct { int nsamples; uint32_t interval; } start_sense_args; typedef struct { uint16_t destaddr; } read_log_args; // SimpleCmd

[Tinyos-help] Re: Packet format from PC to base mote through UART

2006-06-05 Thread jabdo
Hi Lei, Are u trying to send the packet to Micaz using serial Forwarder and Broadcast Inject. If not, What format are u using to send it??? Note: 10 represents the data length right?? so I think it should be 6 and not 10. Also, since you are sending the packet to the UART so the destination

[Tinyos-help] crc calculation

2006-04-17 Thread jabdo
Hi, How can I eliminate the crc checking from the packet sent serially and over the radio. Is it by using the module NoCRCPacketif yes, where I should make the changements or by easily eliminating the field uint16_t crc from the TOS_Msg structure in the AM.h file? p.s: I am using mica2

[Tinyos-help] Turn ON/OFF MICA2 node

2006-01-21 Thread jabdo
Dear, I was wondering if there is any command in TinyOS to Turn ON/OFF a mica2 sensor node, or if it is possible to implement a such type of commands to (for example if I send 1, it turns OFF the node already ON, and 2 to turn ON the node already OFF). Your help is much appreciated, Regards,