Skip to content

Collection of example MicroPython code for sensors, actuators, modules, and basic functionality on boards like ESP32, ESP8266, etc.

Notifications You must be signed in to change notification settings

lily-osp/micropython_examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MicroPython Examples

This repository contains a collection of MicroPython example code for various sensors, actuators, modules, and functionality.

The examples are organized into the following sections:

Basics

Covers basic MicroPython functionality like digital I/O, analog input, serial print, etc.

  • See here for more details.

Digital

Digital input and output examples like blinking LEDs, reading buttons, PWM, etc.

  • See here for more details.

Analog

Reading analog data, performing voltage conversion, input smoothing, etc.

  • See here for more details.

Controls

Basic control circuit examples like using internal pullup resistors.

  • See here for more details.

Modules

Example code using add-on MicroPython modules for various sensors, displays, motors, and more.

  • See here for more details.

Systems

Example code for MicroPython OS functionality like filesystem access, directories, etc.

  • See here for more details.

Lib

Examples of my own written lib including the api call, drawing eye, etc.

External

Example of external functionality like gpio serial control, etc.

  • See here for more details.

Requirements

  • MicroPython board (tested on ESP32, ESP8266)
  • Components required for each example

Contributing

Contributions welcome! Please open an issue or PR for any bugs or improvements.

About

Collection of example MicroPython code for sensors, actuators, modules, and basic functionality on boards like ESP32, ESP8266, etc.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages