Hifi Audio System Using Linkit ONE

by BharathRam in Circuits > Microcontrollers

698 Views, 8 Favorites, 0 Comments

Hifi Audio System Using Linkit ONE

Hi-Fi audio system using Linkit ONE

Hi

This instructable will teach you to build a Hi-Fi audio system using Linkit ONE......u can able to control audio using IR remote

Components Required

F0958UCIG16BHB9.jpeg
lcd-shield-arduino.jpg
displays.jpg
re.jpg
  1. Linkit ONE
  2. Arduino UNO
  3. LCD with LCD shield
  4. Sd card
  5. Speakers
  6. IR remote
  7. Tsop1738 (connect Vcc of tsop to 3.3v as Linkit ONE is 3.3v tolerant)

Connections

C360_2015-10-27-17-02-51-931.jpg
IMG_20151027_120105.jpg
C360_2015-10-22-16-26-14-573.jpg

  1. connect Linkit ONE to Arduino

TX---------------------------RX

RX---------------------------TX

GND------------------------GND

2.Insert SD card to the slot provided

3.connect 3.5mm of speakers to the audio jack of linkit ONE

4.connect TSOP output pin to Digital pin 8.

Coding

Arduino code

In Arduino IDE select board to Arduino UNO and port to Arduino comport

click the below link to download arduino code

arduino as lcd shield

Linkit ONE code

In Arduino IDE select board to Linkit ONE and port to Linkit one debug port

click the below link to download Linkit ONE code

Ir player

Working

IMG_20151027_131942.jpg
IMG_20151027_132009.jpg
IMG_20151027_131953.jpg
IMG_20151027_131959.jpg
Hi-Fi audio system using Linkit ONE

For each button in IR remote produces different values, first find out them by using
Serial.println(remote_value);

now modify the code for your different IR remote values in the IF condition...
add your own functions to different remote buttons and enjoy music...!!!!