Live data from Hacker News

Drone Control via Alexa

github.com

1–10 of 18 posts

Re: Drone Control via Alexa

#5

I did something similar about six years ago: https://www.youtube.com/watch?v=uhBa11gdbeU I used a (Python) natural language parser of my own creation (this was before intent classification was a big thing), Nuance speech recognition, and a javascript (node) interface to the AR.Drone.

Haha- the drone not landing when you told it to is basically the beginning of every sci-fi movie where the robots turn on the people.

Great job.

Re: Drone Control via Alexa

#6

I did something similar about six years ago: https://www.youtube.com/watch?v=uhBa11gdbeU I used a (Python) natural language parser of my own creation (this was before intent classification was a big thing), Nuance speech recognition, and a javascript (node) interface to the AR.Drone.

Haha- the drone not landing when you told it to is basically the beginning of every sci-fi movie where the robots turn on the people. Great job.

TODO: add a kill switch :D

Re: Drone Control via Alexa

#9

I also did this a few years ago - voice controlled drone, had some keyboard based kill switches, unfortunately the drone is quite noisy so had to talk quite loudly to get a decent STT translation.

This setup just requires raspberry-pi to be in the vicinity of drone. Voice command can be provided remotely.

Re: Drone Control via Alexa

#10

I did something similar about six years ago: https://www.youtube.com/watch?v=uhBa11gdbeU I used a (Python) natural language parser of my own creation (this was before intent classification was a big thing), Nuance speech recognition, and a javascript (node) interface to the AR.Drone.

Seriously impressive! I particularly noted the speed of command to actuation.
Post reply on HN