Marvee Amasi
Marvee Amasi
DIIDevHeads IoT Integration Server
Created by Enthernet Code on 7/11/2024 in #code-review
Why isn't my Arduino Nano 33 BLE Sense transmitting pulse and SpO2 data via BLE?
Use bytes([pulse]) and bytes([spo2]) instead of str(pulse) and str(spo2) . Cus you should convert the integer values to a single byte format
10 replies