This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

BLE peripheral on pca20006/s130

hello,

having everything working on the nRF52 DK i tried to migrate to the smart beacon kit (pca20006 with s130) but somehow cannot bring up a proper peripheral configuration. i tried the beacon-example - which is working fine - and used it as a base for the sdk_config.h, linker script as well as MAKE settings, no luck

  • using pca20006 (newest revision - C i think)
  • sdk 12.3 (latest version supporting s130)
  • generated/adapted code from BDS plugin
  • based on bluetoothds template

so basically the whole project works on the nRF52 DK and also compiles for the beacon kit it won't work.

  • i triple-checked the sdk_config.h
  • compared it agains the pca20006 configuration from the beacon example (peripheral)
  • and also checked the pca10028 which uses the same soft device

i cannot really debug it with the soft device on it (there's something wrong in ozone with the reset vector?), so maybe i'm missing something essential here ..?

attached bds-test.zip

Parents
  • thing is i don't have the nRF51 DK, only the nRF52 preview DK (pca10056). i used the pca10028 since it's the closest i could find to the pca20006. i ended up bashing through examples and somehow managed to get the example running on the smart beacon kit. it might be the linker files that don't exactly match the beacon example, something in the sdk_config.h or something similar. i will update this post with working code. it'd be great to have more examples for the pca20006 since it's a nice device to use also for other applications.

Reply
  • thing is i don't have the nRF51 DK, only the nRF52 preview DK (pca10056). i used the pca10028 since it's the closest i could find to the pca20006. i ended up bashing through examples and somehow managed to get the example running on the smart beacon kit. it might be the linker files that don't exactly match the beacon example, something in the sdk_config.h or something similar. i will update this post with working code. it'd be great to have more examples for the pca20006 since it's a nice device to use also for other applications.

Children
No Data
Related