I am trying to run a DLMS server on an ESP32 using ESP-IDF framework. Could you please let me know the steps I should take to run a DLMS server on an ESP32 using ESP-IDF framework?
We haven't done any projects with ESP-IDF framework so this is generic. I believe that the best way to start is if you take the Arduino project as a template. You need to modify the serial port or TCP/IP handling and let the DLMS framework handle received bytes.
Hi Sidharth,
Hi Sidharth,
We haven't done any projects with ESP-IDF framework so this is generic. I believe that the best way to start is if you take the Arduino project as a template. You need to modify the serial port or TCP/IP handling and let the DLMS framework handle received bytes.
BR,
Mikko
Thanks Mikko,
Thanks Mikko,
I got this working for the ESP-IDF framework for serial connection.
Regards,
Sidharth
Hi Sidharth,
Hi Sidharth,
Thank you for this information. The Server example where is support for TCP/IP connection for ESP 8266 is on testing.
BR,
Mikko
Dears ; i am trying DLMS…
Dears ;
i am trying DLMS server on ESP32 , once started
Failed to load settings from EEPROM. 1
Failed to load settings from EEPROM. 258
can we get what we have to do , since in Arduino Mega work fine !
Hi raedawad, Please, create…
Hi raedawad,
Please, create a new topic if you have a new question. Check if there is EEPROM available on your MCU.
BR,
Mikko