-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
X-Nucleo-IDB05A1 Not Working #195
Comments
Dear Brett, Kind regards |
Thank you for the help! |
That fixed it! |
Hello Brett, I found this thread trying to fix the same problem you had with the X-Nucleo-IDB05A1. Did you manage to use the shield after the BlueNRG-MS update? |
Hello All,
I would like to preface this post by saying that I have absolutely no experience working with the BLE communication stack.
I recently purchased a Nucleo-F446RE board alongside X-Nucleo-IDB05A1 to test out the viability of using the SPBTLE-RF module in a product we are developing. I figured this would be a good way to explore bluetooth within the Mbed environment.
However, when I imported and uploaded the BLE_HeartRate-IDB0XA1 program, as shown in the link, I get absolutely no ouput from the board or the module (including serial output).
I have tried bluetooth scanning with Android, iOS, Windows, and Linux Devices.
After digging around online a bit, I discovered some people were having success by changing some of the reset time. I tried this to no available.
A little more probing reveals that there was a firmware update for the ble module that was supposed to make its internal communication stack play nicely with the mbed infrastructure. So I followed the directions here. Although, I only saw the LED blink quickly, indicating an error.
For example, while I have been able to get LED blinky and serial output working on the board, the following code produces no serial output, and the LED still blinks even though nothing in the code calls for it:
Now my fear is that I've bricked the module by perhaps only performing a partial firmware update?
Any advice on how to proceed?
Best regards,
Brett
The text was updated successfully, but these errors were encountered: