I developed a FreeRTOS solution using RAK4631, RAK1904, RAK1906, RAK12500 and RAK15004, to send via LoRaWAN a payload with all sensors informations by CayenneLPP.
Now I would like to convert the FreeRTOS solution to Zephyr, including CayenneLPP.
Could you help me with some example how to migrate the libraries to Zepyr.
To migrate a module to Zephyr, I prepared a demo before, please check rak-zephyr-app/modules at main · srcnert/rak-zephyr-app · GitHub folder. There is a demo calculator module. You must prepare your own CayenneLPP module. This is the easiest and most robust way I know.
I named it as module but naming is not important. Briefly, you must implement this Arduino Library by yourself for Zephyr Project. I don’t know any other way. You can directly add inside your project or follow up my previous message to do this.