Hi,
My customer asked about using nRF Cloud for device firmware updates and maybe more, and I'm trying to figure out if this is possible and how difficult it would be to implement for our device.
It looks like the Cloud environment was made for the nRF91 series wireless devices and it talks about "OTA" updates and I see a place in on the cloud site to manage IMEI numbers, but what I have is a custom nRF52840-based device with a hard-wired Ethernet connection using an ENC424J600C Ethernet Controller.
So I've got normal TCP connectivity through Zephyr where I can make send/recv calls etc and I can implement MQTT or some other protocol if needed. It's just not clear from the documentation and the nrf_cloud_multi_service example code how tightly this is coupled with the nRF91 modem stuff and if it can be easily utilized over a wired interface.
So my question is just whether what I want to do is possible and if so, what steps do I need to take to make it work?
Thanks!
Glen