[Tinyos-help] Re: Using a USB port to connect to a MIB510

2007-10-04 Thread Khew U-Wei
Hi Aneekat, I tried the above command you provided: $ make mica2 install.0mib510,/dev/ttyS6 for a COM7 port and this is my error report: compiled TOSBase to build/mica2/main.exe 9022 bytes in ROM 584 bytes in RAM avr-objcopy --output-target=srec build/mica2/main.exe

[Tinyos-help] Switching radio on/off

2007-10-04 Thread Nelisse, M.W. (Martin)
Hello everybody, We are working on an outdoor WSN application, which should collect data from one or more motes in the field to a single mote connected to a computer. This mote has no power restrictions (powered via USB connection), however the motes in the field do have power restrictions.

Re : [Tinyos-help] yamp problems with xubuntos

2007-10-04 Thread mejda chouaieb
Hi, Thank you for the solution it works. - Message d'origine De : Chad Metcalf [EMAIL PROTECTED] À : mejda chouaieb [EMAIL PROTECTED] Cc : tinyos-help@millennium.berkeley.edu Envoyé le : Mardi, 2 Octobre 2007, 18h15mn 24s Objet : Re: [Tinyos-help] yamp problems with xubuntos This isn't

[Tinyos-help] ncc command not found !!!! I need HELP

2007-10-04 Thread mejda chouaieb
Hello All, I have Windows Media Center Edition and I installed Tinyos-2.x but when I try to compile something I have : bash-3.2$ pwd /cygdrive/c/jennic/cygwin/opt/tinyos-2.x/apps/Null bash-3.2$ make yamp /bin/sh: tos-ident-flags: command not found mkdir -p build/yamp compiling NullAppC to a

Re: [Tinyos-help] A discussion on TOSSIM

2007-10-04 Thread Bernardo Avila Pires
That is one problem, no? The monolith.c is what I was trying to run away from... 2007/10/3, Kevin Klues [EMAIL PROTECTED]: Don't forget that all your nesC modules just get turned into one giant app.c file in your build/platform directory if thats useful. Kevin On 10/3/07, Bernardo Avila

[Tinyos-help] GIO interrupt on tmote sky

2007-10-04 Thread Bhavish Aggarwal
Hi, I'm trying to use the GIO0 pin as a hardware interrupt. I read about the mechanism to do this. The archives and documentation says that I have to join the R14 ends together and then I can use it as interrupt. I'm not sure about this method. Also, what interface will I use to generate the

Re: [Tinyos-help] non-continous usage

2007-10-04 Thread Ákos Maróy
Kevin Klues wrote: Its definitely there. I just reran the set of commands mentioned at the end of the tutorial: cd $TOSROOT/apps/tutorials cvs -d:pserver:[EMAIL PROTECTED]:/cvsroot/tinyos login cvs -z3 -d:pserver:[EMAIL PROTECTED]:/cvsroot/tinyos co -P -d LowPowerSensing

Re: [Tinyos-help] serialsource for Visua C

2007-10-04 Thread David Gay
Sure, send them on. On 10/4/07, Ákos Maróy [EMAIL PROTECTED] wrote: Hi, I had to port the serialforwarder C source so that it works on Windows from Visual C. I #ifdef'd the differences into the original source code. I wonder if this would be of interest in the TinyOS source tree. Akos

Re: [Tinyos-help] non-continous usage

2007-10-04 Thread Kevin Klues
Its all part of the tinyos cvs repository, you probably just forgot to do a `cvs update -dP` to guarantee that newly created directories get added and old deleted ones get pruned. Kevin On 10/4/07, Ákos Maróy [EMAIL PROTECTED] wrote: Kevin Klues wrote: Its definitely there. I just reran the

[Tinyos-help] TOS 2.0 compilation issue

2007-10-04 Thread Chanaka Lloyd
hey, i installed tinyos 2.0. i get errors when i try to compile a program (say, BlinK). error message follows: /opt/tinyos-2.x/apps/Blink# make tmote /bin/sh: tos-ident-flags: command not found mkdir -p build/telosb compiling BlinkAppC to a telosb binary ncc -o build/telosb/main.exe -Os -O

Re: [Tinyos-help] Re: Using a USB port to connect to a MIB510

2007-10-04 Thread Jeongyeup Paek
The mote seems to be dead. Try changing the mote. Thanks Khew U-Wei wrote: Hi Aneekat, I tried the above command you provided: $ make mica2 install.0 mib510,/dev/ttyS6 for a COM7 port and this is my error report: compiled TOSBase to build/mica2/main.exe 9022 bytes in ROM

Re: [Tinyos-help] GIO interrupt on tmote sky

2007-10-04 Thread André Miguel de Almeida Marrão Rodrigues
Why not to begin be using the user button line on the 6pin conector? André - Original Message - From: Bhavish Aggarwal [EMAIL PROTECTED] To: tinyos-help@Millennium.Berkeley.EDU Sent: Thursday, October 04, 2007 3:29 PM Subject: [Tinyos-help] GIO interrupt on tmote sky Hi, I'm

