MicroPython Modbus RTU Slave/Master and TCP Server/Slave library
☆146Jul 1, 2024Updated 2 years ago
Alternatives and similar repositories for micropython-modbus
Users that are interested in micropython-modbus are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- Modbus Master library for MicroPython ESP32 devices. Based on pycom-modbus from pycom☆77Sep 5, 2018Updated 7 years ago
- A mini SDI-12 implementation for getting sensor info over RS-485☆14Jul 24, 2026Updated 3 weeks ago
- CircuitPython module for the MCP4725 12-bit digital to analog converter.☆11Apr 23, 2026Updated 3 months ago
- Control Nextion displays using MicroPython☆13Jun 12, 2023Updated 3 years ago
- INA219 Micropython driver☆15May 22, 2025Updated last year
- Serverless GPU API endpoints on Runpod - Get Bonus Credits • AdSkip the infrastructure headaches. Auto-scaling, pay-as-you-go, no-ops approach lets you focus on innovating your application.
- MicroPython utility library for AES encryption☆29Sep 15, 2020Updated 5 years ago
- Most complete Modbus library for Arduino. A library that allows your Arduino board to communicate via Modbus protocol, acting as a master…☆627Oct 27, 2024Updated last year
- WAV player for MicroPython board☆11Apr 27, 2015Updated 11 years ago
- Accurate frequency measurement using a Pi Pico RP2040☆46Oct 15, 2024Updated last year
- Async MQTT client for CPython and MicroPython with asyncio support.☆21May 21, 2025Updated last year
- Create self-extracting compressed or self-mounting archives for MicroPython☆33Oct 25, 2025Updated 9 months ago
- ☆20Oct 12, 2024Updated last year
- An HTTP client library (not only) for MicroPython with an API similar to requests☆62Jun 20, 2024Updated 2 years ago
- Micropython library for upgrading code over-the-air (OTA)☆35Sep 22, 2023Updated 2 years ago
- GPUs on demand by Runpod - Special Offer Available • AdRun AI, ML, and HPC workloads on powerful cloud GPUs—without limits or wasted spend. Deploy GPUs in under a minute and pay by the second.
- Experiments with micropython and canbus☆19Jan 27, 2024Updated 2 years ago
- ☆20Dec 12, 2025Updated 8 months ago
- ☆47Apr 16, 2021Updated 5 years ago
- MicroPython project to free the Sonoff WiFi Smart Socket from the cloud by run a webserver on the device.☆19Oct 18, 2022Updated 3 years ago
- a full IoT product reference design☆10Oct 11, 2019Updated 6 years ago
- Standard PID control library for esp32 Micropython platform☆22Mar 24, 2026Updated 4 months ago
- Application of asyncio to hardware interfaces. Tutorial and code.☆828Jul 14, 2026Updated last month
- MicroPython based ESP WiFi Manager☆37Jun 16, 2023Updated 3 years ago
- An interface library for micropython built around asynchronous iterators.☆11Sep 25, 2024Updated last year
- Deploy to Railway using AI coding agents - Free Credits Offer • AdUse Claude Code, Codex, OpenCode, and more. Autonomous software development now has the infrastructure to match with Railway.
- ☆19Feb 2, 2023Updated 3 years ago
- ESP-Modbus - the officially suppported library for Modbus protocol (serial RS485 + TCP over WiFi or Ethernet).☆195Aug 7, 2026Updated last week
- Projects using the Raspberry Pi Pico☆37Nov 10, 2021Updated 4 years ago
- Dynamic Secure Mesh for Collaborative Nodes of IoT devices☆12Sep 3, 2023Updated 2 years ago
- Package index for Arduino MicroPython Package Installer☆31Jul 11, 2026Updated last month
- Internet-of-Things made easy☆17Aug 4, 2026Updated last week
- MicroPython examples for YS-IRTM 5V NEC Infrared UART transceivers☆35Dec 20, 2019Updated 6 years ago
- MicroPython library for controlling a Semtech SX127x LoRa module over SPI.☆54Apr 19, 2023Updated 3 years ago
- Micropython esp32-cam☆95Jun 13, 2022Updated 4 years ago
- Deploy to Railway using AI coding agents - Free Credits Offer • AdUse Claude Code, Codex, OpenCode, and more. Autonomous software development now has the infrastructure to match with Railway.
- MicroPython axp202☆13Sep 15, 2020Updated 5 years ago
- LVGL module for MicroPython☆297Jun 23, 2026Updated last month
- Python Parser for Ring Tone Text Transfer Language (RTTTL)☆43Feb 17, 2025Updated last year
- MicroPython build tool☆35Updated this week
- Camera API for micropython as user module, with precompiled FW, starting with the esp32 port.☆160Jan 12, 2026Updated 7 months ago
- The impossibly small web framework for Python and MicroPython.☆2,138Updated this week
- 在嵌入式开发中离不开设备通信,而在通信中稳定性最高的莫过于环形缓冲区算法,当读取速度大于写入速度时,在环形缓冲区的支持下不会丢掉任何一个字节(硬件问题除外)。从.H文件中可看到Ringbuff的数据结构,当中有读写地址以及有效未读数据大小,以及读状态等。 向外部提供的AP…☆19Nov 25, 2019Updated 6 years ago