Search found 2 matches

by hadif66
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...
by hadif66
Wed Dec 07, 2022 5:28 am
Forum: ESP-IDF
Topic: PPPoE
Replies: 1
Views: 1962

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...