From the course: Introduction to MicroPython and Physical Computing
Unlock this course with a free trial
Join today to access over 25,300 courses taught by industry experts.
Development boards
From the course: Introduction to MicroPython and Physical Computing
Development boards
- [Instructor] A microcontroller requires power and additional components to function, so it's often mounted on what's called a development board. In addition to providing power and connections required for programming, a development board may have additional features like sensors, a display, or other components. Before starting a project using MicroPython, you have to decide which development board to use. Here's some things to consider. One of the first things to think about is your goal. If you're just beginning to use MicroPython, any supported board might be okay, or do you have a project in mind that requires specific features? By being clear about your goal, you can more easily choose a board that meets your needs. Also, you should confirm that a development board you're considering actually supports MicroPython. Check to see if the board is listed on the MicroPython website or if the board's manufacturer provides a custom version. Especially if you're just getting started with…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.