Posts

Showing posts from 2024

Electronics for beginners: choosing a brain

I work with high schoolers and their teachers, and I often come across questions about how to get started with physical computing. This post is meant to compare some of the most well-known platforms. To begin, understand that the space is broadly separated into microcontrollers and single-board computers, with different strengths and weaknesses. Microcontrollers (MCUs) Microcontrollers are basic, general-purpose processors with limited capabilities compared to single board computers (SBCs). They offer slower processing speeds, smaller storage capacity, and fewer communication options. Unlike SBCs, which run full operating systems, microcontrollers typically execute only one program at a time. Despite these limitations, microcontrollers have several advantages. They are generally more affordable than SBCs, and their simpler architecture makes it easier to understand and control their behavior. Additionally, microcontrollers can begin executing their programs almost immediately after pow