top of page

FaceGesture App

The Facegesture App is a free downoadable app available in the Apple IOS store.  It detects the suers facial movements and sends that information to control external devices.

How It Works

Facegesture App recievers are custom made by Ebcore.  If you are inerested in creating your own our tutorial will help guide you.

Recievers for the Facegesture App use the Adafruit Bluefruit 32u4 microcontroller.  It can be programmed using the Arduino IDE.  This will require some experience with programming Arduino.  

If you are a beginer and want to learn more about programming Arduino we recommend you watch the Youtube Channel Drone Bot Workshop.  They have excellent tutorials on this.

Screenshot 2024-03-09 at 11.11.19 PM.png

Tutorial

The Facegesture App sends signals to the Adafruit Buefruit 32u4 controller as "Packet Buffers".  Each gesture is a different Packet Buffer.

Screenshot 2024-03-09 at 10.38.35 PM.png

Here are the different Packet Buffers and which gesture they reference.  For example, when a user blinks their Right eye, on your Adafruit Microcontroller, the Packetbuffer [1} will be high.  Otherwise, Packerbuffer [1] will be low.

Screenshot 2024-03-09 at 10.45.20 PM.png

If for example, you have a Relay connected to the microcontroller, you can blink your Right Eye to turn the relay on.   Here is how to do this:

Screenshot 2024-03-09 at 11.25.43 PM.png

Similarly, here is an example of how you can Blink your left or right eye to move a Servo motor:

Screenshot 2024-03-09 at 11.49.49 PM.png

If you'd like to try an customize your device, here is a sample code you can work from.  Be sure to install the libraries you'll need.  If you need help or are interested in more sample codes for other projects please reach out.

Interested in the App?

Watch Full Videos

Eye Alarm

One of the most amazing features is the ability to detect when you are staring at the camera.  You can use that to call for help.

Water Gun

Use the Facegesture app to control anything, including a water gun with just you eyes.

Rocket

Fire a rocket by just blinking.  The worlds first of it's kind.

Xbox

Play Xbox with just your Facial Gestures today.

Fly A Drone

People thougth it was impossible to fly a drone without touching a joystick.  We proved them wrong.

bottom of page