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

Raspberry Pi 4 and nRF52810 Compatibility

Hello,

I am looking to start an independent project this month. One of the tasks will be to use BLE to relay information from a custom PCB board with the nRF52810 chip to a device such as a Raspberry Pi. 

I know that Raspberry Pi 4 has BLE compatibility, but I was wondering if this specific chip would work with the on-board Raspberry Pi bluetooth chip.

Thanks in advance and sorry if a similar question has already been asked.

Dylan

Parents
  • Hi Dylan. If you're using nRF52840 hardware, you don't even have to transfer an emulated project, as we have example projects that are fully compatible with the nRF52840 from scratch. You can just flash the .hex file from the YOUR_SDK_FOLDER\examples\ble_peripheral\ble_app_beacon\hex file in the SDK (for any example). This has to be the pca_10056 version for it to be compatible with the nRF52840.

    Best regards,

    Simon

Reply
  • Hi Dylan. If you're using nRF52840 hardware, you don't even have to transfer an emulated project, as we have example projects that are fully compatible with the nRF52840 from scratch. You can just flash the .hex file from the YOUR_SDK_FOLDER\examples\ble_peripheral\ble_app_beacon\hex file in the SDK (for any example). This has to be the pca_10056 version for it to be compatible with the nRF52840.

    Best regards,

    Simon

Children
Related