MAX7219 Editor (Alpha)
ProtoFrenz Face Editor
Draw the left half. The Nano mirrors it to the right. Use presets per component or paint pixels.
Eyes (2 matrices)
Nose (1 matrix)
Mouth (3-5 matrices depending on mode)
Preset files
.pfb file to share, back up, or copy to another Nano.Firmware Update Beta
Installs ProtoFrenz firmware onto an ATmega328P Nano (Old Bootloader) using Web Serial. If this fails, use the manual install steps below.
Manual install (avrdude)
- Download the
.hexfile using the link above. - Install avrdude if you don't have it.
- Open a terminal / command prompt and run:
avrdude -v -p atmega328p -c arduino -P COM# -b 57600 -D -U flash:w:protofrenz_nano_oldboot.ino.hex:i
(Replace COM# with your Nano's serial port.)
If upload fails: try a different USB cable, unplug other serial devices, and reselect the port.
Log
Requires desktop Chrome/Edge for Web Serial. iOS browsers generally don't support it.