Pinned Repositories
EBAZ4205_Resources
A collection of resources for the EBAZ4205 FPGA board.
HP_Z420_Z620_Z820_BootBlock_Upgrade
A guide and collection of resources on how to make 'version 1' HP Z420, Z620, and Z820 workstations compatible with Ivy Bridge processors.
m710q-hackintosh-ventura
macOS 13 Ventura Hackintosh files for Lenovo M710Q Tiny
Mbed-OS6-Sanity-Guide
A sanity-preserving introduction to Mbed OS 6
mbed-UARTStorage
Use mbed libraries to interface with SPI and I2C storage chips over UART - reading, writing, running checksums, measuring size, etc. Basic idea is to make a flash programmer that is easy to interact with manually or with Python.
NodeMCU_v3_Roomy_Case_openSCAD
A spacious case for the NodeMCU v3 made in openSCAD. Has enough room to hold the board, plug in dupont connectors, and route the connectors to a ventilated sensor bay (eg for temperature sensor). Note: Not a snug fit! The NodeMCU will likely fall off the supports without tape or the tension of the dupont connectors to hold it in place.
STM32F411_Arduino_InfraredtoUSBKeyboard
Use an STM32F411 'BlackPill' to receive from a common infrared remote and control volume, play-pause, etc on a PC using USB-HID (pretend to be a keyboard)
STM32F411CEU6-BlackPill-MicroPython-Examples
Some MicroPython examples for WeAct v3.0 STM32F411CEU6, but of course applicable to MicroPython on any board.
Tach
Simple tachometer class for Mbed OS6 based on InterruptIn with a Ticker to calculate RPM at a given rate
SuperThunder's Repositories
SuperThunder/HP_Z420_Z620_Z820_BootBlock_Upgrade
A guide and collection of resources on how to make 'version 1' HP Z420, Z620, and Z820 workstations compatible with Ivy Bridge processors.
SuperThunder/EBAZ4205_Resources
A collection of resources for the EBAZ4205 FPGA board.
SuperThunder/STM32F411CEU6-BlackPill-MicroPython-Examples
Some MicroPython examples for WeAct v3.0 STM32F411CEU6, but of course applicable to MicroPython on any board.
SuperThunder/NodeMCU_v3_Roomy_Case_openSCAD
A spacious case for the NodeMCU v3 made in openSCAD. Has enough room to hold the board, plug in dupont connectors, and route the connectors to a ventilated sensor bay (eg for temperature sensor). Note: Not a snug fit! The NodeMCU will likely fall off the supports without tape or the tension of the dupont connectors to hold it in place.
SuperThunder/Mbed-OS6-Sanity-Guide
A sanity-preserving introduction to Mbed OS 6
SuperThunder/m710q-hackintosh-ventura
macOS 13 Ventura Hackintosh files for Lenovo M710Q Tiny
SuperThunder/mbed-UARTStorage
Use mbed libraries to interface with SPI and I2C storage chips over UART - reading, writing, running checksums, measuring size, etc. Basic idea is to make a flash programmer that is easy to interact with manually or with Python.
SuperThunder/STM32F411_Arduino_InfraredtoUSBKeyboard
Use an STM32F411 'BlackPill' to receive from a common infrared remote and control volume, play-pause, etc on a PC using USB-HID (pretend to be a keyboard)
SuperThunder/Tach
Simple tachometer class for Mbed OS6 based on InterruptIn with a Ticker to calculate RPM at a given rate
SuperThunder/COEN424-AWS-Project
AWS oriented project for COEN424 Programming on the Cloud
SuperThunder/aws-bootstrap-kit-examples
SuperThunder/coen448-project
SuperThunder/Comp371Project
SuperThunder/Dead
SuperThunder/homeserver
This is based on the code I use to manage my home server. Sanitized for public use.
SuperThunder/Mbed-OS6-4PinFanPWM
Generate a PWM signal to drive a 4 pin PWM case fan. Has an interactive interface on serial to control PWM duty and frequency and output frequency of tachometer. Tested with Nucleo F303RE.
SuperThunder/mbed-serialCLI
Basic configuration / monitoring over serial library for mbed. Tested with STM32F303RE.
SuperThunder/micropython_ir_circuitpython_port
Nonblocking device drivers to receive from IR remotes and for IR "blaster" apps.
SuperThunder/mjpeg-streaming-server
Python/Django MJPEG image push Axis IP camera simulation server
SuperThunder/OCT-Analytics
Data sets and programs made to help with analysing the data collected by the OC Transpo time estimation collection program
SuperThunder/OCT-DataCollection-MainCtrl
Program for recording data from the OC Transpo API. Uses requests library.
SuperThunder/OpenSCAD-Slide-Lid-Tests
some experimenting with slide lids made in OpenSCAD
SuperThunder/Simplified-ASM-Parser-Simulator
A project to create a parser for simplified RISC-ish assembly, and ultimately a simulator of a simple RISC-like machine with memory, opcodes, registers, a stack, etc
SuperThunder/SmallProjects
A collection of smaller/older projects I have done
SuperThunder/STM32F411-Minimal-Case-Stand
A minimal case and stand that allows easier simultaneous access to the buttons and pins of the STM32F411CEU6 'BlackPill' board.
SuperThunder/SuperThunder.github.io
Build a Jekyll blog in minutes, without touching the command line.
SuperThunder/YamShell
Library to add interactive shell with your own commands in easy to use way in Mbed OS 6. Note: uses heap for command registration to store the command name and callback information.