BIST
BIST
@llbster Also try to run the command above as sudo
One thing that got me was that if the Inverter is in deep standby mode it doesn't respond or sometimes sends incomplete data. May be ensure that iits fully running...
I suspect I have found an answer after some digging around. T-Beam-S3Core comes with two versions of GPS - Ublox chip or Quetel-chip L76K. I have the second one. L76K...
Hi , did that get resolved? I am also flashing Supreme ESP32 S3 in Service mode , using Espresif Flash Download tool. I tried with 2 step approach. After restarting...
Probable because its not paired. But how does one get paired? I literally do scan >meshtastic --ble-scan Found: name='BIST_d46d' address='F9:D9:14:60:D4:6D' BLE scan finished And then connect. Never get prompted to...
No, nothing pops up elsewhere on a windows machine Just looking at the code, there is something about client.pair in bleinterface.py. The exception seems to be related to "NotImplementederror" only....
> > File "C:\Users\v-b2\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\bleak\backends\winrt\client.py", line 974, in start_notify > > await winrt_char.write_client_characteristic_configuration_descriptor_async( > > OSError: [WinError -2140864507] The attribute requires authentication before it can be read or written > >...
Hey, yes it was me on discord :-) After some thinking , I though this OK to implement. But I am more than happy take help with getting rid off...
Just saw the comments and created a PR as Draft now. https://github.com/meshtastic/firmware/pull/4043
Yes, the (numframes - 2) is not ideal. I will do some checks, what is the absolute minimum number of frames possible. I believe it should be at least 2....