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

BLE400 compatible with PCA 10028?

I'm trying to following example of nRF51_SDK_v12 OTA-DFU Example, but there are no support with BLE400 at all. (BLE 400 has nrf51822 QFACA1 1536EK Chip on it)

I think this board is pretty similar to PCA10028 DK Board, But I'm not sure it is fully compatible with it.

I know the diffrence with DK, such as BLE400 doesn't has External Debuuger, so i have to use External J-Link Debugger to Upload Firmware (App, SoftDevice, Bootloader.. etc).

Q1. Is Ble400 compatible with uploading pca10028 hex code? And if not, is there any way to test SDK V12.0 to BLE400?

(I mean, can I upload compiled pca10028 example [such as Keil, ARM-GCC] to BLE400 without changing any configuration Settings? I thought i have to change some Read/Write Memory Area Address like IRAM1, IRAM2 start address.)

Q2. Is there any webpage or document that i can reference to use BLE400?

www.waveshare.com/.../BLE400

I found this official BLE400 wiki, But this wiki site here has really outdated document, it uses SDK v5.2 and doesn't have much examples.

And I'm trying to use S130 but It only explains about S110, S120. (I guess at that time, s130 was not developed at all.)

(+ Is there any existing BSP of BLE400?) - I can't find it at all.

Related