-
Will you make it use the new TV accessory?
https://www.macrumors.com/2019/01/24/apple-seeds-ios-12-2-beta-1-to-developers/
-
The broadcom BCM2835 has a (hardware) bug in the I2C module.
The BCM implements "clock stretching" in a bad way:
Instead of ensuring a minimum "hightime" for the clock, the BCM lets the I2C clock in…
-
I've also found the root problem on lines 126-129:
```
# check arduino software
ifeq ($(wildcard $(ARDUINODIR)/hardware/$(ARDUINOSUB)/boards.txt), )
$(error ARDUINODIR is not set correctly; arduino s…
-
Make sure you are running the latest version of Home Assistant before reporting an issue.
**Home Assistant release (`hass --version`):**
0.43.2
**Python release (`python3 --version`):**
3.4.2
…
-
Hi,
I use this binding with AVR-X6300H, all working OK except "surroundProgram", this tag show nothing, change connection between HTTP or Telnet make no differences. Look on the screenshot.
…
-
While reading through the mfrc lib issue discussions as well as trying out various mfrc522 examples I noticed many utilizing the SS pin to support multiple mfrc522 readers connected to the same mcu.
…
-
I'm trying to make a dimmer with nodeMCU and ArduinoIDE, but I'm having a problem with the zero cross detection.
Considering 60hz, i would get a interrupt every 8,33 ms, but in 10% of the cases I get…
-
**Edit: for easy reference, the proposed new API is at https://github.com/micropython/micropython/wiki/Hardware-API**
Since we have the WiPy TODO list (#1425) Damien and I spent some time today discu…
-
I've been struggling to build ffmpegthumbnailer on Amazon Linux for the past hour and I'm looking for some help. Below is the beginning of a set of steps.
Amazon Linux has **cmake version 2.8.12.2*…
-
I manage to break my install, when I updated some libraries (in Ardiuno and espurna).
I took a fresh clone of espurna and all libraries listed in the wiki for usind Arduino IDE.
I'm getting the f…