Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lily-osp/micropython_examples

Collection of example MicroPython code for sensors, actuators, modules, and basic functionality on boards like ESP32, ESP8266, etc.
https://github.com/lily-osp/micropython_examples

animation examples micropython micropython-scripts sensors ssd1306

Last synced: 1 day ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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](00.BASICS/readme.md) for more details.

## Digital

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

- See [here](02.DIGITAL/README.MD) for more details.

## Analog

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

- See [here](01.ANALOGUE/README.MD) for more details.

## Controls

Basic control circuit examples like using internal pullup resistors.

- See [here](03.CONTROLS/) for more details.

## Modules

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

- See [here](04.MODULES/README.MD) for more details.

## Systems

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

- See [here](05.SYSTEMS/readme.md) 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](07.EXTERNAL/readme.md) 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.