Close

Update 1/7/2026: improper serial implementation

A project log for Electronic Mancala++

Updated version of my Electronic Mancala Board that uses a ATtiny3224 microcontroller

zachary-murtishiZachary Murtishi 01/07/2026 at 18:420 Comments

I'm working on integrating a true computer player into the project and cleaned up the serial interface to make that possible. It's been made a lot friendlier to communicate with using a terminal. Turns out that the previous implementation was pretty unreliable because it ran in a timer ISR; I've since altered the program to run in the main program loop.

Discussions