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.
Tutorial
The Facegesture App sends signals to the Adafruit Buefruit 32u4 controller as "Packet Buffers". Each gesture is a different Packet Buffer.
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.
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:
Similarly, here is an example of how you can Blink your left or right eye to move a Servo motor:
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.