Hi Aldo, I have never heard of motes with these specifications. You could build your own platform support: http://docs.tinyos.net/index.php/Platform_Creation_and_Testing
Cheers, Urs PS: How did you get these motes? aldo wrote: > Thank you for help, > > I see in the PCB a microcontroller M430F2274 of Texas Instruments and a > radio chip CC2500. > > Also, I have another PCB with a microcontroller M430F2274 of Texas > Instruments and a radio chip CC1101. > > Both motes are not supported in TinyOS? > > I'll try what you saying Urs! :-) > > Regards, > > Aldo > > 2009/4/30 André Rodrigues <[email protected] > <mailto:[email protected]>> > > Hi > > I think this platform is not supported by TinyOS. > > Regards, > > André Rodrigues > > ----- Original Message ----- From: "Urs Hunkeler" <[email protected]> > To: "aldo" <[email protected] <mailto:[email protected]>> > Cc: <[email protected] > <mailto:[email protected]>> > Sent: Thursday, April 30, 2009 8:00 AM > Subject: Re: [Tinyos-help] Problems with mote TI MSP430 > > > Hi Aldo, > > I have not heard of a mote called MSP430+CC2500. The > tmote/telosb has a > msp430 micro-controller and a cc2420 radio chip. If this is not > a common > mote, then maybe motelist will not recognize it. > > Most likely the mote will be accessible under /dev/ttyUSB0. To > find out, > you could click on the icon of the mote in the VMWare screen to > disable > the mote, then wait a few seconds and re-enable the mote again. The > command dmesg (which shows system information from the kernel) > should > tell you that a new USB device was found and what device file it was > assigned (as I said, most likely /dev/ttyUSB0). > > You could then manually specify the port where the mote is > connected: > > make telosb install bsl,/dev/ttyUSB0 > > Note: I have no idea whether your mote really is compatible to the > telosb platform. > > Cheers, > Urs > > > aldo wrote: > > Hello everybody, > > I'm trying to download the Blink application to a mote TI > MSP430 + CC2500. > > The programming environment I'm using is XUBUNTOS 2.1 and I > don't know > if it's the best. > > Concerning to Lesson 1 of TinyOS tutorial, when I type > "motelist" I don't > see anything (I plug the mote before switch on the VMWare > and when VMWare > starts It recognize the mote). What can I do? > The TI MSP430+CC2500 mote is USB. How can I download the > aplication into the > mote? It's a telosb platform? > > Forgive me my english level :). > > Thank you very much for advance. > > Aldo > > _______________________________________________ > Tinyos-help mailing list > [email protected] > <mailto:[email protected]> > > https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help > > > > _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
