Hi all,
I am not sure what to do now. I have been trying to get the s130 working with the device manager. I tried using github.com/.../nRF51-ble-app-hrs-s130 with sdks 7.2 and s130 of 0.9.alpha. I am using GCC for compiling. and eclipse for debugging.
I have got everything to compile and load up on pca10028 board. However, the program would not do anything. It would init the device manager and then get stuck somewhere. Where it is stuck i do not know. it does not seem to be throwing any assert error.
It seem to be only the peripheral side of thing. I say this because when i comment out the advertising start and program was able to run and connect to the other device. when advertising was only on it does not advertise any data that can be seen through the master control panel. and then when both of them are enabled it just stop no more connection to the other board.
Any thought on this?