More learning material on Bluetooth on STM32L475 Discovery kit (B-L475E-IOT01A1)
I'm trying to program Bluetooth on STM32L475 Discovery board, but I'm unable to find material that lets me understand the whole idea and implementation.
Could you point me to more example codes and book/articles?
I tried this example: https://wiki.st.com/stm32mcu/wiki/STM32StepByStep:Step5_Build_an_IOT_system
it worked on my system, but I don't understand the big picture (ie how did the person who coded this program get addresses for the Bluetooth registers, and steps in setting up the bluetooth module)
I also saw an android STM32 app for sensor data viewing. I assume the app communicates with the board through Bluetooth. Where do you find the example code to run on the STM32L475 discovery board?
