Slashdot Mirror


80FFTs Per Second To Detect Whistles (and Switch On Lights)

New submitter Mathieu Stephan writes "Hello everyone! Some people told me that my latest project might interest you. I'm not sure you publish this kind of projects, but here it goes. Basically, it is a small platform that recognizes whistles in order to switch on/off appliances. It will be obviously more useful for lighting applications: just walk in a room, whistle, and everything comes on. The project is open hardware, and all the details are published on my website." The linked video is worth watching for the hidden-camera footage alone: it would be hard to not keep playing with this sensor.

2 of 156 comments (clear)

  1. I remember seeing a whistle device... by ls671 · · Score: 4, Interesting

    I remember seeing a whistle device that you attach to your key ring. When you lose your keys, you whistle and your key ring beeps.

    https://www.amazon.co.uk/Tobar-Keyfinder-Keyring-Whistle-Activated/dp/B000246JIQ

    --
    Everything I write is lies, read between the lines.
  2. Re:Kids These Days... by jmv · · Score: 4, Interesting

    Actually, an FFT is often cheaper than autocorrelation because it's N*log(N) whereas auto-correlation is N^2. In any case, it's insanely cheap on today's machines.