https://github.com/dmitreiro/esp32-radio
ESP32 wireless stream radio project.
https://github.com/dmitreiro/esp32-radio
esp32 radio streaming-audio
Last synced: about 2 months ago
JSON representation
ESP32 wireless stream radio project.
- Host: GitHub
- URL: https://github.com/dmitreiro/esp32-radio
- Owner: dmitreiro
- License: mit
- Created: 2025-01-09T23:25:47.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-16T22:43:44.000Z (over 1 year ago)
- Last Synced: 2025-03-16T23:29:10.402Z (over 1 year ago)
- Topics: esp32, radio, streaming-audio
- Language: C++
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ESP32 radio
A nice electronics ESP32 project for a DIY WiFi radio stream.
This project was based on pgiacalo's ESP32 I2S WiFi Radio [project](https://github.com/pgiacalo/ESP32_I2S_WiFi_Radio/tree/main).
## :open_book: About
## :computer: Hardware
## :gear: Setup
### Clone
Open terminal, change your current working directory to the location where you want the cloned directory and then clone this repository to your local machine
```
git clone https://github.com/dmitreiro/esp32-radio.git
```
### Compilation and upload
Before compiling using Arduino, check dependencies on top of the main file.
## :balance_scale: License
This project is licensed under the MIT License, which allows anyone to use, modify, and distribute this software for free, as long as the original copyright and license notice are included. See the [LICENSE](LICENSE) file for more details.