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

https://github.com/asivery/sony-inline-remote-emulator

A SAMD21-based emulator of Sony's inline remotes such as the RM-MC12ELK.
https://github.com/asivery/sony-inline-remote-emulator

Last synced: about 1 year ago
JSON representation

A SAMD21-based emulator of Sony's inline remotes such as the RM-MC12ELK.

Awesome Lists containing this project

README

          

# Sony Inline Remote Control Emulator

#### This project is at a very early stage of infancy. Both it and this readme are not even close to being complete.

### This project comes with absolutely no warranty, to the extent permitted by applicable law.
If you damage your device, it's only your fault.

### Parts needed
In order to get this to work, you need:

- SAMD21-based Arduino board
- SSD1306 128x64 screen
- MC4561 digital potentiometer

### Credits

- [izzy84075's remote protocol decoders for Pulseview](https://github.com/izzy84075/md_sigrok_decoders)
- [MCP4561 library](https://github.com/SteveQuinn1/MCP4561_DIGI_POT) used to emulate the remote buttons
- [Adafruit's SSD1306](https://github.com/adafruit/Adafruit_SSD1306) library used as a base for the fastoled library