open62541-esp32
open62541-esp32 copied to clipboard
open62541 OPC UA example for an ESP32 Microcontroller
Thank you for this example implementation! I've been trying to develop based on this project structure, but adding any kind of security is turning out to be difficult. The MbedTLS...
Hello, a great project, thank you for that! I get an error, maybe someone can help me? Where do I have to configure the compiler again? [855/921] Performing configure step...
Hello, I am now having a problem with this following command. UA_NodeId currentNodeId = UA_NODEID_STRING(nsIndex, "Char"); If i set nsIndex=1, It works. When i changed the nsIndex=2 it doesn't works....
Mr. Stefan Profanter, I really appreciate your sharing. Thank you very much. I am trying to compile your code and, at the end, there are some undefined references related to...
Hi! So I'm trying to use the esp32 instead of the esp8266. I followed the getstared from esd-idf and finally I got in the flash of the open62541-esp32, then this...