2022-10-19 07:58 PM
Follow Lecture : WB Bluetooth mesh - 7 Lab 1: Creating Bluetooth Low Energy project STM32WBMMG-DK
Hello, I am a student who recently started the low power Ble project.
I bought a nucleo-wb15cc board and am working on the project. After reading this lecture, I followed all the courses of the lecture.
The build was successful without a problem, but Bluetooth is not recognized by the phone.
I think it's because the chip used in the lecture is different from the chip on my board.
Is there anything I should be careful about when I follow the project with nucleo-wb15cc?
2022-10-19 07:58 PM
2022-10-19 09:50 PM
I also got a set of P-NUCLEO-WB55, I download the full cube FW lib from web.
I think it is better to start from one of project within official STM32 cube FW for STM32WB:
2022-10-19 09:57 PM
I'll follow your suggestion. Thanks!