micropython_arduino_control
Arduino controller library
A library to remotely control an Arduino microcontroller using the 1-wire protocol
Micropython library to control an arduino remotely. With corresponding arduino code.
0 stars
2 watching
1 forks
Language: Python
last commit: over 4 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
thearn/python-arduino-command-api | A Python library for communicating with microcontroller boards | 415 |
redoxcode/micropython-servo | A Python library to control and calibrate RC servos using hardware PWM on microcontrollers. | 14 |
andrequeiroz2/micropython-coffee | A device control system using Micropython and MQTT to remotely manage a relay on an ESP8266 MCU. | 10 |
wybiral/micropython-ch9121 | A library providing an Ethernet module control interface for MicroPython-based systems. | 9 |
peterhinch/micropython_remote | A library that captures and replays 433MHz remote control codes to control devices | 70 |
peterhinch/micropython_ra8875 | A device driver and GUI library for controlling RA8875-based displays on MicroPython devices | 9 |
jposada202020/micropython_motor | A MicroPython library for controlling PWM-based motors and servos | 1 |
scientifichackers/ampy | A tool to control MicroPython boards over a serial connection. | 723 |
kevinkk525/pms5003_micropython | A Python driver for a pms5003 air quality sensor that provides a simple interface to read and control the device in a Micropython environment. | 23 |
redoxcode/micropython-stepper | A Python library to control stepper motors in MicroPython using a simplified API and efficient timer-based approach. | 11 |
ntoll/microperi | A Python library that enables remote control of a BBC micro:bit using MicroPython's API. | 0 |
mcauser/micropython-xl9535-kxv5-relay | A MicroPython library for controlling 16-bit I/O Expander with I2C Interface on a relay board | 7 |
lewisxhe/pcf8563_pythonlibrary | A Python library for working with real-time clocks and calendars on microcontrollers using the PCF8563 IC. | 8 |
oysols/tlc5940-micropython | A Micropython library for controlling multiple TLC5940 chips to generate grey scale data for driving displays. | 5 |
jacklinquan/micropython-aiobutton | A MicroPython module for creating buttons with debounced and timed press/hold states | 4 |