Month: November 2022

Arduino Interface with 74HC595 Shift Register

74HC595

This circuit takes serial inputs one bit at a time and outputs them parallel or simultaneously on all output pins. An IC like the 74HC595 Shift Register is a 16-pin SIPO (SIPO stands for Serial In, Parallel Out)….

Read More »

MicroPython with Arduino Boards

MicroPython is a microcontroller-optimized version of the Python programming language that includes a portion of the Python standard library. Utilizing MicroPython offers several benefits, including being simple to learn and having excellent documentation for a variety of boards….

Read More »