Control Your Keynote With Arduino

by georgeg4 in Circuits > Arduino

2010 Views, 10 Favorites, 0 Comments

Control Your Keynote With Arduino

FKB6POZI26N5O10.png
DSC_0060.png
connections.png
Screen Shot 2014-10-21 at 9.39.43 PM.png

Control your mac keynote app with an arduino.

Things Needed :

DSC_0058.png

Arduino (I'm using uno but any should do).

USB cable for the arduino.

IR receive diode.

Universal IR remote.

jumper cables for the IR decoder.

Connect the IR Decoder to the Arduino

DSC_0059.png
DSC_0060.png
connections.png

connect the IR decoder pins to the arduino as :

left -> pin 2

middle -> GND

right -> +5V

Find a Nice Looking Enclosure (optional)

DSC_0061.png
DSC_0064.png

I used a cardboard box just to make the project good looking without the showing the arduino and the wires.

Download the App

Screen Shot 2014-10-21 at 9.39.43 PM.png

go to my website, head to apps page and download the keynote controller app.

this app lets you control your keynotes with the serial port , for example if the app received "forward" from the serial port it's connected to it will move to the next frame in the keynote

the app supports the following commands:
"start"-> starts the keynote presentation

"stop" -> stops the keynote presentation

"forward" -> moves to the next slide

"backward"-> moves to the previous slide

Decode and Save the Remote Signals

use this code to receive the signals from your remote to assign commands to them later.

Arduino Code

Screen Shot 2014-11-10 at 6.14.02 PM.png

use the previously read commands in the switch of this program to send commands to the app.

Connect the App to the Arduino

Screen Shot 2014-10-21 at 9.39.43 PM.png

open the app and choose the serial port which the arduino is connected to then set the baud rate to 9600 (for the previous sketch) then click connect.

enjoy ;)

and don't forget to check out my other projects on my website George Gabra Jr.