Story
This project is about controlling LED's through local device.
This project shows how the user can use local services to control external devices with the user-friendly interface.
The code can be found in this link - https://gitlab.com/Vladimir_Glukhov/led-control - read the instruction here about how to install the soft.
The hardware main set:
1) Elecrow touch screen.
2) Raspberry Pi or Banana Pi mini PC
3) breadboard, 3 led's, a few special wires for breadboard
At first, connect all wires to the PC. Be sure you use correct USB for touch (without it, it won't work).
Then, connect power supply and wait for loading.
After loading, go to the project folder and execute two commands in terminal (should be two terminal's windows)
'node server' and 'node robot-client'
After this, you can open a chromium browser and go to https://localhost:8080 and control your LED's!
Additionally, you can make a kiosk-mode and run chromium in full screen after system loading.