maximum footprint of application
Posted: Thu Apr 27, 2017 8:32 am
In ESP32 (WROOM 32 module) has 16MB of Flash.
If we have to use all the below features in my application on ESP32:
1. WiFi
2. Bluetooth
3. External GSM Module
4. External GPS module
5. Analog inputs (4)
6. Analog outputs (2)
7. External EEPROM with I2C
8. An RS485 interface
9. Mongoose OS
10. Amazon AWS inerface
11. User application
How much of space will it consume ? Will the available memory (16MD Flash and 512 KB RAM) be sufficient ?
Can the module safely operate without errors (stack overflow, insufficient memory,...) ?
If we have to use all the below features in my application on ESP32:
1. WiFi
2. Bluetooth
3. External GSM Module
4. External GPS module
5. Analog inputs (4)
6. Analog outputs (2)
7. External EEPROM with I2C
8. An RS485 interface
9. Mongoose OS
10. Amazon AWS inerface
11. User application
How much of space will it consume ? Will the available memory (16MD Flash and 512 KB RAM) be sufficient ?
Can the module safely operate without errors (stack overflow, insufficient memory,...) ?