Clap, snap, or shout out... that's all it takes for your drone to take off!
DetailsWhat I wanted to do was command my drone to take off either by a snap, clap, or by actually saying, "drone fly!" For this, first I began with choosing a good sound sensor and adjusting its sensitivity as per requirement. I integrated this sound sensor onto PlutoX board using its breakout board. Since the frequency of the generated sound is very high it becomes difficult for the controller to analyze the data detected as it lasts for a very small interval of time I added a low pass filter to sustain the signal long enough to be acted upon.
Now once the sound is detected, write the code to make the drone take off.
- Clap to fly
- Speak to fly
To open drone experimentation to the world, we are crowdfunding for PlutoX on Indiegogo. Support us and help us bring it to life: https://igg.me/at/flyplutox/tinkerers
Build InstructionsStep 1
- PlutoX
- PrimusX board
- PrimusX breakout board
- Highly sensitive microphone sound sensor detection module
- Resistor
- Capacitor
Step 2
- Clap sensor need a 5V input
- Solder a berg strip to connect the sensor to breakout board
- Connect the ground and 5V in supply
- Connect the digital out to any of the ADC pins (I'm using pin 13)
Step 3
- GitHub link to read the sensor data
- Convert the input data to equivalent voltage
- Set some specific threshold — if the sensor data is greater than a threshold, arm the drone and set a specific height to take off
Comments
Please log in or sign up to comment.