Turing-ring is a DIY Turing machine consisting of an Arduino and an RGB LED ring
With just an infinite tape, a head that can read or write, a state, and some rules, Turing machines (TMs) are capable of running any computer program. So, after winning a NeoPixel ring in a competition, Mark Wilson wanted to implement his own Turning machine using only a few RGB LEDs and a single Arduino Nano. When his […]