paulvha, I think you misunderstood my question. I expect the available global memory to go down once I declare my globals. But it does not happen.
The available memory is same whether I declare globals or not.
Search found 9 matches
- Tue Jan 01, 2019 10:44 am
- Forum: ESP32 Arduino
- Topic: Arduino (IDE) not showing correct memory for global variables
- Replies: 5
- Views: 11237
- Fri Dec 28, 2018 4:06 pm
- Forum: ESP32 Arduino
- Topic: Arduino (IDE) not showing correct memory for global variables
- Replies: 5
- Views: 11237
Re: Arduino (IDE) not showing correct memory for global variables
Can somebody from Espressif pls reply?
- Wed Dec 26, 2018 6:40 am
- Forum: ESP32 Arduino
- Topic: Arduino (IDE) not showing correct memory for global variables
- Replies: 5
- Views: 11237
Re: Arduino not showing correct memory for globals
Below is the output:-
Sketch uses 177840 bytes (13%) of program storage space. Maximum is 1310720 bytes.
Global variables use 14528 bytes (4%) of dynamic memory, leaving 313152 bytes for local variables. Maximum is 327680 bytes.
Sketch uses 177840 bytes (13%) of program storage space. Maximum is 1310720 bytes.
Global variables use 14528 bytes (4%) of dynamic memory, leaving 313152 bytes for local variables. Maximum is 327680 bytes.
- Wed Dec 26, 2018 6:39 am
- Forum: ESP32 Arduino
- Topic: Arduino (IDE) not showing correct memory for global variables
- Replies: 5
- Views: 11237
Arduino (IDE) not showing correct memory for global variables
Hi, I want to check the memory used by globals and wrote the below test code. However the below code shows no additional memory usage as compared to and empty sketch, why? And how to find out the memory used by globals? Thanks and Regards, WI volatile char global_mem[16][40]; void setup() { Serial.b...
- Fri Nov 23, 2018 5:30 pm
- Forum: Hardware
- Topic: Using ESP32 WROOM modules outdoors in sunlight, temperature margin
- Replies: 6
- Views: 14591
Re: Using ESP32 WROOM modules outdoors in sunlight, temperature margin
Where do I see the #define for the max number of nodes in the network?
Thanks
Thanks
- Mon Nov 19, 2018 8:09 am
- Forum: Hardware
- Topic: Using ESP32 WROOM modules outdoors in sunlight, temperature margin
- Replies: 6
- Views: 14591
Re: Using ESP32 WROOM modules outdoors in sunlight, temperature margin
How does one control the ESP-Mesh nodes from a street lighting controller based on Raspberry Pi?
- Mon Nov 19, 2018 8:07 am
- Forum: Hardware
- Topic: Using ESP32 WROOM modules outdoors in sunlight, temperature margin
- Replies: 6
- Views: 14591
Re: Using ESP32 WROOM modules outdoors in sunlight, temperature margin
Thanks for the quick response. I will do a test to measure ambient temperature in the field to assess the real situation regarding the temperature. Regarding the ESP-Mesh, is there a way to increase the supported nodes to 1200? #define or something like that. Is the code open source? Thanks once aga...
- Sun Nov 18, 2018 12:44 pm
- Forum: Hardware
- Topic: FOTA from android phone
- Replies: 3
- Views: 6332
FOTA from android phone
Hi, I am designing a product which may need upgrade of my app in field. I was thinking of FOTA where one uploads the new binary using browser on android phone or laptop as below 1) The service personnel could go to the device, connect to it using WiFI. 2) Open browser on android phone or laptop etc....
- Sun Nov 18, 2018 12:33 pm
- Forum: Hardware
- Topic: Using ESP32 WROOM modules outdoors in sunlight, temperature margin
- Replies: 6
- Views: 14591
Using ESP32 WROOM modules outdoors in sunlight, temperature margin
Hi, I have a street lighting project for which I plan to use ESP32 WROOM modules. Since the street lights are going to be in sun (summers get pretty hot where these are going to be used), is it okay to use these modules at temperatures of strong direct sunlight, the modules max temp is 85 degrees as...