Search found 1 match

by gozkil
Tue Jul 03, 2018 12:20 pm
Forum: ESP32 Arduino
Topic: Advice needed for vibration analysis project comms.
Replies: 6
Views: 10512

Re: Advice needed for vibration analysis project comms.

Hi BaartCM, Great work! I am planning to do a similar thing, so this will save a bunch of dev time - thanks! For data streaming - have you considered doing FFT on the device? ArduinoFFT can do 256 freq. bins - which might still provide usable results.. Then you can simply stream the FFT array (256 x...