Smart TV Remote Control Using Intel Edison (Intel IoT)
by Rajesh KumarT1 in Circuits > Remote Control
794 Views, 1 Favorites, 0 Comments
Smart TV Remote Control Using Intel Edison (Intel IoT)
The IR transmitter/receiver TSOP1738 can be interfaced with Intel Edison using standard PWM interface available in libmraa library.
This can be used in connection with USB microphone to control the TV voulme under control at any time.
Normally when advertisement comes in between regular TV programs, they are very loud and undesirable.
At such times, a simple system having a USB microphone can be used to detect the current ambient sound decibal value of the ambient noise level. This can be easily done in Intel Edison using standard ALSA API.
Seteup IR Transmitter
1) Get an IR transmitter/Receiver chip like TSOP1738
2) Connect the chip's GPIO singal to pin to any one of Intel edison's PWM pins.
3) Write C/C++ program using libmraa library to control the IR transmitter from Edison
Setup Voume Control Using USB Microphone
1) Connect a USB microphone to Edison.
2) Place Edison and USB microphone near TV.
3) Measure the current TV volume using ALSA linux API.
4) based on the TV volume and desired user volume, automatically control TV volume.
Control TV Channel Switching From Cloud
1) Connect Edison to wifi network.
2) Connect to the dedicated control server in cloud.
3) Get the TV channel switching control commands from cloud.
4) Based on the information, send the commands to IR transmitter to switch channels accordingly.