Skip to content

RPI 4 + arduino with usb serial communication

Choose a tag to compare

@BenKoncsik BenKoncsik released this 23 Dec 17:51
· 34 commits to main since this release

2.0 version RPI 4 run one Tomcet10 server with Spring boot 3.0.0 (api server) and one Arduino uno.

Web api control get request:

  • /on =led on
  • /off =led off
  • /measurement =light measurement
  • /brightness?level={int} =sett brightness (0-255)
  • /color?r={int}&g={int}&b={int} =set color (0-255)
  • //color/brightness?level={int} =set color brightness (0-100)