2019-10-15 11:58 AM
I want to enable a bluetooth function on the STM32 board, is this possible with the nucleo idb05a1? If not, what can I use as an alternative?
2019-10-15 12:04 PM
Looks like it only uses the Arduino shield connectors, should work on an STM32F746G-DISCO, you'd have to determine the pin utilization and port the code as necessary.
2019-10-15 12:16 PM
That's what I was thinking; however I am quite the novice with this board so it is a big learning curb. Do I need a binary file to drop into the usb drive for the disco board? And by setting pins, I am guessing I wold have to configure that through the CubeMx?
2019-10-15 12:41 PM
I'm old school, I tend to review the pin diagrams and schematics in the user manuals.
Doesn't this part predominantly access through the SPI port?