Search found 2 matches
- Tue Jan 24, 2023 4:52 am
- Forum: ESP-IDF
- Topic: Heap memory depleting
- Replies: 0
- Views: 598
Heap memory depleting
Hi, I am using nvs flash to store variables in my code and when I try to load the variables into pointers from flash memory, each time it fills some portion of heap memory and won't release it, I will post part of the code that causes this problem, please let me know what makes this issue: nvs_manag...
Re: PPPoE
Hi emelianov, pppos already works fine for me using SIM800L module, but in order to implement PPPOE I think you're gonna need to attatch a ethernet module to your ESP32 there is a kit already available check it our here: https://www.olimex.com/Products/IoT/ESP32/ESP32-POE/open-source-hardware And by...