Hello,
trying to get v1.9.1 lte_ble_gateway working on Thingy 91.
Using Thingy 2020:23 1.4.0, which works all good with zip thingy91_fw_2022-02-17_ec486dab (tracker, nrf cloud, mfw_nrf9160_1.3.1).
Using VS to build merged.hex for hci_lpuart (thingy91_nrf52840) and lte_ble_gateway (thingy91_nrf9160_ns),
and flash using 10-pin external debug probe onto nRF52 and nRF91 respectively on Thingy 91.
Not sure if this is the correct way to re-purpose lte_ble_gateway for Thingy 91,
probably not since the following did not produce flashing led or a connection to nrf cloud.
nrfjprog -f nRF52 --eraseall
nrfjprog -f nRF52 --program hci_lpuart-build_2-merged.hex --verify --reset --log
nrfjprog -f nRF91 --eraseall
nrfjprog -f nRF91 --program lte_ble_gateway-build_2-merged.hex --verify --reset --log
(build_1 is for nRF9160-DK which works fine to nrf cloud, build_2 is Thingy 91)(thing-91_build_2-log-1.txt)
Then going back to:
thingy91_nrf52_connectivity_bridge_2022-02-17_ec486dab.hex
thingy91_asset_tracker_v2_ltem_2022-02-17_ec486dab.hex
to use MCUboot,
using VS build_2 of app_signed for nrf52 and nrf91.
Then starting with lte_ble_gateway then hci_lpuart (because usb is lost to Programmer after flashing nrf52).
And this produced no results for led and nrf cloud, just like merged.hex.
I came across this post,
https://devzone.nordicsemi.com/f/nordic-q-a/52689/nrf9160-lte-sensor-gateway-on-thingy-91/225659#225659
which had two hex's to try, but built for an earlier modem, has Thingy 91 resetting without a stable connection.
nrfjprog -f nRF52 --eraseall
nrfjprog -f nRF52 --program hci_uart_with_usb_uart_bridge_nrf52840_pca20035.hex --verify --reset --log
nrfjprog -f nRF91 --eraseall
nrfjprog -f nRF91 --program lte_ble_gateway_nrf9160_pca20035ns.hex --verify --reset --log
In that ticket, the nrf52 hex was done by merging hci_uart sample with usb_uart_bridge (v1.3.0)
For v1.9.1, connectivity_bridge is now used instead of usb_uart_bridge.
This directory no longer exists in v1.9.1 nrf\samples\usb\usb_uart_bridge\src\main.c.
The solution here might be merging connectivity_bridge with hci_lpuart,
or if this will even get me to the appropriate solution for a lte_ble_gateway on Thingy 91?
Maybe I missed a recent solution somewhere on devzone, but not seeing anything like this on my searches.
thank-you,