micropython-esp8266
There are 137 repositories under micropython-esp8266 topic.
esp9266_rfid_lock
rfid lock system with micropython esp8266 and a flask back end to create and manage rfid tags.
robot-tour-2024
LHS Scioly Team B Robot Tour
matrix_clock-temperature_proximity
A matrix clock which shows the time and temperature when approaching.
esp8266
ESP8266 Weather Module ESP-12F Weather Clock Module 0.96" OLED Display Micro USB Board with 18650 Battery CH340 Weather Forecast
espaper-micropython
This module creates the interface between the main code and the EPaper display for the ESPaper from Thingpulse.
webrepl-docker
WebREPL client and related tools for MicroPython
retro_famicom_rpi_esp8266
Retrofit Famicom (aka. NES) with ESP8266 & RPI2 enpowered Recalbox.
IOT-Using-NodeMCU-MicroPython
IOT-Using-NodeMCU-MicroPython
waterLevel
simple esp8266 and hc-sr04 water level sensor
sonoff-long-press
Long button press detect and debounce for the ESP8266-based SonOff Basic WiFi smart switch.
MicroPython_esp8266_4relays-shield_mqtt-alarm_for_home-assistance
MicroPython esp8266 mqtt alarm for home-assistance with arduino 4 relays shield
Micropython-esp8266
Proyectos con Esp8266 y micropython
pyTrainer
Kit educativo para aprender a programar en Micropython
esp01s-dht11
ESP01S and DHT11 using MicroPython
iotserver
Simple IoT Server & Device Configuration Toolset
esp8266-micropython
Micropython programs running on ESP8266 microcontroller
iotdevice
Generic IoT Device Configurable Via https://github.com/hacklabza/iotserver
ESP8266WeatherStation
A tiny weather forecast station using a NodeMCU ESP8266 and 3 MAX7219 8×8 LED matrices
msh
msh,一个运行在microptyhon上的shell
microhython
Microhython - Python in your hand! Rewrite of old version upythoncomputer
esp8266
Docs and projects of ESP8266 development board and ESP-12F chip.
MicroPython-ESP8266
Instructions to flash ESP8266-based board with the MicroPython firmware
NodePyUtil
Pure C# WinForms GUI utility for interfacing with the NodeMCU (ESP8266) running MicroPython via USB(Serial)
ubme280
Micropython Library for BME280 Sensor
my-home-iot
Just my little IoT project. Hope you find some inspiration here.
micropython-esp8266-telegram
poc send message from telegram webhook
mupy
small MicroPython example projects
FlisolGye2019
El siguiente documento se muestra la ponencia realizada por parte del equipo de FunPython en el "Festival Latino Americano de Instalación de Software Libre Guayaquil 2019"
esp-route-times
A route time display based off of Waze's api.
esp8266-projects
A monorepo for all my ESP8266 projects
esp-weather-station
ESP8266 Weather Station with MicroPython
Printer-status
Keep an eye on your printers completion percentage
ESP8266-DHT22-SSD1306-OLED-Temperature-Humidity-Monitor-MicroPython-
This project reads **temperature** and **humidity** data from a **DHT22 sensor** and displays it on a **128x64 SSD1306 OLED display** using **MicroPython** on an **ESP8266** board. A minimal, reliable setup for environmental monitoring — ideal for IoT dashboards and smart home systems.
ESP8266-OLED-Doraemon-Display-SSD1306-FrameBuffer-MicroPython
This project demonstrates how to display a **Doraemon bitmap image** on a **128x64 SSD1306 OLED display** using **MicroPython** and the **ESP8266**. It uses the **frame buffer (`framebuf`)** module to render monochrome images stored as **byte arrays**.
ESP8266-OLED-Graphics-Display-SSD1306-MicroPython
This project demonstrates how to use an **SSD1306 128x64 OLED display** with an **ESP8266** board using **MicroPython**. It covers **text display**, **pixel plotting**, and **basic graphics drawing** (lines, boxes, and shapes) using the `ssd1306` library.
ESP8266-OLED-Display-2-SSD1306-I-C-MicroPython
This project demonstrates how to interface an **SSD1306 OLED Display (128x64)** with the **ESP8266** using **I²C communication** in **MicroPython**. The example introduces a reusable function `oled_string()` for displaying dynamic text messages on the OLED.