Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/lily-osp/micropython_examples
- Owner: lily-osp
- Created: 2024-03-30T20:41:17.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-08-28T12:58:13.000Z (3 months ago)
- Last Synced: 2024-08-28T14:22:16.023Z (3 months ago)
- Topics: animation, examples, micropython, micropython-scripts, sensors, ssd1306
- Language: Python
- Homepage:
- Size: 936 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
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.