Adafruit Python BluefruitLE Python library to simplify access to Bluefruit LE (Bluetooth low energy) devices and services on Linux and Mac OSX. Hides all the platform-specific BLE code (using BlueZ on ...
intel_jtag_uart is a Python module that can be used to interact with the JTAG UART instances inside Intel FPGA designs. The official ways to do this are either interactively, through nios2-terminal ...
Phase 2 of my bare-metal TM4C123 project: a complete UART driver with no library dependencies. The interesting part was the baud rate calculation. The TM4C uses a fractional baud rate divisor split ...
As amazing as CircuitPython is, it hasn’t yet been ported to any 8-bit microcontrollers. [Chris Heo] was unsatisfied with his inability to use Python on his 8-bit ATmega4808 AVR, so he worked out a ...