I've found a platform created called tmote2500, it seems that it's compatible with radio chip C2500. But my real problem now is that i have to manage to install the USB driver to recognize my mote.
Any ideas to install the driver or when i type dmesg says /tty/USB*? i'm using xubuntu with tinyos. Thank you in advance. Aldo 2009/4/30 André Rodrigues <[email protected]> > Hi > > I think that both radios are not suported in TinyOS. Saying that, you > should note > that CC1101 is an improved version of the CC1000 used on Mica2. > > Beside that: MSP430F2274: 32KB + 256B Flash Memory, 1KB RAM > > I think 1KB RAM could be not enough.... > > Regards, > > André > > PS: There are experts on radio drivers out there, just ask the right > persons :) > > > ----- Original Message ----- > *From:* aldo <[email protected]> > *To:* André Rodrigues <[email protected]> > *Cc:* Urs Hunkeler <[email protected]> ; [email protected] > *Sent:* Thursday, April 30, 2009 4:50 PM > *Subject:* Re: [Tinyos-help] Problems with mote TI MSP430 > > 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]> > >> Hi >> >> I think this platform is not supported by TinyOS. >> >> Regards, >> >> André Rodrigues >> >> ----- Original Message ----- From: "Urs Hunkeler" <[email protected]> >> To: "aldo" <[email protected]> >> Cc: <[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] >>> 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
