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 : linux-zigbee-devel@lists.sourceforge.net 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 jonsm...@gmail.com
.@gmail.com] >> Envoyé : mercredi 21 décembre 2011 17:04 >> À : M Pouillot >> Cc : linux-zigbee-devel@lists.sourceforge.net >> Objet : Re: [Linux-zigbee-devel] Zigbee-linux CC2530 implementation >> >> Check out Contiki. Contiki already has an open source CC2

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

2011-12-21 Thread jonsm...@gmail.com
to:jonsm...@gmail.com] > Envoyé : mercredi 21 décembre 2011 17:04 > À : M Pouillot > Cc : linux-zigbee-devel@lists.sourceforge.net > 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 : jonsm...@gmail.com [mailto:jonsm...@gmail.com] Envoyé : mercredi 21 décembre 2011 17:04 À : M Pouillot Cc : linux-zigbee-devel@lists.sourceforge.net Objet : Re: [Linux-zigbee-devel] Zigbee-li

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

2011-12-21 Thread jonsm...@gmail.com
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

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

2011-12-21 Thread M Pouillot
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 transceiver embedded Mac layer) or serial driver for which is necessary to h