https://github.com/lbovet/irpost
An Arduino project forwarding infrared remote control events to REST calls
https://github.com/lbovet/irpost
arduino ethernet infrared rest
Last synced: about 2 months ago
JSON representation
An Arduino project forwarding infrared remote control events to REST calls
- Host: GitHub
- URL: https://github.com/lbovet/irpost
- Owner: lbovet
- License: mit
- Created: 2018-01-19T23:27:43.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-23T16:00:40.000Z (over 7 years ago)
- Last Synced: 2025-01-17T08:12:07.542Z (3 months ago)
- Topics: arduino, ethernet, infrared, rest
- Language: C++
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# irpost
An Arduino project to transform Infrared Remote Control events to REST callsRemote Control codes are for [Yamaha AV Receiver RX-V461](https://www.cnet.com/products/yamaha-rx-v461-series/specs/). The API calls control [castagnet](https://github.com/lbovet/castagnet), a [ChromeCast](https://en.wikipedia.org/wiki/Chromecast) client.
+
+
=
![]()
Hardware:
- [Arduino UNO](https://store.arduino.cc/arduino-uno-rev3)
- [Wiznet W5500 Ethernet Shield](http://www.wiznet.io/product-item/w5500-ethernet-shield/)
- [TOSP38238](https://www.adafruit.com/product/157)
Software:
- [PlatformIO](http://platformio.org/)
- [IRRemote](http://platformio.org/lib/show/4/IRremote)
- [Ethernet3](http://platformio.org/lib/show/1588/Ethernet3)Inspired from https://damow.net/ir-over-ip/