Hey i was using the code from developer.mbed.org/.../main.cpp
I am using this chip ( http://i.imgur.com/q8EM4uq.jpg ), it is nordic nRF51822 but i exactly do not know its peripheral config but its not mKit. I am using stlink v-2 to flash the chip using openocd from my linux system. I am using CMake to make a .hex file which is flashed into the chip. Along with the main program , i am cmaking the libraries - github.com/.../BLE_API and github.com/.../nRF51822 .
Here is a gist of my main.cpp program and CMakeLists.txt gist.github.com/.../64317c5cb96e396f1421
The .hex that is get is flashed properly in the chip.
I am testing this on my android phone via nordic Beacon App and iBeacon Detector App ( play.google.com/.../details )
I want my chip to be detected as an Ibeacon but its only being detected as a bluetooth device.
Kindly tell what things i am missing / some fixes i should do to make things work as required.
Thanks in Advance