Introduction: Hifi 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

Step 1: Components Required

  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)

Step 2: Connections

  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.

Step 3: 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

Step 4: Working

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...!!!!