Skip to content

SensorsIot/Definitive-Guide-to-IR

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 

Definitive Guide to IR

This is the code for this YouTube video: https://youtu.be/gADIb1Xw8PE

It runs on ESP32. You have to use another library if you want to use it on an ESP8266 (https://github.com/markszabo/IRremoteESP8266) and replace the WiFi.h with ESP8266WiFi.h Please comment credentials.h if you have no such file in your library folder.

The credentiald.h file just contains credentials:

#define CREDENTIALS 1 // WLAN #define mySSID "" #define myPASSWORD ""

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages