leekanarchism.hashnode.devWorking with an ESP32-wroom-32d on MacOSI recently got an ESP32-wroom-32d chip working with Arduino IDE on my Macbook Air M2 (2022). I ended up going down some dead ends based on old documentation online, so I’m documenting how this worked for me in January 2025 in case it’s useful! The im...Jan 10, 2025·2 min read
leekanarchism.hashnode.devSetting up the Pi Tiny Thermal Printer (Zijiang ZJ-58)I recently acquired a Tiny Thermal Receipt Printer from ThePiHut. Setting it up with my Raspberry Pi 6 via USB was mostly straightforward, with a few small hiccups. Setup I followed this guide from Adafruit. Despite the warnings about the guide being...Jan 7, 2024·2 min read
leekanarchism.hashnode.devDon't use ../.. in importsor: how to improve the life of your full stop key by 3%!!!!!! Quite often I see this kind of pattern in imports: # /pages/about-us.tsx import type { NextPage } from 'next' import Head from 'next/head' import Image from 'next/image' import styles from...Jul 16, 2022·3 min read