Hello everyone. I'm using ESP32 Wroom 32 devkit. It is advertised as having
Flash-memory: 448 Кb
SRAM-memory: 520 Kb
BUT as I use process.memory(), I get quite confusing answer:
Total of 2351 block * 14 bytes (blocksize) results in ~33Kbytes what is extremly low.
Even if I made a mistake in calculations, I have seen with my own eyes how quickly I lose 2/3 of memory total memory after just a few requires(btw all files are minified) and launching a ws server with 2-3 connections.
How do u think, can it be a problem with the firmware or Wifi + BLE modules take soo much memory?
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Hello everyone. I'm using ESP32 Wroom 32 devkit. It is advertised as having
BUT as I use process.memory(), I get quite confusing answer:
Total of 2351 block * 14 bytes (blocksize) results in ~33Kbytes what is extremly low.
Even if I made a mistake in calculations, I have seen with my own eyes how quickly I lose 2/3 of memory total memory after just a few requires(btw all files are minified) and launching a ws server with 2-3 connections.
How do u think, can it be a problem with the firmware or Wifi + BLE modules take soo much memory?
1 Attachment