|
|
|
|
|
by nine_k
1259 days ago
|
|
Unless you want really high performance networking, you don't need tons of RAM to implement it. ESP32-based MCUs are known to implement Wifi + TCP/IP + TLS [1] on 1-2MB of RAM. This is, of course, without a Linux-compatible kernel. Much RAM is not needed if most of your code resides on the flash and runs directly from there. [1]: https://github.com/espressif/esp-idf/tree/master/examples/pr... |
|