Is there an easy way to make example code like ble_app_blinky work with nRF52833 development kit. The pca is pac10100 which isn't there.
Is there an easy way to make example code like ble_app_blinky work with nRF52833 development kit. The pca is pac10100 which isn't there.
Hi,
The nRF52833 and nRF52840 SoC are very similar. I think you can port the nRF52840 (PCA10056) examples to nRF52833 fairly easily. As far as I can see it should be sufficient to do the following:
1) Change the board config to PCA10100.
2) Change the board definition in preprocessor definitions.
3) Adjust FLASH and RAM sizes.
Best regards,
Marjeris