Control of STM32WB55CG via BT Simple Terminal application
Hello, everyone,
My project uses the WB55CGU6 microcontroller.
The project is for me to be able to pair with the microcontroller via a phone app (e.g. BT Simple terminal) and use commands to control it. For example, if I send ‘1’ in ASCI on the phone application, the stm32wb will light the diode which is connected to the GIPOA_01 port, if I send ‘2’, the stm32wb will light the diode which is connected to the GIPOA_02 port or any other complex procedure. I would also like, for example, the processor itself to send me cyclically to the phone application, e.g. data from some sensor.
I would like to know what ‘Ble Application type’ to set.
Alternatively, which example to focus on (example that contains an .ioc file) so that I can preview the BLE solution and configuration
I am just starting my adventure with STM32 but previously I did a lot of projects on ATmega and such a project was done with HC-05 and a processor that was connected to it via USART. The processor received data from the BME-280 sensor and sent it via the USART port to the HC-05. I received this data on my phone on the BT Simple Terminal application.
Any help please. Regards
