Skip to content
This repository has been archived by the owner on Feb 25, 2021. It is now read-only.

Latest commit

 

History

History
34 lines (28 loc) · 1.09 KB

README.md

File metadata and controls

34 lines (28 loc) · 1.09 KB

IR and RF controller over WiFi

Requirements (software)

Requirements (hardware)

  • Arduino MKR 1010 WiFi (https://store.arduino.cc/mkr-wifi-1010)
  • Infrared LED emitter
  • 82 Ohms resistor
  • PWM-compatible MOSFET, for example, PWM module with IRF520
  • Radio frequency emitter module

Installation

  1. Download and install Arduino IDE
  2. Clone this repository
  3. Load IRLib2 into Arduino Libraries
  4. Patch IRLib2 according to what is inside patch folder (diff format)
  5. Download rc-switch and WiFiNINA using the Arduino Library Manager
  6. Create a file named secrets.h using the same format as shown in secrets.h.example
  7. Compile and upload

Hardware setup

  • Pin 0 = IR emitter
  • Pin 4 = RF emitter

Manual

Comming soon...

Licensing

This project is under Apache License 2.0