ESP32 Internet Radio Player | TFT LCD Touch screen - IR Remote Control [Update] Part 3
You can now build an Internet radio player in less than 10 minutes, with approximately $15, In the #Internet_Radio Player project, the #ESP32 board connects to the Internet and, then, it receives MP3 data from the radio station that listeners choose to tune in.
WiFi, Bluetooth and many other features! Amazing stuff!”
if you enjoyed those videos, then please subscribe to my channel which I update every week
👉 Subscribers : https://bit.ly/2EpEwrU
===============
= Parts required: =
===============
- ESP32 Based dev board
- Rotary encoder
- Optionals : 2S DACs / Sparkfun I2S DAC / Adafruit I2S DAC / PCM5102 DAC
- 2.4" inch SPI ILI9341 LCD
- Speaker
- Breadboard
- Jumper Wire
- IR remote control
- IR receivers (infrared receivers)
============
= schematic =
============
// Encoder knob
//-------------
PIN A GPIO16 //16 // 255 if encoder not used
PIN B GPIO17 //17 // DT
PIN BTN GPIO5 //5// SW
// 2.4 inch SPI ILI9341 LCD
//------------------------------------------------
Connections are as follows:
LCD RST --- ESP 32 IO2
LCD CS --- ESP 32 IO13
LCD DC/RS --- ESP 32 IO14
LCD SDI(MOSI) --- ESP 32 IO23
LCD SCK --- ESP 32 IO18
LCD VCC --- ESP 32 +5V
LCD LED --- ESP 32 +5V
LCD GND --- ESP 32 GND
// #TOUCH_SCREEN
//------------------------------------------------
T_DO is MISO,
T_DIN is MOSI,
T_CLK is CLk
TOUCH_CS GPIO 16
T_irq is not used
// IR Signal
//-----------
PIN IR SIGNAL GPIO21 // Remote IR source
// I2S DAC or PDM output
// Sparkfun I2S DAC
//-----------------------
PIN I2S LRCK GPIO25 // or Channel1
PIN I2S BCLK GPIO26 // or channel2
PIN I2S DATA GPIO22 //
=========
= Source: =
=========
https://codeload.github.com/karawin/Ka-Radio32/zip/master
------------------------------------------------------------------------
About Social Media, Business, and Blogging
------------------------------------------------------------------------
https://www.youtube.com/djamaluk
https://www.facebook.com/Djamal.UK
https://twitter.com/DjamalUK
https://Djamal.UK
Code and Schematic OR Any Questions Please let me know in the comment section below
Thank you everyone for stopping by my youtube channel I would love to hear from you, so leave a comment to let me know you were here!