Re: [Tinyos-help] Is it possible to adjust MOTE/MiCAz's transmit power in the middle of the process

2007-10-04 Thread Jeongyeup Paek
Yes, both micaz and telosb can change rf power on the fly. Check CC2420Control. Just be careful how you send the command. If you 'reduce' the power, the command might never reach the farther away nodes. Also, if you are using a dynamic routing protocol, routes might become invalid. Thanks -

Re: [Tinyos-help] packet transmission time for mica2 platform

2007-10-04 Thread Jeongyeup Paek
depending on size of the packet, couple of tens of milliseconds? Thanks - jpaek Ray kah wrote: Dear all what is the packet transmission time for mica2? What is the typical packet delay if I need to transmit 1 hop. I am experiencing more than 5 secs after transmitting a packet to my mica2

[Copfilter] Copy of quarantined email - *** SPAM *** [9.8/5.0] Re: [Tinyos-help] GIO interrupt on tmote sky

2007-10-04 Thread [EMAIL PROTECTED]
[Tinyos-help] GIO interrupt on tmote sky Date: Thu, 4 Oct 2007 20:10:01 + (GMT) X-Mailer: sendEmail-1.52 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary=MIME delimiter for sendEmail-365655.539165349 This is a multi-part message in MIME format. To properly display this message

[Tinyos-help]Receiving Bad Packets

2007-10-04 Thread RamKishore
Hi all, I want to receive the bad packets which failed CRC test.I am using TOSbase(/tinyos1.x/contrib/xbow/apps) as receiver(mica2),at 916.4Mhz.I scanned mailing lists,but couldn't figure out anything. More importantly, could anyone tell me few methods of generating noisy

Re: [Tinyos-help]Receiving Bad Packets

2007-10-04 Thread Michael Schippling
I'm fairly sure that TOSBase doesn't do any received CRC check. If you look at Packetizer.java::readFramedPacket() you can see where messages are rejected based on the CRC failure, so this is probably the place to hack. I find that jackhammers and banging on pots and pans are good for creating a

Re: [Tinyos-help]Receiving Bad Packets

2007-10-04 Thread RamKishore
Hi, Thanks for helping in creating noisy environment. Regarding CRCs,The CRC values that you were referring to are those over wired-medium(RS-232 in my case) between mica2 and PC.To elaborate:As said,TOS base surely doesn't do any CRC check.It receives only correct CRC packets from bottom

[Tinyos-help] Problem with communicating with PC using UART0 on telos ver.B for tinyos 2.x

2007-10-04 Thread Vaibhav Nagarnaik
Hi All, I am trying to use tinyos 2.x with telosb to communicate with PC using UART0. I have tried different components Msp430Usart0C and Msp430Uart0C but I don't receive the same character sent from PC. For example if I send 'a' from PC, I get '0x58 0x08 0x01 0x00' ie four characters on the

Re: [Tinyos-help] Problem with communicating with PC using UART0 on telos ver.B for tinyos 2.x

2007-10-04 Thread Kevin Klues
I'm actually surprised you see anything at all.. You can't use USART0 to communicate with the PC because it isn't physically connected to the serial port on the telos -- there are no wires connecting USART0 to the USB controller to exchange data with the PC. USART0 is attached to the radio,

Re: [Tinyos-help]Receiving Bad Packets

2007-10-04 Thread Michael Schippling
ugh...I think you're right... Looks like the radio CRC gets wiped by SpiByteFifo.dataReady() in CC1000RAdioIntM.nc... look for: rxbufptr-crc Although the radio receive only looks at the CRC in order to implement ACKs correctly and the message is passed along no matter. Then the CRC gets

[Tinyos-help] Help Required

2007-10-04 Thread Anil Karamchandani
Hi all I am currently doing my masters program in computer science dept from the Univ of Houston I have taken a course on Wireless Sensor Networks because of my inclination in sensor technologies . I am currently doing a project Emulation and Simulation of Wireless Sensor Networks in

[Tinyos-help] Help Required

2007-10-04 Thread Anil Karamchandani
Hi all I am currently doing my masters program in computer science dept from the Univ of Houston I have taken a course on Wireless Sensor Networks because of my inclination in sensor technologies . I am currently doing a project Emulation and Simulation of Wireless Sensor Networks in

Re: [Tinyos-help] serialsource for Visua C

2007-10-04 Thread Ákos Maróy
David Gay wrote: Sure, send them on. please find the files attached... the rest of the C code compiles fine on Visual Studio. (disclaimer: I'm not a Windows fan by far - I was almost forced to do this :) #ifndef SERIALSOURCE_H #define SERIALSOURCE_H #ifdef _WIN32 #include windows.h