Might be late to the party here, but finally getting around to trying the library out with my B-Tech. Following instructions from here, async command line.
I'm crashing on connect. Not sure if the firmware is a moving target, or I'm doing something dumb?
import asyncio
import RadioController
radio = RadioController.new_ble("38:D2:00:01:09:FE")
await radio.connect()
Just me or something real?
Might be late to the party here, but finally getting around to trying the library out with my B-Tech. Following instructions from here, async command line.
I'm crashing on connect. Not sure if the firmware is a moving target, or I'm doing something dumb?
Just me or something real?