Forward a data stream from a bluetooth serial to the data forwarder

Hi there,
Is there any possibility to connect a Bluetooth serial to the Data forwarder of edge impulse?
I want to use an ESP32 to send accelerometer data to edgeImpulse to train models. I will take into consideration any other alternatives.
Thank you!

@cristiansulighetean Do you actually have the Bluetooth serial path already working, and if so, can you get the data from the ESP32 through screen or another serial port program? If so, we can ingest it through the data forwarder.

1 Like

Yes, the Bluetooth serial is working but I eventually decided to send the data through MQTT to my device and use the ingestion API with python. It was easier for me to set things up like this.

1 Like