Because there is no BLE package for the IOTO1-A STM32L475 board, so I want to port a BLE project from en.stm32cubel4_v1-16-0.zip. There is a BLE heart rate example in the STM32 cube package
Is there any instruction to port this application to RT-thread or another suggestion for using BLE on RT-thread more easilly?
The only available packages for RT-Thread are https://github.com/RT-Thread-packages/nimble .Currently only NODIC NRF52832 MCU is supported.
Hey everyone, I'm also diving into BLE on the IOT01-A STM32L475. Faced with no dedicated package, porting seems like the path. The STM32CubeL4 heart rate example is a good starting point. It's like tackling a tricky level in Snow Rider , needing the right approach. Any RT-Thread experts have advice on streamlined BLE integration? Maybe a smoother slope than icy hills!