PINE64

Full Version: Heart Rate and Accelerometer, ESP32, Arduino
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Has anyone connected the Pinewatch through Bluetooth Low Energy (BLE) to an ESP32 and found the Bluetooth heart rate service UUID, the heart rate measurement characteristic UUID, and the accelerometer UUID so that they could display that data (i.e., real time heart rate and body motion data) on the serial monitor of the Arduino IDE? I know that many heart rate devices that use BLE also often use a heart rate service UUID of 0x180D and a heart rate measurement characteristic UUID of 0x2A37. However, I also have seen heart rate devices that use different UUIDs from those.