All Projects → aamarioneta → IRDenon

aamarioneta / IRDenon

Licence: LGPL-3.0 License
No description or website provided.

Programming Languages

C++
36643 projects - #6 most used programming language

Projects that are alternatives of or similar to IRDenon

Irremoteesp8266
Infrared remote library for ESP8266/ESP32: send and receive infrared signals with multiple protocols. Based on: https://github.com/shirriff/Arduino-IRremote/
Stars: ✭ 1,964 (+6235.48%)
Mutual labels:  esp8266, infrared
esp8266.vn
Internet Of Things với ESP8266
Stars: ✭ 17 (-45.16%)
Mutual labels:  esp8266
esp-homekit-rgbw-strip
A homekit firmware for a magic home RGBW controller
Stars: ✭ 14 (-54.84%)
Mutual labels:  esp8266
ESP-Mail-Client
⚡️Arduino Mail Client Library to send, read and get incoming mail notification for ESP32, ESP8266 and SAMD21 devices. The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.
Stars: ✭ 78 (+151.61%)
Mutual labels:  esp8266
micropython-bmp280
module for the BMP280 sensor
Stars: ✭ 31 (+0%)
Mutual labels:  esp8266
SmokeyTheBarrel
Automatic temperature controller (ATC) for an ugly drum smoker (UDS)
Stars: ✭ 22 (-29.03%)
Mutual labels:  esp8266
SuperLEDstrip
No description or website provided.
Stars: ✭ 13 (-58.06%)
Mutual labels:  esp8266
esp-logger
An Arduino library providing a minimal interface to log data on flash memory and SD cards with ESP8266 and ESP32
Stars: ✭ 40 (+29.03%)
Mutual labels:  esp8266
Infrared4Arduino
An object oriented infrared library for the Arduino
Stars: ✭ 51 (+64.52%)
Mutual labels:  infrared
RFLink
RFLink for ESP, with MQTT client
Stars: ✭ 52 (+67.74%)
Mutual labels:  esp8266
Farm-Data-Relay-System
A system that uses ESP-NOW, LoRa, and other protocols to transport sensor data in remote areas without relying on WiFi.
Stars: ✭ 97 (+212.9%)
Mutual labels:  esp8266
awesome-spectra
🌈 A collaborative list of awesome tools for spectroscopy. Also, check:
Stars: ✭ 47 (+51.61%)
Mutual labels:  infrared
esp8266-wifi-cmsis-dap
WIRELESS CMSIS-DAP USB/IP-SWD/JTAG HID adapter firmware for ESP8266 boards
Stars: ✭ 69 (+122.58%)
Mutual labels:  esp8266
zevoicemask
An open source DIY implemetation of a face mask with voice visuals and animations.
Stars: ✭ 13 (-58.06%)
Mutual labels:  esp8266
Super-Simple-RGB-WiFi-Lamp
A project based on the ESP8266 and WS2812b
Stars: ✭ 61 (+96.77%)
Mutual labels:  esp8266
interp
Interpreter experiment. Testing dispatch methods: Switching, Direct/Indirect Threaded Code, Tail-Calls and Inlining
Stars: ✭ 32 (+3.23%)
Mutual labels:  esp8266
esp8266-sigfox-trackr
Sigfox / ESP8266 WiFi based tracker
Stars: ✭ 17 (-45.16%)
Mutual labels:  esp8266
NodeMCU-and-JavaScript
Programming NodeMCU boards with Espruino (JavaScript)
Stars: ✭ 97 (+212.9%)
Mutual labels:  esp8266
MicroPython-ESP8266-Nokia-5110-Conways-Game-of-Life
Conway's Game of Life on a Nokia 5110 with WeMos D1 mini running MicroPython ESP8266
Stars: ✭ 27 (-12.9%)
Mutual labels:  esp8266
houseflow
Home automation platform for microcontrollers(including ESP8266/ESP32), Raspberry Pi, and others. Made with Rust and C++.
Stars: ✭ 88 (+183.87%)
Mutual labels:  esp8266

IRDenon

Web Interface to remote control a Denon AVR with an ESP8266 and a infrared led or the Room to Room connection.

denon rear

There are 4 ways to remote control older Denon AVR's (in my case Denon AVR 2308):

  1. by remote: my AVR is inside a tv console and there is no line of sight.
  2. by RS232: i managed to remote control it by connecting the COM Port of an old PC (which still has a COM port interface) and it worked perfectly. I just did not want another PC running. My first intention was to connect the ESP8266 Serial port to the Denon COM Port but I just could not get it working.
  3. Infrared extender / blaster (you can get one for 10-15€) but what's the fun in that? This repo can be used for emitting IR signals through a IR led.
  4. Using the "Room to Room" "REMOTE CONTROL" or whatever it's called. Some AVR have the possibility to control other devices in other rooms for example. This is just a jack input for the same signals as for the IR led. This repo can also be used for emitting IR signals through the jack input without the need of a IR led. See your Denon manual

denon rear

Installation

  • Copy credentials.h.sample to credentials.h and edit the SSID and password for your WiFi.
  • For controlling a IR led (3) connect the NPN transistor and IR led as described here: https://github.com/crankyoldgit/IRremoteESP8266/wiki#ir-sending
  • For controlling direct the "Room to Room" "REMOTE CONTROL": connect a 2 wire cable with a mono jack to ground and D2 on the ESP8266. You can also use a mono headphone cable or a stereo headphone cable (just connect the 2 channels together).

remote jack

Upload the INO file to the ESP8266.

You can get the IP address of the ESP8266 from the serial output or from your router. I configured the router to always give the ESP8266 the same IP.

You can test the IR led by looking at it with any phone camera, or by replacing the IR led with a normal led. It should blink when you use the web interface.

Currently only the basic functions implemented, but other codes can easly be read with a IR receiver diode, see for example here: https://github.com/crankyoldgit/IRremoteESP8266/wiki#ir-receiving.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].