2018-09-06 11:09 AM
My application is to have an Android app that detects a single GPIO input (a button press) from the BlueNRG2 module. Is there a more simple starting point than the BlueMS application and it's companion firmware project?
I am using Atollic (thank you for Atollic TrueStudio!) and Android Studio. I can build and load both the firmware stack and application and the Android app BlueMS application. I'm having trouble understanding how to modify the examples to recognize a button press on the STEVAL-IDB008V2.
2018-09-14 01:46 PM
wow, you are good. I could not even get the example "BLE_SensorDemo_BlueMSapp" run using TrueStudio. It crashed calling the "SdkEvalComUartInit()" in Main()
Anything you have modified in IDE to have it running ?