https://github.com/brianredbeard/irad
a PoC ESP32 radio which only plays https://somafm.com/live.pls
https://github.com/brianredbeard/irad
Last synced: over 1 year ago
JSON representation
a PoC ESP32 radio which only plays https://somafm.com/live.pls
- Host: GitHub
- URL: https://github.com/brianredbeard/irad
- Owner: brianredbeard
- License: gpl-3.0
- Created: 2024-05-21T05:49:49.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-21T05:57:17.000Z (about 2 years ago)
- Last Synced: 2025-01-23T16:25:12.438Z (over 1 year ago)
- Language: C++
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# irad
a PoC ESP32 radio which only plays https://somafm.com/live.pls
WIFI credentials are set via the following [environment variables](https://github.com/brianredbeard/irad/blob/bcaa5c41629720c9737da86640d278f1e3799ba8/platformio.ini#L14-L15):
- `WIFI_SSID`
- `WIFI_PASSWORD`
Since this is a [PlatformIO](https://docs.platformio.org/en/latest/) project it should be easy to build:
```bash
$ pio run -t upload --upload-port /dev/ttyXXXX
```
This is no replacement for the PlatformIO documentation.