DIY Internet Radio using an ESP32 / Color LCD Display / IR Remote [Update] Part 2

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



Category:
Vlog
Duration: 8:23
4,341 views
67


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
- 1.8 inch SPI ST7735 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

// 1.8 inch SPI ST7735B LCD
//------------------------------------------------
Connections are as follows:

LCD RST --- ESP 32 IO2
LCD CS --- ESP 32 IO13
LCD D/C --- ESP 32 IO14
LCD DIN --- ESP 32 IO23
LCD CLK --- ESP 32 IO18
LCD VCC --- ESP 32 +5V
LCD BL --- ESP 32 +5V
LCD GND --- ESP 32 GND

// 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-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
2020-04-19Two Games to fit into a single ATTiny85 at the same time.



Tags:
ESP32
ESP8266
Arduino
Atmega
AVR
radio wifi
wifi radio
Internet Radio
Espressif
ESP32 Based dev
Sparkfun
radio station
DIY
ESP32 Radio
ST7735