Skip to content

Latest commit

 

History

History

electron-serialport

The application

Head line of the application

This application is a deskstop application that control the control box, and give to it many data like : colors, opacity, etc. With this application we can set up 3 differents modes with personalize colors for each one. At each mode we can give Red, Green and Blue value, to have customize colors. We can even change the opacity of the strip led.

image

To finish we can select the port with that we will communicate, this port is where the microcontroller is connected.

image image

How it work ?

The application send this type of data through the serial port, to communicate with the microcontroller.

{
  "TITLE": "COLOR",
  "MODE": 1,
  "RED": "REDslider_Value1",
  "GREEN": "Greenslider_Value1",
  "BLUE": "Blueslider_Value1"
}

The result


Copyright © 2021 @lucas-science