Artful Bytes
I make practical videos about embedded systems on YouTube and here is where you find my code and other files.
Pinned Repositories
bots2d
Bots2D is a C++ framework for simulating robotics in 2D that provides boilerplate code and robotics assets to help you quickly get started.
how_a_microcontroller_starts_video
Startup code for an STM32 microcontroller written in C as demo for a YouTube video.
kicad_docker
A docker image to run a specific version of KiCad separate from the one installed on the host.
makefile_microcontroller
A Makefile project for the MSP430G2553 serving as an example of how to create a Makefile for a microcontroller project.
msp430_uart_printf
Printf from your MSP430 to your favorite console program via UART.
nsumo_hardware
A 2-layer PCB for a small sumobot including MSP430G2553, regulators, motor drivers, and IR receiver.
nsumo_video
A microcontroller-based embedded project written from scratch in a video series on YouTube.
vl6180x_vl53l0x_msp430
Bare-metal C drivers for VL6180X and VL53L0X with an MSP430 I2C driver
website
Artful Bytes's Repositories
artfulbytes/nsumo_video
A microcontroller-based embedded project written from scratch in a video series on YouTube.
artfulbytes/bots2d
Bots2D is a C++ framework for simulating robotics in 2D that provides boilerplate code and robotics assets to help you quickly get started.
artfulbytes/vl6180x_vl53l0x_msp430
Bare-metal C drivers for VL6180X and VL53L0X with an MSP430 I2C driver
artfulbytes/nsumo_hardware
A 2-layer PCB for a small sumobot including MSP430G2553, regulators, motor drivers, and IR receiver.
artfulbytes/how_a_microcontroller_starts_video
Startup code for an STM32 microcontroller written in C as demo for a YouTube video.
artfulbytes/makefile_microcontroller
A Makefile project for the MSP430G2553 serving as an example of how to create a Makefile for a microcontroller project.
artfulbytes/kicad_docker
A docker image to run a specific version of KiCad separate from the one installed on the host.
artfulbytes/msp430_uart_printf
Printf from your MSP430 to your favorite console program via UART.
artfulbytes/website