We have a board based on the nrf9160dk.
The project is essentially based off the "LTE sensor gateway" project with hcl_lpuart to utilize the nrf52840 for BLE. Chip shortages have made the nrf52840 difficult to source and I'm wondering if we would be able to use the more available nrf52820 (in place of the nrf52840) with minimal changes. The hcl_lpuart build would in the 256kb flash on the nrf52820 and it seems to have the same ble characteristics, fewer GPIO.
Is there something I'm missing or would this be opening up a huge headache?