Connecting Edge Impulse to ESP32-S3 via Bluetooth/Wireless for Real-Time Motion

Question/Issue:
Hi everyone,

I’m working on a project where I use ESP32-S3, MPU6050 motion sensors, LEDs, and ML to synchronize lights with music and motion in a wearable shoe system for dancing.

I want to integrate Edge Impulse for real-time motion recognition, but I need to send data from my ESP32-S3 to a device (phone/laptop) wirelessly. I’m considering Bluetooth or Wi-Fi, but I’m unsure how to:

  1. Stream sensor data from ESP32-S3 to Edge Impulse via Bluetooth/Wi-Fi.
  2. Use Edge Impulse’s trained model on the ESP32-S3 while keeping wireless connectivity.

Has anyone worked with Edge Impulse + ESP32-S3 + Bluetooth/Wi-Fi before? Any guidance on the best approach would be appreciated!

Thanks in advance! :raised_hands: