Re: [Linux-zigbee-devel] Zigbee-linux CC2530 implementation

2011-12-23 Thread Dmitry Eremin-Solenikov
Hello, On Wed, Dec 21, 2011 at 12:06 PM, M Pouillot wrote: > Hello all, > > > > I need to implement a 6lowpan linux driver for the CC2530 from TI. This > transceiver purposes its own serial protocol to manage its Z-MAC (embedded > 802.15.4 Mac layer).  I see Linux-Zigbee allows hardMAC (for trans

Re: [Linux-zigbee-devel] Zigbee-linux CC2530 implementation

2011-12-22 Thread Alexander Smirnov
Hi, Mathieu, 2011/12/21 M Pouillot : > Hello all, > > > > I need to implement a 6lowpan linux driver for the CC2530 from TI. This 6LowPAN isn't a driver, it's an abstract hook which is independent of bottom layers. > transceiver purposes its own serial protocol to manage its Z-MAC (embedded > 80

Re: [Linux-zigbee-devel] Zigbee-linux CC2530 implementation

2011-12-21 Thread M Pouillot
@gmail.com] Envoyé : mercredi 21 décembre 2011 18:15 À : M Pouillot Cc : [email protected] Objet : Re: [Linux-zigbee-devel] Zigbee-linux CC2530 implementation If you're loading code into the CC2530, can the sdcc link to the TI code, or are you forced to use IAR? On We

Re: [Linux-zigbee-devel] Zigbee-linux CC2530 implementation

2011-12-21 Thread [email protected]
gt; kernel driver. > > Probably easier to work with a CC2531 USB stick on a desktop machine > until you get everything debugged. > >> >> best regards, >> >> Mathieu >> >> -Message d'origine- >> De : [email protected] [mailto:jonsm..

Re: [Linux-zigbee-devel] Zigbee-linux CC2530 implementation

2011-12-21 Thread [email protected]
to:[email protected]] > Envoyé : mercredi 21 décembre 2011 17:04 > À : M Pouillot > Cc : [email protected] > Objet : Re: [Linux-zigbee-devel] Zigbee-linux CC2530 implementation > > Check out Contiki. Contiki already has an open source CC2530 implementation

Re: [Linux-zigbee-devel] Zigbee-linux CC2530 implementation

2011-12-21 Thread M Pouillot
erial driver... have you some suggestions? best regards, Mathieu -Message d'origine- De : [email protected] [mailto:[email protected]] Envoyé : mercredi 21 décembre 2011 17:04 À : M Pouillot Cc : [email protected] Objet : Re: [Linux-zigbee-devel] Zigbee-li

Re: [Linux-zigbee-devel] Zigbee-linux CC2530 implementation

2011-12-21 Thread [email protected]
Check out Contiki. Contiki already has an open source CC2530 implementation using sdcc compiler. It shouldn't be too hard to alter that code to work in this environment. On Wed, Dec 21, 2011 at 3:06 AM, M Pouillot wrote: > Hello all, > > > > I need to implement a 6lowpan linux driver for the CC2