/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

www.lenholgate.com
| | smayze.com
8.2 parsecs away

Travel
| | The purpose of this entry is to describe the assembly, programming and testing of the alternate Clock Display Module - whereby instead of a dedicated display driver chip, the module will be controlled by its own micro controller. This was created under a separate GitHub branch as UCtl_small. After the relative ease of getting the...
| | peanball.net
3.6 parsecs away

Travel
| | The Raspberry Pi has only a single PWM output. The Dagu Rover 5 chassis has 4 motors and 4 optical encoders that need reading as well. So my approach was to get a PWM servo/logic controller that could control the Dagu Motor Controller and additionally some servos for the camera pan/tilt.
| | ncona.com
7.4 parsecs away

Travel
| | A few months ago, I started learning Arduino, and recently I finished my first small project. After finishing the project, I was wondering if I could build the same thing for cheaper, and that's when I stumbled into ESP32. ESP32 is an MCU (Micro Controller Unit) that got very popular because it has integrated WiFi, Bluetooth, very good documentation and is relatively cheap for what it does. Interestingly, the Arduino UNO R4 WiFi contains two MCU and one of them is an ESP32. Getting an ESP32 The easiest w...
| | jannikreinhard.com
34.3 parsecs away

Travel
| With Windows 11, microsoft take the decision that a TPM 2.0 (Trusted Platform Module) is mandatory to run windows 11. Due to this prerequisite, Windows 11 cannot be installed or upgraded on many computers. In this blog, we'll look at what a TPM is, how to check if you have a TPM 2.0, and how...