OTA for host MCU using ESP-AT
Posted: Thu Jul 10, 2025 4:51 pm
I need a way to flash my host mcu which is the esp32p4 which doesnt come with wifi hardware equipped as a SoC, so I would connect the p4 to a c6 running ESP-AT. My first approach would be to host a webserver containing the elf and a wifi network using a pi. Then to connect to the wifi using AT and then aqquire the elf with AT+HTTPCGET. Is this approach even possible or does anybody know a better way?