Can Open-OCPP stack be used on ESP32 controller #127
Replies: 2 comments
-
Hi, I don't think that its not possible...but it will be challenging :) The 2 main dependencies which may be hard to use on ESP32 are :
If you can have an embedded filesystem, you'll be able to compile sqlite3 against it and make the persistency work "as-is". If you don't have any filesystem, you'll have to write a new Database class which emulates it. For OpenSSL it will be much difficult. The easiest part is to compile the libwebsocket library against MBedTLS instead OpenSSL. If you achieve this port, I'll be pleased to review it since it may benefit to a lot of people working with microcontrollers. |
Beta Was this translation helpful? Give feedback.
-
Hi, Thank you c-jimenez for responding back! I will keep posted. regards, |
Beta Was this translation helpful? Give feedback.
-
Hi,
Thanks to confirm, if we could use open-ocpp stack on ESP32.
What will be the main challenges?
Regards,
Beta Was this translation helpful? Give feedback.
All reactions