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

transition from nrf8001 to nrf52832

I am trying to migrate from using an earlier chip, the 8001 over to nrf52832 because we want to utilize new ble 4.1 features. The issue is we have another micro that was a controller for the 8001. Now I understand 52832 is a full-fledged mcu but we want to keep it as simple as possible and offload the ble stack on our own mcu. Is there a spi-like protocol similar to ACI in the 8001 that we can use with 52832?

Parents
  • Hi

    You could look into our serialization. With serialization you can use your nRF52 as a so called Connectivity Chip and your other micro as a controller as before. The Serialization feature is hardware independent meaning that you can use UART, SPI, etc. to communicate between the two chips. This independence means that it require a little work and some modifications to work though. And of course you will need to implement some new software on your old micro.

    As a side note: the nRF51 in conjunction with S110 V8.0.0 is also BLE V4.1 compliant. If you choose S130 you will even get BLE V4.2 compliance.

Reply
  • Hi

    You could look into our serialization. With serialization you can use your nRF52 as a so called Connectivity Chip and your other micro as a controller as before. The Serialization feature is hardware independent meaning that you can use UART, SPI, etc. to communicate between the two chips. This independence means that it require a little work and some modifications to work though. And of course you will need to implement some new software on your old micro.

    As a side note: the nRF51 in conjunction with S110 V8.0.0 is also BLE V4.1 compliant. If you choose S130 you will even get BLE V4.2 compliance.

Children
Related