awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to olablt/micropython-sim800

Open-source alternatives to Micropython Sim800

30 open-source projects similar to olablt/micropython-sim800, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Micropython Sim800 alternative.

  • aleppax/sim800l-micropythonA

    aleppax/SIM800L-micropython

    0View on GitHub↗
    View on GitHub↗0
  • anthonyknorman/esp8266-home-assistant-rgb-bulbAnthonyKNorman avatar

    AnthonyKNorman/ESP8266-Home-Assistant-RGB-Bulb

    2View on GitHub↗

    This Micropython project is to Hack a TYWE3S board in a cheap WiFi RGB Bulb

    Python
    View on GitHub↗2
  • anthonyknorman/esp8266-home-assistant-smart-socketAnthonyKNorman avatar

    AnthonyKNorman/ESP8266-Home-Assistant-Smart-Socket

    2View on GitHub↗

    This Micropython project is to Hack a Hyleton313 cheap WiFi smart socket

    Python
    View on GitHub↗2
  • bartoszadamczyk/pico-irbartoszadamczyk avatar

    bartoszadamczyk/pico-ir

    29View on GitHub↗

    Complete IR library for Raspberry Pico

    Python
    View on GitHub↗29
  • basanovase/sim7600B

    basanovase/sim7600

    0View on GitHub↗

    This library provides a set of classes to interact with the SIM7600 module using MicroPython. The library covers core functionalities, SMS, calling, GPRS, HTTP, FTP, phonebook, TCP/IP, and HTTPS operations.

    View on GitHub↗0
  • basanovase/sim800B

    basanovase/sim800

    0View on GitHub↗

    This library provides an interface for the SIM800 module to perform GSM, GPRS, SMS, and TCP/IP communications using MicroPython on microcontrollers. It includes functions to handle voice calls, SMS, HTTP requests, FTP, and more.

    View on GitHub↗0

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • basanovase/sim900B

    basanovase/sim900

    0View on GitHub↗

    MicroPython library for managing various functionalities of the SIM900 GSM/GPRS module, including SMS, calling, GPRS, HTTP, FTP, and phonebook management. Evolved somewhat from the sim800 library

    View on GitHub↗0
  • belyalov/tinydnsB

    belyalov/tinydns

    0View on GitHub↗

    Simple and lightweight (thus - tiny) DNS server for tiny devices like ESP8266 / ESP32 running micropython. Sometimes people needs very simple DNS just to server a few domains. For example - very common use case is captive portal

    View on GitHub↗0
  • brianpugh/tampBrianPugh avatar

    BrianPugh/tamp

    71View on GitHub↗

    Documentation:

    C
    View on GitHub↗71
  • carglglz/upybleC

    Carglglz/upyble

    0View on GitHub↗

    uPyble is intended to be a command line tool upydev-like to make easier the development, prototyping and testing process of devices based on boards running MicroPython with Bluetooth Low Energy capabilities.

    View on GitHub↗0
  • cbrand/esp32-ir-remotecbrand avatar

    cbrand/esp32-ir-remote

    11View on GitHub↗

    This repository includes code for an IR remote configurable controller. It connects to an MQTT server and allows to play Scenes. Currently, the following protocols are supported:

    Python
    View on GitHub↗11
  • cpopp/microftpservercpopp avatar

    cpopp/MicroFTPServer

    36View on GitHub↗

    Minimal FTP Server that can run on an ESP8266 with MicroPython

    Python
    View on GitHub↗36
  • cwyark/micropython-uaioftpcwyark avatar

    cwyark/micropython-uaioftp

    3View on GitHub↗

    Lightweight ftp library for MicroPython.

    Python
    View on GitHub↗3
  • davescodemusings/bthome-micropythonDavesCodeMusings avatar

    DavesCodeMusings/BTHome-MicroPython

    20View on GitHub↗

    A MicroPython module to format sensor readings for BTHome BLE advertising payloads.

    Python
    View on GitHub↗20
  • designerping/micropython-irdesignerPing avatar

    designerPing/Micropython-IR

    14View on GitHub↗
    Python
    View on GitHub↗14
  • dmazzella/ubledmazzella avatar

    dmazzella/uble

    89View on GitHub↗

    Lightweight Bluetooth Low Energy driver written in pure python for micropython.

    Python
    View on GitHub↗89
  • dmazzella/ufastlzdmazzella avatar

    dmazzella/ufastlz

    19View on GitHub↗

    ufastlz

    Python
    View on GitHub↗19
  • dougwilkinson/sensor-mqtt-homeassistantDougWilkinson avatar

    DougWilkinson/sensor-mqtt-homeassistant

    15View on GitHub↗

    This repository is the result of an evolution through home automation and the ESP8266. I hope it is useful to someone. There are other platforms that do not require this level of effort (ESPHome or Tasmota) that can do a lot with little coding/effort. I did this because it's a hobby and fun, not…

    Python
    View on GitHub↗15
  • foosel/sonosremotefoosel avatar

    foosel/SonosRemote

    57View on GitHub↗

    A remote for Sonos installations running on an ESP8266 and using Sonos HTTP API

    Python
    View on GitHub↗57
  • googlecloudplatform/iot-core-micropythonGoogleCloudPlatform avatar

    GoogleCloudPlatform/iot-core-micropython

    51View on GitHub↗

    MicroPython Example with Google IoT Core

    Python
    View on GitHub↗51
  • heerkog/micropythonblehidHeerkog avatar

    Heerkog/MicroPythonBLEHID

    321View on GitHub↗

    Human Interface Device (HID) over Bluetooth Low Energy (BLE) GATT library for MicroPython.

    Python
    View on GitHub↗321
  • hilch/micropython-switchbot-thermometer-hygrometerhilch avatar

    hilch/micropython-switchbot-thermometer-hygrometer

    5View on GitHub↗

    Read SwitchBot Thermometer Hygrometer with Micropython without cloud or hub or app. Use 'switchbotmeter.py' with interrupt driven classical python projects and 'aiswitchbot_meter.py' with asyncio.

    Python
    View on GitHub↗5
  • inmcm/micropygpsinmcm avatar

    inmcm/micropyGPS

    388View on GitHub↗

    micropyGPS is a full featured GPS NMEA sentence parser for use with MicroPython and the PyBoard embedded platform. It's also fully compatible with Python 3.x

    Python
    View on GitHub↗388
  • jczic/microdnssrvjczic avatar

    jczic/MicroDNSSrv

    76View on GitHub↗

    A micro DNS server for MicroPython to simply respond to A queries on multi-domains with or without wildcards (used on Pycom modules & ESP32)

    Python
    View on GitHub↗76
  • jeffmer/micropython-upyphonejeffmer avatar

    jeffmer/micropython-upyphone

    427View on GitHub↗

    Updated 22-11-17 to include Internet access. Now implements http and https GET requests via GPRS using the SIM800L HTTP AT interface - see below in section on UpyPhone Apps for example applications.

    Python
    View on GitHub↗427
  • jiekanghuang/micropython-am7020J

    JiekangHuang/MicroPython-AM7020

    0View on GitHub↗

    AM7020 (SIMCOM SIM7020E) 窄頻物聯網(NBIoT)模組 MicroPython 範例程式碼

    View on GitHub↗0
  • johniebraaf/robomaster-micropythonJohnieBraaf avatar

    JohnieBraaf/Robomaster-Micropython

    30View on GitHub↗

    This project allows the use of STM32 microcontrollers running micropython to control the Robomaster S1 or EDU.

    Python
    View on GitHub↗30
  • jonnor/micropython-zipfilejonnor avatar

    jonnor/micropython-zipfile

    20View on GitHub↗

    Support for .zip files) for MicroPython. Port of CPython zipfile.

    Python
    View on GitHub↗20
  • jxltom/micropython-mcp2515jxltom avatar

    jxltom/micropython-mcp2515

    33View on GitHub↗

    Micropython MCP2515 driver, porting from Arduino MCP2515 CAN interface library

    Python
    View on GitHub↗33
  • agners/micropython-ha-mqtt-deviceagners avatar

    agners/micropython-ha-mqtt-device

    24View on GitHub↗

    MicroPython module which allows to create Entites for HomeAssistant using MQTT Discovery

    Python
    View on GitHub↗24