Hello any one. can tinyos-1.x be installed in windows7? if not what is the procedure to install tinyos-1.x in windows7. any one please let me know.
with regards R.MANJULA From: [email protected] Sent: Wed, 26 Oct 2011 23:43:10 To: [email protected] Subject: Tinyos-help Digest, Vol 102, Issue 51 Send Tinyos-help mailing list submissions to [email protected] To subscribe or unsubscribe via the World Wide Web, visit https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help or, via email, send a message with subject or body 'help' to [email protected] You can reach the person managing the list at [email protected] When replying, please edit your Subject line so it is more specific than "Re: Contents of Tinyos-help digest..." Today's Topics: 1. Re: Different compilers within the same TinyOS-2.1 (B?r? Andr?s) 2. Minimun Voltage IRIS (Correo de Wacka) 3. Re : Urgent! How to generate PWM signal to excite a sensor on IRIS ? (hafid bbbbbbbbb) 4. Re: Problem with serial communication using telosa (Lu?s Pereira) ---------------------------------------------------------------------- Message: 1 Date: Wed, 26 Oct 2011 14:20:49 +0200 From: B?r? Andr?s <[email protected]> Subject: Re: [Tinyos-help] Different compilers within the same TinyOS-2.1 To: David Rodenas Herr?iz <[email protected]> Cc: TinyOS <[email protected]> Message-ID: <CAOjUOUbst6BSM9Fu0o3PdH4D8=xrq3qxuq872hmdwmwmou-...@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1 You can install the packages with "rpm -ivh --ignoreos --force", this will overwrite the conflicting files. Andris On Wed, Oct 26, 2011 at 12:24 PM, David Rodenas Herr?iz <[email protected]> wrote: > Thanks Eric. I had some problems installing the xscale compiler (for > Imote2): > rpm -ivh --ignoreos xscale-elf-gcc-3.4.3-1.cygwin.i386.rpm > Preparing... ########################################### [100%] > file /usr/man/man7/fsf-funding.7 from install of xscale-elf-gcc-3.4.3-1 > conflicts with file from package avr-gcc-4.1.2-1 > file /usr/man/man7/gfdl.7 from install of xscale-elf-gcc-3.4.3-1 conflicts > with file from package avr-gcc-4.1.2-1 > and more... > I suppose that I'll have to install it manually. Therefore, I don't know > when but I'll tell you if it finally works. > David Rodenas Herr?iz > > ________________________________ > Date: Wed, 26 Oct 2011 03:10:34 -0700 > Subject: Re: [Tinyos-help] Different compilers within the same TinyOS-2.1 > From: [email protected] > To: [email protected] > CC: [email protected] > > take a look a different .platform files > A pattern will become apparent. > You'll see things like... > -gcc=msp430-gcc > -mmcu=msp430x1611 > -fnesc-target=msp430 > and like > -gcc=avr-gcc > -mmcu=atmega128 > -fnesc-target=avr > > I don't know of any documentation for these things. ? I mostly fly by the > seat of my pants when it comes to what these switches do. > > > On Wed, Oct 26, 2011 at 12:44 AM, David Rodenas Herr?iz > <[email protected]> wrote: > > Hi Eric > thanks for your answer. Would you mind giving me some brief instructions to > do those switches? > David > > ________________________________ > Date: Tue, 25 Oct 2011 16:14:58 -0700 > Subject: Re: [Tinyos-help] Different compilers within the same TinyOS-2.1 > From: [email protected] > To: [email protected] > CC: [email protected] > > > > On Tue, Oct 25, 2011 at 11:25 AM, David Rodenas Herr?iz > <[email protected]> wrote: > > Hi everyone > I am working with Imote2 and MicaZ motes and I want to ask if PXA27x > (compiler for Imote2) Atmel AVR tools (compiler or MicaZ) might work within > the same TinyOS-2.1 installation. > > Sure. ? The toolchain invoked is determined by switches in the .platform > file for the platform being compiled. > So it should work fine. > > > Thanks in advance > David > _______________________________________________ > Tinyos-help mailing list > [email protected] > https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help > > > > -- > Eric B. Decker > Senior (over 50 :-) Researcher > > > > > > -- > Eric B. Decker > Senior (over 50 :-) Researcher > > > > _______________________________________________ > Tinyos-help mailing list > [email protected] > https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help > ------------------------------ Message: 2 Date: Wed, 26 Oct 2011 15:55:09 +0000 From: Correo de Wacka <[email protected]> Subject: [Tinyos-help] Minimun Voltage IRIS To: Miklos Maroti <[email protected]> Cc: [email protected] Message-ID: <[email protected]> Content-Type: text/plain; charset="iso-8859-1" Hi everyone, I would like to monitor the batteries of some IRIS nodes and as far as I know the minimun power voltage they need is 2V. Is it correct? It would be helpful to know the minimun voltage they need to operate, just to send an alarm wether I detect that critical level and replace the bateries. Thanks in advance -------------- next part -------------- An HTML attachment was scrubbed... URL: https://www.millennium.berkeley.edu/pipermail/tinyos-help/attachments/20111026/53330b84/attachment-0001.htm ------------------------------ Message: 3 Date: Wed, 26 Oct 2011 17:13:14 +0100 (BST) From: hafid bbbbbbbbb <[email protected]> Subject: [Tinyos-help] Re : Urgent! How to generate PWM signal to excite a sensor on IRIS ? To: TOS <[email protected]> Message-ID: <[email protected]> Content-Type: text/plain; charset="iso-8859-1" Hi, Thanks for your valuable reply, I read the chapters that suggested to me and i understand now how to use PRR1, OCR3A,TCCR3B. One problem left is how to count N pulses and then stop Timer 3 by?disabling the correspondent bit in PRR1?. I do not know if this is doable but if the correspondent Output compare match interrupt?is enabled ,?and its?interrupt routine can be changed? somehow to count N pulses, maybe, it would solve this. Frankly, i don`t know how to do this! Any idea? Best Regards?! Massinissa ________________________________ De?: antonio rosa <[email protected]> ??: hafid bbbbbbbbb <[email protected]> Envoy? le : Mercredi 26 Octobre 2011 15h10 Objet?: Re: [Tinyos-help] Urgent! How to generate PWM signal to excite a sensor on IRIS ? Hi, I have worked with PWM in atmega 1281 and TinyOS-1.1.15. I use the Timer3 (Timer2 (reserved by? radio) and Timer1 is used by TinyOS) and the following registers: PRR1 OCR3A TCCR3B Also you should read the datsheet: chapter: 16. 8-bit Timer/Counter0 with PWM and the chapter 17. 2011/10/26 hafid bbbbbbbbb <[email protected]> Hi everybody, >I want to excite a sound transmitter? with a train of N pulses at about 17.5?- 20KHZ. So, I made a?basic sensorboard as described here http://www.etantdonnes.com/Motes/MicaBOB/? to get all the 51 pins connector pins and after consulting the atmega1281 datasheet i noticed that manipulating the timer/ counter registers is the only way to generate such a signal (PWM).?Therefore, I have a couple?of questions: >Which timer is most suitable in my case without interfering with the Radio? and TimerMillic and other components using timers? >Is there any interfaces to manipulate safely these registers in tinyos 2.1?? >any similar example, or code snippet? ? >Please shareyour experience with me. >Thanks in advance for your help. >Massinissa >_______________________________________________ >Tinyos-help mailing list >[email protected] >https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help > -------------- next part -------------- An HTML attachment was scrubbed... URL: https://www.millennium.berkeley.edu/pipermail/tinyos-help/attachments/20111026/ed4739df/attachment-0001.htm ------------------------------ Message: 4 Date: Wed, 26 Oct 2011 19:07:31 +0100 From: Lu?s Pereira <[email protected]> Subject: Re: [Tinyos-help] Problem with serial communication using telosa To: Urs Hunkeler <[email protected]> Cc: [email protected] Message-ID: <cagbkrc1wg-v66co_he7k8xmts5jcc9yboaos5arda7mpnrn...@mail.gmail.com> Content-Type: text/plain; charset="iso-8859-1" Hi Urs, I am already using the telos platform. I post a command with tmote because I read in some other question to try that way, and it doesn't make any difference. I am trying to communicate with the mote using the apps/tests/TestLed/Multiled program and I got this outputs: MAKE TELOS: mkdir -p build/telosa compiling TestAppC to a telosa binary ncc -o build/telosa/main.exe -Os -O -I/home/luis/documents/tinyos-main-read-only//tos/lib/printf -fnesc-separator=__ -Wall -Wshadow -Wnesc-all -target=telosa -fnesc-cfile=build/telosa/app.c -board= -DDEFINED_TOS_AM_GROUP=0x22 -DIDENT_APPNAME=\"TestAppC\" -DIDENT_USERNAME=\"luis\" -DIDENT_HOSTNAME=\"luis-eee\" -DIDENT_USERHASH=0x26cd4331L -DIDENT_TIMESTAMP=0x4ea848c1L -DIDENT_UIDHASH=0x63dafe9eL TestAppC.nc -lm compiled TestAppC to build/telosa/main.exe 4994 bytes in ROM 77 bytes in RAM msp430-objcopy --output-target=ihex build/telosa/main.exe build/telosa/main.ihex writing TOS image MAKE TELOS INSTALL: mkdir -p build/telosa compiling TestAppC to a telosa binary ncc -o build/telosa/main.exe -Os -O -I/home/luis/documents/tinyos-main-read-only//tos/lib/printf -fnesc-separator=__ -Wall -Wshadow -Wnesc-all -target=telosa -fnesc-cfile=build/telosa/app.c -board= -DDEFINED_TOS_AM_GROUP=0x22 -DIDENT_APPNAME=\"TestAppC\" -DIDENT_USERNAME=\"luis\" -DIDENT_HOSTNAME=\"luis-eee\" -DIDENT_USERHASH=0x26cd4331L -DIDENT_TIMESTAMP=0x4ea84969L -DIDENT_UIDHASH=0x59c6b937L TestAppC.nc -lm compiled TestAppC to build/telosa/main.exe 4994 bytes in ROM 77 bytes in RAM msp430-objcopy --output-target=ihex build/telosa/main.exe build/telosa/main.ihex writing TOS image cp build/telosa/main.ihex build/telosa/main.ihex.out found mote on /dev/ttyUSB0 (using bsl,auto) installing telosa binary using bsl tos-bsl --telos -c /dev/ttyUSB0 -r -e -I -p build/telosa/main.ihex.out rm -f build/telosa/main.exe.out build/telosa/main.ihex.out MSP430 Bootstrap Loader Version: 1.39-telos-8 Mass Erase... Transmit default password ... Invoking BSL... Transmit default password ... Current bootstrap loader version: 1.10 (Device ID: f149) Adjust SP. Load PC with 0x0C22 ... Transmit default password ... Patch for flash programming required! Load and verify patch ... Program ... 5220 bytes programmed. Reset device ... MOTELIST: Reference Device Description ---------- ---------------- --------------------------------------------- M4MWCK4F /dev/ttyUSB0 Moteiv Telos (Rev A 2004-04-27) java net.tinyos.tools.Listen -comm serial@/dev/ttyUSB0:telos serial@/dev/ttyUSB0:115200: resynchronising I already put my ttyUSB0 in chmod 666, and I also tried reset the device and plug off and plug in the device while in resynchronising like some people advice in other posts and nothing work so far. Thanks for all the help so far. Hope I can get a solution for this Lu?s Pereira 2011/10/26 Urs Hunkeler <[email protected]> > Hi Lu?s, > > I just had a look. It appears that telosa, telosb and tmote all use the > same baud rate, and that the platform name for telosa on TinyOS is just > "telos" (not tmote). > > TelosA and TelosB/Tmote are similar, but not identical. It is entirely > possible that if you compile your programs for the platform "tmote" they > will install on the TelosA and maybe even blink the LEDs, but that other > things (like serial communication) will not work. When you compile the test > programs, did you do a "make telos" (and not "make tmote")? (and similarly > "make telos install") > > If it still doesn't work, could you send us the exact commands that you use > (make, make install, java ...Listen...) and the output that you get for each > of the commands (e.g., copy/past the text from your terminal)? > > > Cheers, > Urs > > > On 10/25/11 11:48 PM, Lu?s Pereira wrote: > >> Hi Rafael, >> >> well when I run motelist i have: >> >> Reference Device Description >> ---------- ---------------- ------------------------------** >> --------------- >> M4MWCK4F /dev/ttyUSB0 Moteiv Telos (Rev A 2004-04-27) >> >> Then i run: >> >> java net.tinyos.tools.Listen -comm serial@/dev/ttyUSB0:tmote >> >> and i got: >> >> serial@/dev/ttyUSB0:115200: resynchronising >> >> and the leds of the mote stop blinking. >> >> Lu?s Pereira >> >> >> 2011/10/25 Rafael de Oliveira Costa <rafaeldeoliveiracosta@gmail.**com<[email protected]> >> <mailto:rafaeldeoliveiracosta@**gmail.com<[email protected]> >> >> >> >> >> Hi Lu?s, >> >> please show what command did you executed. >> >> Rafael de Oliveira Costa,M.Sc. Student >> >> PPGI - UFRJ >> Rio de Janeiro, RJ, Brazil >> http://www.labnet.nce.ufrj.br <http://www.labnet.nce.ufrj.**br/<http://www.labnet.nce.ufrj.br/> >> > >> >> "The first step to getting the things you want out of life is this : >> decide what you want", Ben Stein >> >> >> >> 2011/10/24 Lu?s Pereira <[email protected] >> <mailto:luispereira.tkd@gmail.**com <[email protected]>>> >> >> >> Hi All, >> >> I'm starting a project at my school using telosa. I'm trying to >> do the tutorial and i got stuck in lesson 4. >> >> I can't receive data from telosa. When I try >> "java.net.tinyos.tools.Listen" or "java TestSerial" or even the >> serialForwarder programs it shows me the "resynchronizing" >> message and nothing else happens. With the application that the >> mote blinks it's leds in an binary count, when i try to connect >> it stops counting. >> >> I already search in all the mailing list i nothing i found about >> this solve my problem. >> >> Can anyone help me please? >> >> Thanks for your help >> Lu?s Pereira >> >> ______________________________**_________________ >> Tinyos-help mailing list >> Tinyos-help@millennium.**berkeley.edu<[email protected]> >> <mailto:Tinyos-help@**millennium.berkeley.edu<[email protected]> >> > >> https://www.millennium.**berkeley.edu/cgi-bin/mailman/** >> listinfo/tinyos-help<https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help> >> >> >> >> >> >> >> ______________________________**_________________ >> Tinyos-help mailing list >> Tinyos-help@millennium.**berkeley.edu<[email protected]> >> https://www.millennium.**berkeley.edu/cgi-bin/mailman/** >> listinfo/tinyos-help<https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help> >> > > -------------- next part -------------- An HTML attachment was scrubbed... URL: https://www.millennium.berkeley.edu/pipermail/tinyos-help/attachments/20111026/ca73c8d9/attachment.htm ------------------------------ _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help End of Tinyos-help Digest, Vol 102, Issue 51 ********************************************
_______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
