Skip to content

This project uses Arduino and infrared transmitter to control devices. It also has a web GUI.

Notifications You must be signed in to change notification settings

charlie-moomoo/Arduino-Remote-Controllers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arduino Remote Controllers

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.

Supported Devices

  • Samsung 32" Smart Monitor
  • Heran Fan

How to use

  1. git clone this repo
  2. cd into this repo
  3. Upload arduino/arduino.ino code into your Arduino
  4. Make a file named .env and enter the following:
COM="" # Your COM port path, example: \\.\COM5
  1. npm i
  2. node . and go to https://localhost:8084

Now choose a controller to use and control your devices!

About

This project uses Arduino and infrared transmitter to control devices. It also has a web GUI.

Topics

Resources

Stars

Watchers

Forks