Dear Nordic,
I currently have a BlueTooth Mesh product based on the nRF52840. The mesh client connects to a WiFi gateway over a UART. The gateway connects to AWS services via MQTT.
I would like to replace the WiFi gateway with the nRF9160. I recently purchased an nRF9160DK and have been familiarizing myself with the NRF Connect SDK.
The current mesh client and servers are based on the NRF5 SDK and I do not plan to transition them to NRF Connect, yet.
Some easy questions:
- The nRF9160DK has an 52840. I assume I can run my current NRF5 mesh client on it and communicate with the 9160 over the UART via AT commands. What is the best sample from the NRF Connect SDK to start with?
- Can the Serial LTE Sample run between the 9160 and the 52840 on the NRF9160DK? I assume I can use the AT-MQTT commands between the two devices.
- Are there better samples to use as a starting point? I basically want to transmit MQTT commands from the 52840 to the 9160 and have the 9160 pass those up to an AWS endpoint. Piece of cake!
Thanks and regards,
-John