Is it possible to run Eddystone example from SDK12.3.0 on nRF51822 xx aa chip?
In the eddystone documentation it mentioned that S132 softdevice required, but on older SDK version experimental Eddystone implementation works with S130 softdevice.
Is it possible to run Eddystone example from SDK12.3.0 on nRF51822 xx aa chip?
In the eddystone documentation it mentioned that S132 softdevice required, but on older SDK version experimental Eddystone implementation works with S130 softdevice.
Did you set the heap size to zero?
ok,thanks, now its working,can you please suggest how to modify packet to send tlm data???
you are welcome, unfortunately I don't know anything about packet modification.
ok,thanks.
After a bit of a struggle, I came across this post, which helped me tremendously to re-program this iBeacon device with the 12.3.0 SDK's Eddystone Example:
https://www.beaconzone.co.uk/RadiolandNRF51822Cased
I changed pca10028.h to configure BUTTON_1 as pin 28 and voila, when I press the button on the module I go into configuration mode!
Thank you!