I recently purchased a Thingy:91. Initially it would not connect to the local network. I purchased a a J-Link programmer and via the nRF Connect Programmer updated the modem firmware and certificates. Downloaded the latest compiled firmware (thingy91_ltem_2019-11-29_d3130d77.hex - 959kb) and after programming the Thingy:91 got it working and connecting to the network. Now I can see the data via nrfcloud.com.
I want to modify the Asset Tracker firmware to add my own functionality. So I downloaded from the repository (https://github.com/NordicPlayground/fw-nrfconnect-nrf) and also got Segger SES environment setup. It was quite the job getting everything downloaded and configured. I can compile and build the Asset Tracker project without errors.
The issue I'm having now is identifying the hex file and downloading to the Thingy:91. I believe it's the Merged.hex that I need to use, however it's a bit smaller than the complied firmware above. When I build and download the Thingy:91 is unresponsive (red light). What am I missing here...?
Thanks if you can help!