Despite widespread pandemic cancellations, BornHack still happened this year and they even managed to once again bring an electronic badge to all attendees. If you missed it, I’ve already published an ...
Adafruit has this week announce the availability of the second 6.0.x stable release of its awesome CircuitPython 6 software. This release fixes regressions in BLE and FrequencyIn() that prevent these ...
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 ...
Adafruit has made an I2C interface for four rotary encoders. It comes in the form of a PCB with four footprints that accept one of the most common rotary encoder forms (Bournes PEC11 horizontal style) ...
Like many of us, [Ramin Assadollahi] has a certain fondness for the computers of yesteryear. Finding his itch for nearly instant boot times and bare metal programming weren’t being adequately ...
I2C is a two wire, clock synchronized protocol with a bi directional data line and a uni directional clock line. Its simplicity lies in its use of only two lines for communication and its complexity ...