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.

    Language:Python3
  • robot-tour-2024

    LHS Scioly Team B Robot Tour

    Language:Python2
  • matrix_clock-temperature_proximity

    A matrix clock which shows the time and temperature when approaching.

    Language:Python2
  • 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.

    Language:Python2
  • webrepl-docker

    WebREPL client and related tools for MicroPython

    Language:JavaScript2
  • retro_famicom_rpi_esp8266

    Retrofit Famicom (aka. NES) with ESP8266 & RPI2 enpowered Recalbox.

    Language:Python2
  • IOT-Using-NodeMCU-MicroPython

    IOT-Using-NodeMCU-MicroPython

    Language:Python2
  • waterLevel

    simple esp8266 and hc-sr04 water level sensor

    Language:Python2
  • sonoff-long-press

    Long button press detect and debounce for the ESP8266-based SonOff Basic WiFi smart switch.

    Language:Python2
  • MicroPython_esp8266_4relays-shield_mqtt-alarm_for_home-assistance

    MicroPython esp8266 mqtt alarm for home-assistance with arduino 4 relays shield

    Language:Python2
  • Micropython-esp8266

    Proyectos con Esp8266 y micropython

    Language:Python1
  • pyTrainer

    Kit educativo para aprender a programar en Micropython

    Language:Python1
  • esp01s-dht11

    ESP01S and DHT11 using MicroPython

    Language:Python1
  • iotserver

    Simple IoT Server & Device Configuration Toolset

    Language:Python1
  • esp8266-micropython

    Micropython programs running on ESP8266 microcontroller

    Language:Python1
  • iotdevice

    Generic IoT Device Configurable Via https://github.com/hacklabza/iotserver

    Language:Python1
  • ESP8266WeatherStation

    A tiny weather forecast station using a NodeMCU ESP8266 and 3 MAX7219 8×8 LED matrices

    Language:Python1
  • msh

    msh,一个运行在microptyhon上的shell

    Language:Python1
  • microhython

    Microhython - Python in your hand! Rewrite of old version upythoncomputer

    Language:C++1
  • esp8266

    Docs and projects of ESP8266 development board and ESP-12F chip.

    Language:Python1
  • 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)

    Language:C#1
  • ubme280

    Micropython Library for BME280 Sensor

    Language:Python1
  • my-home-iot

    Just my little IoT project. Hope you find some inspiration here.

    Language:Python1
  • micropython-esp8266-telegram

    poc send message from telegram webhook

    Language:Python1
  • mupy

    small MicroPython example projects

    Language:Python1
  • 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

    Language:Python1
  • esp-weather-station

    ESP8266 Weather Station with MicroPython

    Language:Python1
  • Printer-status

    Keep an eye on your printers completion percentage

    Language:Python1
  • 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.

    Language:Python
  • 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**.

    Language:Python
  • 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.

    Language:Python
  • 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.

    Language:Python