Is there a sample SES project for the nRF52810 which uses BLE?
Is there a sample SES project for the nRF52810 which uses BLE?
Yes.
See: https://devzone.nordicsemi.com/f/nordic-q-a/33812/developing-for-nrf52810---the-full-story and the linked article
EDIT
Note that some links in that thread have changed - be sure to see the latest updates
I was hoping for an SES .emProject file, but I didn't see that in any of the links.
If you read it, it will tell you how to find the nrF52810 projects.
It all so tells you that they only exist for some - not all - of the SDK examples.
It does tell you how to adapt an nRF52832 Project for nRF52810 - subject, of course, to the limitations of the nRF52810
I didn't find a project that was ready to use with the nRF52810, so I modified the pca10040e ble_app_blinky project, removing the DEVELOP_IN_NRF52832 macro and adding a DEBUG macro. Is this the correct approach? Running on a custom board, the debugger shows it crashing in ble_stack_init() with no error logged to the console.
Hi John,
Please see our documentation on Developing for nRF52810 from our Infocenter.
Kind regards,
Øyvind