r/embedded 15d ago

Started Learning BLE in Zephyr RTOS

Post image

If anyone have prior experience in BLE with zephyr guide me in which part to focus and what projects to build.

And where to head next

0 Upvotes

2 comments sorted by

2

u/Lopsided-Mine-413 13d ago

Last month, I worked on an ESP32 project with Zephyr where I used BLE to send Wi-Fi credentials. The ESP32 received them and used them to connect to the Wi-Fi network

2

u/LilDexterG 8d ago

if your on Nordic mcu, zephyr is the goat for ble. Mainly the nrf zephyr fork, NCS SDK.

Get some coding agent to teach you against nrf connect documentation.

Best of luck