Skip to content

Instantly share code, notes, and snippets.

View SizzinSeal's full-sized avatar

Liam Teale SizzinSeal

  • Vancouver, BC, Canada
  • 16:16 (UTC -07:00)
View GitHub Profile
@wireboy5
wireboy5 / v5bt.py
Last active September 13, 2023 17:35
"""
Super basic code to scan for and connect to v5 devices using the python bleak library. Prints out all data read over the user port.
"""
import argparse
import asyncio
from bleak import BleakScanner, BleakClient
SERVICE_UUID = "08590f7e-db05-467e-8757-72f6faeb13d5"