Skip to content

timvandenbroecke/SpringBoot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

98 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RaspberryLedFirmata

Using Spring boot + Firmata4J + Arduino Uno + Raspberry pi B.

A simple Spring boot application.
In this very small project you can control the arduino through the Raspberry pi USB.
And by using Spring boot @RestController to put an Arduino LED on and off really easy.
ps: The Arduino uses the "StandardFirmata" schema you can find it in the Arduino examples schemas.

SpringBootScala

SpringBoot + JPA + Scala
Standard REST SpringBoot server made in Scala!

SpringSecurity

A fully functional spring security backend REST server