Web Radio

Internet radio on a TTGO T-Display controlled by a bluetooth android phone app

Aug 30, 2022

13288 views

3 respects

Components and supplies

1

UDA1334A Dac Module

1

HC-05 Bluetooth Module

1

ESP32 TTGO T-Display

Apps and platforms

1

Arduino IDE

Project description

Code

Web_Radio V10

arduino

Update to calculate the size of each URL array

URL_Zips

c_cpp

URL Lists.. Unzip to the same folder as the INO.. just includes EOF at the end of each list

Downloadable files

Circuit

Connection Details

Circuit

Documentation

Web Radio v9

Android app.. upload and install to phone Version 9..Just cosmetic changes

Web Radio v9

Comments

Only logged in users can leave comments

PatrickVB

9 months ago

C:\Users\plsma\Documents\Arduino\libraries\EspSoftwareSerial\src/SoftwareSerial.h:24:10: fatal error: circular_queue.h: No such file or directory #include <circular_queue.h> ^~~~~~~~~~~~~~~~~~ compilation terminated. exit status 1 Compilation error: exit status 1 Done everything as project described Get the above error

texas76pl

3 months ago

Hi. Did You manage to solve this problem? Regards Roman

livingrainman

2 years ago

I have to say, this was the most well thought out and easy to follow example of an esp32 internet radio that I have encountered. I am using the project as part of a musical instrument that I am building; a sampler and drum machine that can sample directly from the radio. Would you mind sharing the code for the android app? I would like to customize the interface for my project. All use of your code will be credited. Thanks!

stevie135s

2 years ago

Although i feel that sharing the code for the apk would be beneficial, the group feel that the chance of uploading copies with malicious portions of code embedded into it would be too great a risk, so for security reasons i feel i must decline to give it out.

livingrainman

2 years ago

I understand, thanks for sharing the project!

PatrickVB

9 months ago

:\Users\plsma\Documents\Arduino\libraries\EspSoftwareSerial\src/SoftwareSerial.h:24:10: fatal error: circular_queue.h: No such file or directory #include <circular_queue.h> ^~~~~~~~~~~~~~~~~~ compilation terminated. exit status 1 How did you get past the above error