-
Manually add a library to Arduino IDE on Windows 10
At first download the library. On Github for example with “Download ZIP”. Then locate the Sketchbook directory (In Arduino IDE: “File” > “Preferences”) and put the unzipped library there. Restart Arduino IDE and check if the library is present.
-
Install Arduino IDE with support for ESP32 on Windows 10
1. Open the Microsoft store and search for “Arduino IDE”. Once found hit the install button. 2. Start Arduino IDE and within the menu go to “File” > “Preferences” and add the following additional board management url. Click on “OK” to save the setting. 3. Go to “Tools” > “Boards” > “Board Management”. Search for…
-
How to stop Youtube playing a video after pause was hit in Chrome or Edge on Windows 10
Today I was wondering about the following situation: a video was paused on Youtube in Chrome or Edge and suddenly the video was automatically started again. Even without using the play button or hitting any key on the keyboard or the mouse. It turns out that the Hardware Media Key Handling feature of both browsers…
-
How to install the Virtualbox Guest Additions using Virtualbox 6.1.18 with Ubuntu 20.04 as a guest sytem and Windows 10 as a host system
Start the virtual machine and make sure that the Guest Additions are inserted. In Virtualbox 6.1.18 this can be done with “Devices” > “Insert Guest Additions” via the top menu. After that insert the following commands into a Terminal: And that’s it! You should now be able to work with your virtual machine using features…