Ardulink / Ardulink-2

The evolution of a complete, open source, java solution for the control and coordination of Arduino boards

Home Page:http://www.ardulink.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Does Ardulink-2 support Arduino Mega2560 board/Onewire

ilovetogetspamed opened this issue · comments

Hi, does your code work on the 2560 or just UNOs? How about Onewire support? Built in or would I have to kludge it in somehow?
Thanks

Never Mind. Found it.

Ardulink works with a lot of devices. It has a several Link implementations (Serial, Bluetooth, MQTT, specific ones for instance for Raspberry and so on) over some of this links and more precisely over stream links there are communication protocols. For instance there is the Ardulink protocol used for Arduino boards but also a protocol for NodeMCU/LUA boards.

So Arduino Mega works with Ardulink just like UNO. About Onewire, Maxim Integrated supports java so should be pretty easy to develop an Ardulink Link implementation for this boards.