Here you will find The Artful Engineer’s personal projects.
Onewire
Onewire, aka 1-wire, is a low speed bidirectional serial bus. It is commonly used in iButton access control devices and for authenticating peripheral or consumable parts.
Learn how to create a custom 1-wire slave device to perform any function with a hub capable slave stack for the stm32 microcontroller.
RGB LED Cube
The Artful Engineer’s implementation of an RGB LED cube.
EEPROM File System
An implementation of a simple file system for EEPROM devices, including support for wear levelling, checksum and runtime file creation.