Slide Show Controller With Arduino, Infrared Remote and Windows API

by Mohammed BENHADINE in Circuits > Remote Control

1353 Views, 1 Favorites, 0 Comments

Slide Show Controller With Arduino, Infrared Remote and Windows API

image.jpg
part1:Show slide controller with arduino,infrared communication and Windows API

In this project we are going to use the infrared communication as a wireless keyboard of the computer.I tried to work only with four buttons(Next,Preview,ESC and play) that we'll need to make the show slide controller.But you can use any button of the keyboard provided that you change the Code in C.

Circuit.png

The circuit is very easy.The real work is programming windows to apply the push virtually on buttons based in which button the Arduino sends over Serial port after being recognized

You can use any type of IR remote,but first you have to know the address of each button in your remote control(IR transmitter),,you can use the LookForAdd code to know them by televersing the code ,opening the serial monitor and identifing the addresses, after that add them to the Arduino Code you .

have to install the MinGW because you need some programs as Makefile and C compiler to interract with Windows API

Watch the tree parts of the project to understand

contact me in case of problems