Search found 3 matches

by JayAhr
Sat Oct 19, 2024 11:30 am
Forum: ESP-IDF
Topic: OTA with binary copied from partition on external flash added at runtime
Replies: 0
Views: 186

OTA with binary copied from partition on external flash added at runtime

Hello again :) I am working on a system where the half of the external flash memory was not assigned to a partition. That shall be changed now. But there are already some devices in the field, so I cannot just simply change the partition table via OTA update. At least that ist my understanding. Mayb...
by JayAhr
Sat Oct 19, 2024 11:14 am
Forum: ESP-IDF
Topic: esp-matter with Micropython
Replies: 1
Views: 1104

Re: esp-matter with Micropython

There is now a solution posted here:
https://github.com/orgs/micropython/discussions/14168
by JayAhr
Mon Mar 25, 2024 9:41 pm
Forum: ESP-IDF
Topic: esp-matter with Micropython
Replies: 1
Views: 1104

esp-matter with Micropython

Dear ESP community, I have an existing Micropython (version 1.22.1.0, ESP-IDF 5.1.2) project running fine on an ESP32 WROVER. Now I'd like to add Matter to the project via esp-matter. Build setup is working. I can build the "light"-example just fine. To test the build chain from within Micropython, ...