Hi,
I'm working on a project with the Nordic nRF9160 Development Kit and am trying to send Bluetooth beacon data from the nRF52840 chip to the nRF9160 chip using UART and then transmot the data further to a mqtt server.
I have tried using the Nordic nRF9160: LTE Sensor Gateway example (found here: https://docs.nordicsemi.com/bundle/ncs-1.9.1/page/nrf/samples/nrf9160/lte_ble_gateway/README.html#nrf9160-lte-sensor-gateway) to facilitate this communication, but I’ve been unable to successfully transfer the data from the nRF52840 to the nRF9160.
Steps taken so far:
- Implemented the Bluetooth beacon scanning functionality on the nRF52840.
- Used the Nordic LP UART and LTE Gateway examples.
- Tried adjusting the configuration but faced no success.
- Tried a bunch of other UART examples like UART sample, HCI UART
Could anyone share insights or examples for transferring Bluetooth beacon data from the nRF52840 to the nRF9160 via UART? Any suggestions on what might be missing or misconfigured would be greatly appreciated.
Thank you.