I have both a nRF5430DK and a nRF9151DK (or 9161). If I wanted to develop a solution with both BLE and LTE, how do I set up a DK environment for them to work together? Do I chain the DKs or something?
I have both a nRF5430DK and a nRF9151DK (or 9161). If I wanted to develop a solution with both BLE and LTE, how do I set up a DK environment for them to work together? Do I chain the DKs or something?
This is up to you how you want the two devices to communicate, but you will need to connect some pins together.
You can look at our nRF9160DK or the Thingy91 as examples as these to devices have both a LTE and a BLE chip on the same PCB. You can use the Asset Tracker v2 as a guide as well to how communication is set up between the two.
https://docs.nordicsemi.com/bundle/ncs-latest/page/zephyr/boards/nordic/nrf9160dk/doc/index.html
https://www.nordicsemi.com/Products/Development-hardware/nRF9160-DK
https://www.nordicsemi.com/Products/Development-hardware/Nordic-Thingy-91
https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/applications/asset_tracker_v2/README.html#asset-tracker-v2
But in short, you can set up communication over UART between the two DK's, and if needed you can use some co-existence features If that would be relevant.
Regards,
Jonathan
Can I pool the RAM between the two and do you have examples of how to do that?
lcj said:Can I pool the RAM between the two
No, RAM can not be shared between to devices in such a way.
lcj said:Can I pool the RAM between the two
No, RAM can not be shared between to devices in such a way.