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

How is data shared between the nrf9160 and the nrf52840 on the Thinky91? Are there any example projects that demonstrate this?

How is data shared between the nrf9160 and the nrf52840 on the Thinky91? Are there any example projects that demonstrate this?

Parents Reply
  • The example creates an H4 connection between the BLE side of the chip and the cellular side of the chip. The nrf52840 is capable of running the entire BLE stack and Application by itself. This example would require the Application run in the nRF9160. Only H4 data could be transferred between the two prohibiting any local data from the BLE processor being shared. Even if you wanted to retrieve a version number of the program running on the BLE chip, you have no way of doing it. Often message passing over shared memory is used on IoT devices to accomplish this task.

Children
Related