Search found 1 match

by Dauggie
Mon Aug 06, 2018 12:52 am
Forum: General Discussion
Topic: KAFKA producer on ESP-32 running esp-idf
Replies: 1
Views: 6284

KAFKA producer on ESP-32 running esp-idf

For my project, an ESP-32 device must send raw data from high sample rate sensors (accelerometer - 4Khz, EMI - 500Khz, Microphone - 17Khz) to an AWS server. I am using this data to feed a model which performs human activity recognition via Deep Learning. <code>4Khz=4000 samples/sec 17Khz=17,000 samp...