Use this forum to chat about hardware specific topics for the ESP8266 (peripherals, memory, clocks, JTAG, programming)

User avatar
By pram18
#94983 Hi

If we consider an IoT application containing memory intensive stacks such as Wi-Fi ,Mqtt and so on to be developed on module like esp wroom02D or esp8266DevKitC , what are the options available as fas as the memory is concerned?

I see that SPI is used for the memory interface in esp-Wroom-02D

Please suggest

Thanks
Pram
User avatar
By mikronauts
#95096 It is possible to get modules with more flash storage, however that will not expand the ram available for heap, buffers, etc.

If you need more ram, your should switch to ESP32's

pram18 wrote:Hi

If we consider an IoT application containing memory intensive stacks such as Wi-Fi ,Mqtt and so on to be developed on module like esp wroom02D or esp8266DevKitC , what are the options available as fas as the memory is concerned?

I see that SPI is used for the memory interface in esp-Wroom-02D

Please suggest

Thanks
Pram