Rak113100 FreeRTOS

Hello everyone,

Is there any sample code for RAK113100 with FreeRTOS?
How are you taking advantage of the dual cores on RAK113100?

–Regards


Intelligent Agriculture example

Soil example

Hello @dexterac

The BSP for the RAK11310 is based on the Arduino Core MBed.
They have FreeRTOS somewhere below the hood, but I never tried it. Instead it seems to be easier to use MBed implementations like osEvent, osThread, osSignal, …

I used these Mbed multitasking implementations in my example RAK11310-RAK1906.

About using the dual cores, I think it is not yet implemented in the Arduino Core MBed.

1 Like