Hi,
in December 2020, the FreeRtos Project launched the cellular library to help developers connect to nb-iot and lte-m modems more quickly.
https://www.freertos.org/2020/12/introd ... brary.html
As micropython also uss FreeRtos, I was wondering if anybody is currently trying to write a wrapper around the FreeRtos Cellular Library so that it can be used within micropython also?
This is the Github page for the library: https://github.com/FreeRTOS/Lab-Project ... ar-Library
I have a Quectel BC68 / BC95-G and would like to connect my ESP32 running Micropython to the modem. On the protocol side I would like to use COAP or raw UDP as it is more suitable for nb-iot.
Of course I can hack together a simple AT Command parser to do the job, but I guess if would be much better if the effort from the FreeRtos project could be used in Micropython also.
Also, is there a guide on how to create micropython modules for existing c project in case I try to port it myself?
Thanks a lot in advance,
Lorenz