I want to make an IOT project using an Arduino nano and I need heart rate sensors. I I have a miband2. So, is it possible to connect them ?
Michel Keijzers
13k7 gold badges41 silver badges58 bronze badges
-
1First find out what communication protocol the miband2 uses.Michel Keijzers– Michel Keijzers2019年02月22日 01:45:29 +00:00Commented Feb 22, 2019 at 1:45
-
Mi band use BLEqina– qina2019年02月23日 02:06:24 +00:00Commented Feb 23, 2019 at 2:06
2 Answers 2
You need to connect as a central device. I've had good luck with the adafruit nrf52 feather. Also see: https://github.com/Freeyourgadget/Gadgetbridge for the protocol.
To use BLE on Arduino, I tried google and found this Article:
Examples:
- HM-10 (HM-11) BLE Module
- BLE Nano
- BLE Mini
- BLE Shield v2.1
- RFduino
- Bluno series
- BLE WT51822-ABS
- Grove – BLE
- BLEduino
Chose one that fits best, and use it.
answered Feb 23, 2019 at 10:24