Bm05e-v2 01 | Bluetooth Driver

Before downloading any driver, you must confirm that your PC actually uses the BM05E-V2 01 hardware.

resp = ser.read(8) if resp[0] == 0x0E and resp[2] == 0x01: print("BM05E-V2-01 driver ready") else: print("Driver error") bm05e-v2 01 bluetooth driver

ser.close()

  • For development with Nordic toolchain:
  • Close layer
    bm05e-v2 01 bluetooth driver
    TOP