|
|
|
|
|
by chipweinberger
579 days ago
|
|
Without a doubt. I highly recommend Flutter though, it was a relative breeze! For the firmware, I would have gone with Linux + a higher level language, probably Golang, because my iteration loop was almost 2 minutes w/ C & esp32. Way too long. But at least it made the product very power efficient, and a bit cheaper. Btw, you should follow the hot reload thread on Github for ESP-IDF: https://github.com/espressif/esp-idf/issues/12642 |
|
fortunately it turned out that the s3 hardware (i've got a cardputer) isn't that crazy, and it is relatively easy, if almost completely untrodden, to program much of it from scratch (which is the familiar way to do embedded for me).
my iteration loop is ~30ms for a small program (i download directly to ram so as not to degrade flash).
people are now actively working on reverse engineering wifi, which so far has been the major reason to use espressif's software stack (their driver runs under freertos).