Hello,
we are currently developing an MQTT Bridge Application. We plan to use a nrf52840 in combination with the nrf9160 as our Bridge which is going to send its data it received via MQTT to another nrf5280 via secure BLE. So far we figured out how to give the nrf9160 the ability to use BLE over BLE HCI. The next Part is to evaluate how to send the given Bytes over BLE and back. After some research on this Devzone we found several Answers including the UART client/server examples. But we don't need UART in this. So my Question is the following:
How can one establish a connection with Security Level 4 between two nrf5280 and send/receive Data without using any UART containing Librarys. And are there any examples or a good starting point to help us with this?
Help is appreciated, my thanks,
Philipp