My inspiration is the esphomelib project, which makes it easy to integrate DIY hardware with Home-Assistant. Where my project differs, is that I will use CircuitPython instead of C++ on the boards ...
The board used in this competition consists of a Arduino Seeeduino XIAO Microcontroller connected to eight push buttons and eight LEDs over a shift register (SN74HCS596). One of the push buttons is ...
While the Python language has made programming more accessible, it was designed to run on PCs and other machines with plenty of processing, memory, and peripheral resources. For embedded systems that ...
This month Adafruit has made available their new STM32F405 Feather Express hardware which offers the fastest CircuitPython development board yet created running at 168MHz. The small development board ...