ESP32 Internet Radio Player | TFT LCD Touch screen - IR Remote Control [Update] Part 3

Channel:
Subscribers:
4,120
Published on ● Video Link: https://www.youtube.com/watch?v=cU-GTUt6qWw



Category:
Vlog
Duration: 7:16
3,244 views
60


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!




Other Videos By Djamal.Uk


2020-07-28Speaking Calculator project for blind people using Arduino Uno AVR ATmega328 Microcontroller
2020-07-23Building excellent replica Donkey Kong arcade machine based on Parallax Propeller Microcontroller
2020-07-16Retro-style Open-source Game Console based on the Parallax Propeller Microcontroller.
2020-07-07ESP8266 Little Game Machine using a NodeMCU and a Wii nunchuck
2020-06-18TEKKEN 6 / 4K PSP Emulator - ODROID C1+
2020-06-16Play CHASE - NES Arcade homebrew on ESP32
2020-06-10Run Your favourite Atari 8-Bit Games On An ESP32 | Atari 8 bit Computer emulator
2020-06-04The Sega Master System (SMS) game console on your TV with nothing more than a ESP32
2020-06-02NES Nintendo game console on your TV with nothing more than a ESP32
2020-05-22Create your own arcade games with MakeCode Arcade. No coding experience necessary!
2020-05-17ESP32 Internet Radio Player | TFT LCD Touch screen - IR Remote Control [Update] Part 3
2020-05-15DIY Internet Radio using an ESP32 / Color LCD Display / IR Remote [Update] Part 2
2020-05-12ESP32 Internet Radio Player | Espressif Systems
2020-05-11ESP32 Music MOD Player from SD Card with "Skip Next" button and OLED display
2020-05-09ESP8266 Enigma.mod Player sample from the mod archive: https://modarchive.org
2020-05-07Very simple Internet Radio Build with ESP8266 Based dev board (Nodemcu)
2020-05-02ATtiny85 - based Chiptune Player 1-Bit Music「Part 2」
2020-04-29ATtiny85 - based Chiptune Player 1-Bit Music「Part 1」
2020-04-27Retro computer in a chip. Using the STM32F103C (ARM® 32-bit Cortex®-M3 )
2020-04-26[TEST] AMTLib with Evade Game on My homemade Arduboy
2020-04-24Breakout ("Arkanoid") game on an ATtiny85 Arduino and I2C OLED display



Tags:
ESP32
Internet Radio
ESP32 RADIO
ILI9341
Touch screen
Radio Player
IR Remote Control
Arduino
ESP8266
2.8inch SPI
Atmega
AVR
DIY WEB RADIO
WIFI RADIO