Skip to content

Instantly share code, notes, and snippets.

View Dim4ik1992's full-sized avatar
🌴
On vacation

Dim4ik1992

🌴
On vacation
View GitHub Profile
@joshnuss
joshnuss / ble_speedometer_esp32.ino
Last active August 17, 2023 21:46
Bluetooth Speedometer using ESP32 and Hall effect sensor
/*
* Using digital hall effect sensor SENS-M-10 (purchased at Abra)
*
* MCU Board: ESP2-WROOM-32
*/
#include <BLEDevice.h>
#include <BLEUtils.h>
#include <BLEServer.h>