We're scoping out a new industrial IoT product, and we are planning to use an ESP32 with Google's IoT Core.
Looking through the existing Google IoT Core Docs, AWS IoT Core has an entire section of their docs dedicated to OTAs (AWS IoT Core OTA docs here).
Am I right to assume that AWS IoT Core has much better support for OTAs than Google IoT Core? Does anyone have examples or pointers to tutorial for how to use Google IoT Core to perform OTAs on an ESP32?
Other Considerations:
- I've seen that MongooseOS is a 3rd party option that's compatible with Google IoT Core, but we're really hoping for a Google-provided or something officially certified by Google. A good example of this is how AWS IoT Core officially supports FreeRTOS with OTAs on ESP32.