Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/witnessmenow/ESP8266-IR-Remote-Example
https://github.com/witnessmenow/ESP8266-IR-Remote-Example
arduino esp8266 iot
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/witnessmenow/ESP8266-IR-Remote-Example
- Owner: witnessmenow
- Created: 2017-02-18T15:08:01.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-03-28T18:23:12.000Z (over 1 year ago)
- Last Synced: 2024-10-28T11:46:02.853Z (about 2 months ago)
- Topics: arduino, esp8266, iot
- Language: Arduino
- Size: 4.88 KB
- Stars: 117
- Watchers: 16
- Forks: 43
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ESP8266-IR-Remote-Example
This sketch is an example of using an ESP8266 as a IR sender controlled by a webpage.
It uses the [IRremoteESP8266 library by markszabo](https://github.com/markszabo/IRremoteESP8266).
This example is the codes for my devices, in order for it to work for you will need to program in your devices codes. I use the [DumpV2 example](https://github.com/markszabo/IRremoteESP8266/blob/master/examples/IRrecvDumpV2/IRrecvDumpV2.ino) in the IRremoteESP8266 library.
## Hardware
- Wemos D1 Mini
- IR LED
- 2N3904 Transistor
- 330 Ohm resistor
- IR receiver (TL1838) - Needed for reading codes![alt text](http://i.imgur.com/druTsOU.png "circuit")