/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

subalpinecircuits.com
| | www.blog.montgomerie.net
2.2 parsecs away

Travel
| | In this series of posts, I'm attempting to make a Dual Shock to Switch controller adapter. It will plug into the Switch Dock's USB port. This is a bit of an interlude from actually working on the project: in this post, I put a serial bootloader onto the ATmega8A I'm using, to make development more efficient.
| | jborza.com
2.2 parsecs away

Travel
| | Over a month ago I bought an Altera Cyclone IV board from a local seller, it seems to be listed on Aliexpress as well. It's marked as A-C4E6E10, and features: Altera Cyclone IV EP4CE6E22C8 FPGA chip with 6272 logic elements, 270 Kbits of memory 8-digit seven-segment LCD display 8 position DIP switch VGA output PS/2 input port (comes in handy to try out keyboard processing) buzzer a couple of push buttons a handful of IO pins, some of which can be used as a connector for a 1602/12864 display and 22 miscellaneous pins CH340 USB to serial chip 1602 display has 2 lines of 16 characters, each 5x8 pixels 12864 dot matrix display has a resolution of 128x64 pixels, hence the name
| | macoy.me
2.8 parsecs away

Travel
| | [AI summary] The author builds a custom ergonomic split keyboard using the Raspberry Pi Pico SDK and C code to bypass higher-level firmwares and understand USB hardware details personally.
| | blog.georgovassilis.com
16.4 parsecs away

Travel
| An Elgato Camlink 4K wouldn't work under Ubuntu 22.04. It would show up with lsusb, but Cheese wouldn't list it as a device and OBS studio would show it as a disabled device. A little stream conversion magic [RED] #!/usr/bin/env bash # You need to run # sudo apt install v4l2loopback-utils v4l2loopback-dkms # once and...