Pro / open62541-arduino

open62541 OPC UA example for Arduino
35 stars 11 forks source link

Upload to ESP32 #3

Closed ghost closed 6 years ago

ghost commented 6 years ago

So far everything worked great, the building process was flawless. However I'm finding the server and client creation process a little bit cloudy.

There are some server/client examples at https://github.com/open62541/open62541/ , but I am struggling to translate it to a Arduino language, in order to upload to my ESP32.

I am not sure how and which files should be uploaded to my ESP32 (that has a Wifi Module).

Do I need a platform manager like Platformio to upload it or should I upload the binary files?

Here are the built files: folders_build

Any hint on with which one to start?

Thank you

Pro commented 6 years ago

I added additional explanation to the readme:

https://github.com/Pro/open62541-arduino/blob/master/README.md#how-to-flash

If that doesn't help, please reopen the issue.