It is time for the MLB to join the modern era by translating the often unclear umpire muttering and connecting them to the rest of us at home. In our first #OneDayBuild comes the Arduino Umpire Mask that delivers an immediate visual response to that crucial life or death call.
Not a software designer, so simply close your eyes and imagine that the Counter App is also IoT and seamlessly updating several resources.
Shout out to umpires young and old who wear these bulbous masks; holy cripes! Shout out to Leslie Nielsen -- you are missed.
Arduino Code
// Arduino Umpire Mask // Vije Miller
#include "Adafruit_NeoPixel.h"
// Neopixel Data Pins #define PINSTRIP 3 #define PINPIXEL 4