-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Any plans to develop an OPCUA version? #1
Comments
For Arduino UNO maybe could be a bit heavy but maybe for YÚN could be possible. Any plan to use it in a real project to test it? All the best |
Hi! Regards, |
Thank you Martin for the information and suggestions At this moment I have no plans to integrate OPCUA because not enough time but maybe soon ;) All the best |
Sorry to reopen this! But if you want i can help you making an UA version of your great job! I'm working on a simulation platform based on a cortex m0+ (feather m0 wifi) and i want to integrate OPCUA architecture! |
Hello some Arduinos does not have enough power to server OPC UA....I am trying to do it with a Yun and OPC library from https://github.com/FreeOpcUa/python-opcua but need more space than the memory of the device....is a progress work maybe could start from there? all the best |
Hello |
You simply need to find an AT Mega based MCU that supports the hardware foot print necessary for the OPCUA stack and port accordingly. |
I agree that this should be developed in OPC UA. At this moment this is working on COM/DCOM what is a huge drawback. There would be much more capabilities using Ethernet, you could use with phone etc. Then this project could become very useful. |
I want to create an Arduino OPC UA server. Will it be possible to create an Arduino opc Ua server? Does Arduino equipped with OPC UA protocol? |
Not enough SRAM. You could start with an STM32 and it would be a worthy project. Run it on a linux flavoured RTOS. |
Thank you for your suggestion. Could you provide me any source that will help me? I want to communicate via LAN cable and want to send sensor analog data to the the OPC UA client. |
You could start with something like this. But I think you may be underestimating the effort a bit. https://www.olimex.com/Products/IoT/ESP32/ESP32-POE/open-source-hardware |
Hi all, sorry for my delay on this topic, i'm stuck with porting Open62541 to my Feather M0 + WIZ5500 ethernet featherwing. |
No description provided.
The text was updated successfully, but these errors were encountered: