2020-02-29 04:27 AM
I followed the "X CUBE BLE1 for STM32CubeMX" webinar/tutorial as well as the documentation in CubeMX, but my STMF401RE with IDB05A1 is not found by the ST BLE Sensor app. Hence, no connection is possible and I cannot try the Bluetooth features.
The differences with the webinar, as far as I know, are:
* I am using X.CUBE-BLE1 5.0.0 instead of 4.4.0 because this is the only compatible package with CubeMX 5.6.0.
* SYS is appearing in my system view, while it is not appearing in the webinar, but this should be again related to the new version of CubeMX
* I am using IAR EWARM instead of Eclipse (this should be super-ininfluent)
* in Advanced Setting of Project Manager, instead of "MX_USART2_UART_Init" + "MX_SPI1_Init" + "MX_X_CUBE_BLE1_Init" + "MX_X_CUBE_BLE1_Process", there are "MX_BlueNRG_MS_Init" + "MX_BlueNRG_MS_Process", and they cannot be set static
I made no modification to the generated code. I also tried the SensorDemo with BlueNRG app, but the same problem is present.
How can I fix that?
2020-03-06 08:38 AM
solved, at the end the problem was my phone... the app still doesn't see the device, but other bluetooth devices do
I leave the topic open in case someone has the same problem