Hi,
The following article describes how to perform serial programming of nRF9160 on Thingy91: https://devzone.nordicsemi.com/nordic/cellular-iot-guides/b/getting-started-cellular/posts/thingy91_2d00_fw_2d00_update_2d00_mcuboot
It requires a special USB-UART bridge firmware in the nRF52840: https://github.com/NordicPlayground/fw-nrfconnect-nrf/tree/master/samples/usb/usb_uart_bridge
Now let's say we want to implement a BLE gateway in the nRF52840 but still want to keep the serial programming capability of nRF9160.
Do you see any problem with that? We can simply merge the USB-UART bridge and BLE gateway sources?
Please advice!
BR / Bjorn