Urs Utzinger

Results 13 issues of Urs Utzinger

make produces following error: make[2]: *** No rule to make target '/opt/vc/lib/libGLESv2.so', needed by 'client'. Stop.

In order to measure analog signals from external clock source one either needs to use to PDB (pin 11) or LPTMR (pin13) hardware functions. Suggested updates provides support of ADC...

enhancement

I compile with --enable-nvmpi --enable-nonfree --enable-shared --enable-ffplay and I installed libsdl2 with "apt install libsdl2-dev " to get ffplay built. When running "ffplay -rtsp_transport udp rtsp://192.168.11.202:8554/unicast" I get dbus[29617]: arguments...

This is a suggested change to your code. I attached sensor to ESP8266 i2c using D1,D2 but also tested with D3/D4 and D5/D6. Its power is 5V and pullup is...

Small change from `assert reply is not None` to `if reply is not None` in client.py of bluezdbus. This fixes issues with devices that do not respond properly to a...

* bleak version: 0.21.0a1 * bleak-winrt version: 1.2.0 * Python version: 3.8.10 * Operating System: Win 11 22H ### Description I am working on a program to read Samsung gearVRC...

Backend: WinRT
more info required
Stale

in most Arduino libraries its possible to change the wire port after the sensor structure has been created. For example the main program initialized the sensor with: Adafruit_BME680 bme680; Then...

### Problem Description I was trying to set microphone input gain on ES8388. I noticed that I am having I2C communications errors at the end of the setup: ``` I2SCodecStream...

## Updated `legend.py`: - added update_using_camera function which scales and places origin in dock - dock can be left,right, top, bottom - updated color handling (not fully tested) - updated...

A) Attaching a figure to a QWidget It's best to wait with creating the fpl figure until after the Qt application has established the user interface. I schedule the fpl...