Camiel Verdult

Results 8 issues of Camiel Verdult

Hello, I am trying to make a firmware (based on example code from [espressif's homekit SDK](https://github.com/espressif/esp-homekit-sdk)) for a board that uses homekit to control WS2812B lights. While trying to add...

## Describe the bug QT gets imported in headless mode ## Expected behavior QT does not get imported in headless mode ## To Reproduce Steps to reproduce the behavior: Within...

Hey pony community, Thank you for this great library. I am trying to use pony for parallelized data insertion. The way I am doing this is: ```py @pony.orm.db_session def start_ingest(self):...

- Homebridge version: Homebridge v1.3.4 - Plugin version: homebridge-onkyo v2021.28.1 - OS, including release name/version: Docker container (Alpine Linux (3.12.7)) Running on Debian 10 - [x] Homebridge-Onkyo installed via OS/distribution...

Problem

### The issue When using the code from [the example](https://github.com/UncleRus/esp-idf-lib/blob/master/examples/bmp280/default/main/main.c), I am getting a watchdog timer reset after the bmp280_init function call: ```c void app_main(void) { ESP_ERROR_CHECK(i2cdev_init()); // xTaskCreatePinnedToCore(bmp280_test, "bmp280_test",...

needs feedback

Hello, I have an IMX477 connected via CSI0 to an Nvidia Jetson Nano development board together with a NeoPixel Ring driven by the [NeoPixel_SPI library](https://github.com/adafruit/Adafruit_CircuitPython_NeoPixel_SPI). I used the following commands...