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

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.

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.