Urs Utzinger

Results 18 comments of Urs Utzinger

Understood. In your extras folder you have a copy of an old data sheet. The old data sheet does not mention an ability to read version information. I might have...

It would be very useful if the support would extend to NavX Micro on USB port.

I looked at `bleak/backends/bluezdbus/client.py` and I believe the connection signal is expected in the code lines 204-244. I am not sure though. Maybe if temporarily commenting it out and seeing...

I changed line 214 to `if reply is not None:` from `assert reply is not None` and indented the code until line 245. I need some further testing to make...

This change had the following positive effect: I no longer have the disconnection call back triggered before client connection is completed. Before this change the client sometimes reported multiple disconnections...

Likely you did not install the python bindings for the blackfly camera which you would need to download from the same place as where the spinview software is located. Unfortunately...

Thanks Phil, I tried 100kHz clock and older version of Espressif Arduino. That did not solve the problem. I ordered Espressif Lyrat to compare. I also ordered shielded wire. I...

I looked at the schematics of the Lyrat board from Espressif. It has a low pass filter on the i2c clock and data lines and a comment that its needed...

Yes it did. If you already made your board you can add the capacitor/resistors to the clock and data wires. The Espressif Lyrat schematics are online and you can use...

This is the output of the Example: Embed within a Qt Window from fastplotlib website. You can see that the bird is rendered in a window that is detached from...