SpringDuino, an Arduino service for Spring

Interfacing Spring framework with Arduino

Posted by Emanuele Paiano on May 28, 2018

About this project

Using this tool you can interface Arduino (or compatible board) with Spring Java framework and REST services.

alt tag

This project can be used for:

  • Building small domotics and IoT control panel
  • Interfacing robotics application with Java Spring

Download available on Github repository

How does it work?

Connection is based on a Java arduino serial monitor (SerialDuino).

Web access credentials:

  • User: root - pass: password
  • User: admin - pass: password
  • User: guest - pass: password

You can change login settings into src/main/webapp/WEB-INF/context-security.xml

License

Apache 2.0