Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

In this tutorial we will show the steps to use OpenDevice LIBs and easily do communication between a Java application and Arduino

...

You can install through the Library Manager, click to the "Sketch" menu and then Include Library > Manage Libraries.

Find OpenDevice and click <Install>

...

Info
The examples and code used in this tutorial can be found here:
https://github.com/OpenDevice/OpenDeviceopendevice-examples/tree/master/examples/opendevice-tutorial


Adding Hardware

Now that you have control of the gates of Arduino, you can control various devices such as lamps, fans, coffeemakers, robots, etc. ..

...