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.
- Host: GitHub
- URL: https://github.com/asivery/sony-inline-remote-emulator
- Owner: asivery
- License: gpl-2.0
- Created: 2022-01-06T20:23:16.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T03:36:38.000Z (over 3 years ago)
- Last Synced: 2025-03-20T15:12:36.585Z (about 1 year ago)
- Language: C++
- Size: 45.9 KB
- Stars: 12
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
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