15 lines
359 B
Markdown
15 lines
359 B
Markdown
# Arduino Sony RM-D27M Minidisc Namer
|
|
|
|
This is an arduino sketch to make an IR-remote control for easier title renaming on a Sony MDS-JE510 minidisc deck.
|
|
|
|
- Add webserver
|
|
- Add ir remote library
|
|
- Add SD-Card support to load html and css
|
|
|
|
Store WiFi secrets in a secrets.h like this:
|
|
|
|
```c
|
|
#define SSID "your-ssid"
|
|
#define PASSWORD "your-password"
|
|
```
|