ESP32 BLE Mesh with Zephyr, could run next to freertos ?

Dav Electro
Posts: 5
Joined: Tue Oct 27, 2020 11:47 am

ESP32 BLE Mesh with Zephyr, could run next to freertos ?

Postby Dav Electro » Mon Mar 01, 2021 4:37 pm

Hi All,

If I am correct, ESP32 BLE mesh is using Zephyr (RTOS), and I managed to use it in my project where also freeRTOS is used. I plan to integrate fast provisionning, based on the example in my project.
That would make 2 RTOS running in parallel ...
It seems to work on my first basic tests, but Is there any risk I should consider ?

Thanks,
David

WiFive
Posts: 3529
Joined: Tue Dec 01, 2015 7:35 am

Re: ESP32 BLE Mesh with Zephyr, could run next to freertos ?

Postby WiFive » Mon Mar 01, 2021 9:20 pm

I don't think so, the ble stack from zephyr is used but the zephyr rtos kernel is not used.

Dav Electro
Posts: 5
Joined: Tue Oct 27, 2020 11:47 am

Re: ESP32 BLE Mesh with Zephyr, could run next to freertos ?

Postby Dav Electro » Tue Mar 02, 2021 10:17 am

ok, I saw "k_delayed_work_submit" function in fast provisionner sample, but this might be the only use of zephyr RTOS, so I could change it for the RTOS I am using,

thanks,

Who is online

Users browsing this forum: yimeng and 81 guests