An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# irpost
An Arduino project to transform Infrared Remote Control events to REST calls

Remote 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/