Programming
Check out my programming pages, where I code in various languages for computers and embedded systems. I also have various proof-of-concept code sections.
I also make contributions on GitHub, including gists.
ESP32 Wi-Fi selector
Created/updated 24 May 2023
Wi-Fi network discovery and connection for an ESP32 from the serial console
Fieldfox discovery tool
Created/updated August 2021
Proof of concept Python code to locate Agilent Fieldfox instruments on a LAN.
D-link DIR-505 Shareport file download
Created/updated September 2017
A quick proof of concept Python script for grabbing files from a D-Link DIR-505 Shareport file sharing service via HTTP. Probably works with similar models too, but not tested.
SD card message storage with Arduino
Created/updated January 2021
Storing large text strings on an SD card with Arduino to save program space. They are also more easily reconfigured.