harryberlin

Results 8 issues of harryberlin

Is there a way to get it wokring with Arduino Nano Every?

I'm using a playstation look gamepad and an extra tool (https://github.com/AntiMicro/antimicro) to send keyboard commands to the software. Is it possible to integrate this feature in the software or as...

enhancement

Hi Ted, tried to compile and build apk in android studio 3.5.3 at windows10, but i get lot of different errors from gradle. Do you know, how to get it...

Hi, i did add a usual while loop to the ``` void write(byte[] data) throws IOException { if(serialPort == null) throw new IOException("not connected"); while(!serialPort.getCTS()); serialPort.write(data, WRITE_WAIT_MILLIS); } ``` there...

**Is your feature request related to a problem? Please describe.** Can't find something in manual or wiki to load sub programs. I'd like to mill more time the same contour...

enhancement

# Problem/Motivation > Service/Server does not start on Raspberry Pi 2 or 4 ## Expected behavior > Server should start ## Actual behavior > HA shows, that addon is started...

have installed pnpm 9.15.0 on debian. but the pnpm-lock.yaml ist not compatible with this verison ``` debian@debian:/media/sf_VBOXTRANSFER/frontend$ pnpm i  WARN  Ignoring broken lockfile at /media/sf_VBOXTRANSFER/frontend: Lockfile /media/sf_VBOXTRANSFER/frontend/pnpm-lock.yaml not compatible with...

Hello i tried to use a usb serial silabs on my android tablet on kodi (xbmc). the serial device got the path "/dev/bus/usb/001/002" for pySerial i needed to download the...