This project uses Arduino and infrared transmitter to control devices. It also has a web GUI. This is written for mBot but technically it should also work on Arduino with infrared transmitters.
- Samsung 32" Smart Monitor
- Heran Fan
git clone
this repocd
into this repo- Upload
arduino/arduino.ino
code into your Arduino - Make a file named
.env
and enter the following:
COM="" # Your COM port path, example: \\.\COM5
npm i
node .
and go to https://localhost:8084
Now choose a controller to use and control your devices!