Program Seeeduino XIAO Using CircuitPython

Program Seeeduino XIAO Using CircuitPython

Introduction

Python is the fastest growing programming language. It's taught in schools and universities. It's a high-level programming language which means it's designed to be easier to read, write and maintain. CircuitPython is based on Python. It is designed to simplify experimenting and learning to code on low-cost microcontroller boards. From this tutorial, you can get start with CircuitPython using Seeeduino XIAO.

Video

This video shows how to program Seeeduino XIAO using CircuitPython.

 

Hardware Preparation

This is the list of items used in the video.

Sample Program

This is CircuitPython sample program to blink an LED at pin 13 on Seeeduino XIAO.

 

Thank You

References:

Thanks for reading this tutorial. If you have any technical inquiries, please post at Cytron Technical Forum.

"Please be reminded, this tutorial is prepared for you to try and learn.
You are encouraged to improve the code for a better application."