Do's and Don'ts of GitHub Copilot (For Drupal Developers)

Read more
/ Fun

For Posterity - Connecting a Sony KV25-XBR to an Amiga 1200

Read more

This Raspberry Pi volumetric display is a new spin on LED 3D animations tomshardware.com

Really neat looking.  Some of these raspberry pi based personal projects are super cool!

The volumetric display is built using multiple panels—each sporting an array of LEDs. The panels are spun at high speed while the Pi tells each LED when to illuminate. The end result is a 3D effect that you can see no matter which direction you're looking at it from. The framerate and spin speed has to be just right for the effect to work successfully.

A new addition to the Arduino Nano family: Nano ESP32

Read more

LumaCode - HDMI for retro computers with composite video signals.

Read more

PiTrex - Raspberry Pi board for Vectrex ombertech.com

Another project leverating the raspberry pi for some interesting stuff on another Video Game machine.  What's neat about this one is that because of the simple architecture of a lot of these older machines, the raspberry pi can basically take over the CPU's job and still use the rest of the hardware of the machine.  

The Vectrex CPU, a Motorola 68A09 running at 1.5MHz, controls all of the I/O including display, sound, and controls, via a 6522A VIA chip. These are both connected to the cartridge port, and with the CPU disabled using the HALT signal also at the cartridge port, all of the Vectrex's functions can be controled by an external device. In this case we're using a Raspberry Pi Zero with a 1GHz ARM CPU and 512MB of RAM, powerful enough to emulate arcade machines with vector displays, emulate the Vectrex CPU to load ROM images akin to a multicart, and run custom games written to take advantage of the greater processing power.

The Vectrex is pretty rad. I did a video on mine five years ago.  I still have a couple things to fix on it someday - think the video board needs a tune up so it's a little more stable.

 

PiStorm - Raspberry Pi accelerator for Amiga github.com

This has been out for a while, but now that I have my Amiga 500 mostly working I'm planning on adding one of these to it, at least for the CPU emulation for a speed improvement.  I'll probably also try out the memory expansion and harddrive as well.  This should make a kick ass Amiga 500!

The PiStorm itself is an adapter board intended to be paired with a Raspberry Pi Model 3A+. It goes in the DIP socket on and acts in place of the CPU, but functionality can be extended beyond simple CPU emulation.

Home Assistant local control of Garage doors via Ratgdo github.com

When we moved into our house, we had a MyQ-enabled garage door, which seemed cool at first. Over the past year I've been migrating all our smart home stuff to be able to be locally controlled where possible with some cloud integrations via Home Assistant. Unfortunately, MyQ was removed from Home Assistant a few months ago as the APIs are becoming hostile to 3rd party integrations. Now, I will integrate this garage door via this small piece of hardware. Another benefit is that it enables HomeKit to see it, so I can incorporate it with carplay.

ratgdo gives you local MQTT & dry contact control plus status feedback for your residential Chamberlain/LiftMaster/Merlin garage door opener including Security+ 2.0 openers. (Security+ 2.0 uses an obfuscated serial signal to control the door opener's open/close and light functions, which makes it impossible to use Shelly One, Go Control, Insteon I/O linc or any other dry contact relay device to control the door).When we moved into our house, we had a MyQ-enabled garage door, which seemed cool at first.