open62541-arduino
open62541-arduino copied to clipboard
open62541 OPC UA example for Arduino
First of all. Thanks for your great work at the open62541 project. I did some experiments with the stack on RPI, Ubuntu and although Windows. The stack always worked fine...
When i try to run the cmake command I get the following error: gustavo@gustavo:~/Pro/open62541-arduino/build$ cmake -DWIFI_SSID="VIVO-E3A8" -DWIFI_PWD="VT44jNr93U" .. -- The C compiler identification is GNU 5.4.0 -- The CXX compiler...
Hello everyone! After countless attempts I managed to build this repository. I was able to start the sample server over WiFi and access it with UAExpert. I followed the instructions...
Hello, I am now using 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. Where do i need to change?...
I tried to create the example. If I follow the instructions I get these messages: mkdir build && cd build cmake -DWIFI_SSID="SOME_SSID" -DWIFI_PWD="SOME_PWD" .. -- The C compiler identification is...
First, I would like to express my sincere appreciation for the OPC/UA codes. Although I have to modify some codes, I finally uploaded to ESP32. But I got the messages...
I am trying to run open62541 on Arduino MEGA 2560 when i try to upload here is the output make arduino_opcua-upload [ 0%] Built target open62541-generator-namespace [ 1%] Built target...
I have already build and successfully uploaded to an ESP32, but now I'm trying it on a new ubuntu computer and I get this error message after the 100% mark...
Hi, i want to port your project to my cortex M0+ board (Feather M0 WiFi), so i download your repo and start a new arduino project with Arduino IDE, setup...