Welcome!
Usage of hatch for pyproject.toml based project. Install Hatch as global python manager: Unix: where python/Pip already there: pip install hatch --break-system-packages Windows: no python at all: […] Read more»
navigate to /etc/X11/xrdp/xorg.conf search for: Option “DRDevice” “/dev/dri/renderD128” change line to: Option “DRDevice” “” Read more»
Arduino IDE (1.8.9 in my case) needs to be installed Check if there is a manual installation present Navigate to C:\Users\<username>\Documents\Arduino and check if there is […] Read more»
There are 2 possibilities to handle with libraries: Do it manually Download library, e.g. this one Extract it to C:\Users\<username>\Documents\Arduino\libraries Use the Library Manager Tools>ManageLibraries… […] Read more»