This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Linux driver for CC2530

Other Parts Discussed in Thread: AM1808, CC2530, OMAP-L138

Hello,

i have a customer that is working with an AM1808 processor and CC2530 Zigbee transceiver. Customer needs a linux driver for CC2530. Is there anything available?

I have checked that there is a new  Smart Grid evaluation module based in OMAP-L138 with connector for Zigbee modules, is there any driver for CC2530 with this solution?

http://www.ti.com/tool/tmdssgi-evml138

Thanks in advance

Alberto

  • alberto,

    this will depend on how the cc2530 is communicating with the am1808. 

    assuming using UART, then no special Linux driver is needed. from the Linux running on am1808 access /dev/ttyS0 (or S1, S2..., depends on which UART port of the am1808 is connected to the cc2530) to communicate with the cc2530, standard serial port communication.

    lj