CreaTe-M8-BME / CreaTeBME

Python Package for interfacing the bluetooth IMU module for CreaTe M8 BME.
GNU General Public License v3.0
0 stars 2 forks source link

TODO #2

Closed Frank-Bosman closed 1 year ago

Frank-Bosman commented 1 year ago

Python package

transmitter (ESP)

Frank-Bosman commented 1 year ago

Look into a faster bluetooth protocol

RFCOMM should be fast enough for our application as we only need to transmit (16 * 8 * 100) / 1000 = 12.8 Kb which is easily possible for RFCOMM. +EDR would be faster and the ESP32 should support it. But it is not necessary as mentioned before and RFCOMM allows for an easier protocol.

Frank-Bosman commented 1 year ago

This issue is outdated and all the goals have been achieved using the new package and the BLE connection