Arduino library cyrf6936 communication (DSMX)

Hi All,
I've just received my own design spread spectrum RF modules from the pcb manufacterer. It's a cyrf6936 chip with ATmega328 on a Xbee footprint. I used the Xbee footprint because I can then easilly upload the Arduino sketches via the widely available USB <> Xbee mother boards.

Everything seems to work OK for now, I installed the Arduino bootloader and can upload sketches already. Also the SPI communication between the IC's seems to work OK. I want to implement the DSMX protocol into the ATmega328 running on Arduino. Does anyone know if there are standard libs available for this? It saves me a lot of work :slight_smile:

So if anyone knows a lib or reference design of (for example) an Arduino uno with CYRF6936, I would be happy to know.

Try this Github repository: GitHub - pascallanger/DIY-Multiprotocol-TX-Module: Multiprotocol TX Module (or MULTI-Module) is a 2.4GHz transmitter module which controls many different receivers and models.