micropython-esp32
There are 242 repositories under micropython-esp32 topic.
boochow/MicroPython-ST7735
ST7735 TFT LCD driver for MicroPython
1zlab/1ZLAB_Face_Track_Robot
二自由度云台实现人脸追踪。 首先是使用一款名字叫做IP摄像头的APP 采集手机摄像头的图像,在手机上建立一个视频流服务器。在局域网下,PC通过IP还有端口号获取图像。使用OpenCV的人脸检测的API获取人脸在画面中的位置,根据人脸位置距离画面中心的x轴与y轴的偏移量(offset) ,通过P比例控制(PID控制中最简单的一种)控制二自由度云台上臂与下臂的旋转角度,将角度信息通过串口通信UART发送给ESP32单片机(不限于ESP32,STM32,Arduino都可以)解析执行对应的操作,从而使得人脸尽可能处在画面的正中间。
gurgleapps/pico-web-server-control
A simple and efficient MicroPython web server designed for Raspberry Pi Pico, ESP8266, ESP32, allowing seamless control of microcontroller projects via a web browser.
brainelectronics/micropython-modbus
MicroPython Modbus RTU Slave/Master and TCP Server/Slave library
1zlab/1ZLAB_PyEspCar
1ZLab在准备挑选合适的小车来研发计算机视觉的教程时候 , 发现习惯了Python语法的我们, 在市面上找不到合适小车, 后来我们选了ESP32作为小车的控制主板, 可以使用Python对其进行交互式编程, 极大的提升了开发效率.
pgularski/pysm
Versatile and flexible Python State Machine library
funnygeeker/micropython-easydisplay
A display library: implemented purely in Micropython. 纯 Micropython 实现的显示库
alankrantas/micropython-TEA5767
MicroPython driver for TEA5767 FM radio module on ESP8266/ESP32/Pico
omarbenhamid/micropython-ds1302-rtc
DS1302 RTC Clock driver for Micropython
andypiper/fivebyfive
Polyglot examples for the 01Space ESP32-C3FH4-RGB board
noahwilliamsson/lamatrix
Animated 8x32 LED matrix display / smart clock with a microcontroller and (Micro)Python
Ayyoubzadeh/ESP32-Wiznet-W5500-Micropython
Connecting ESP32 to W5500 using micropython
MKme/ESP32
ESP32 Reference Files, PCB designs, Gerbers, code and projects using the ESP32 boards
elschopi/TI_INA226_micropython
Micropython driver for Texas Instruments INA226 power measuring IC
JamesTev/EEG-decoding
EEG decoding for an ultra low cost, real time BCI device based on the Espressif ESP32 running MicroPython.
ckoever/micropython-firebase-realtime-database
Firebase implementation for Micropython optimized for ESP32
statico/imposter-attack-2024
👽 An Among Us-themed infrared shooting gallery game built with ESP32 devices and a Node.js scoreboard
AlekseyFedorovich/ADXL345_spi_micropython
Library for interacting through the SPI protocol with an 'Analog Devices ADXL345' accelerometer from an MCU flashed with MicroPython. Methods are optimised for trying to reach max available sampling rate for this device
FunPythonEC/uPy-rosserial
An implementation of rosserial for uPy.
matthias-bs/MicroPython-ADC_Cal
MicroPython ESP32 library for calibrated on-chip ADC conversion
tve/micropython-inkplate6
MicroPython driver for the Inkplate 6
avsg8/MLX90640_micropython
A quick and dirty re-purposing of adafruit circuitpython library for MLX90640 IR sensor so that it can be read using micropython (e.g. pycom's wipy 3.0)
insighio/esp32-microgamepad-ble
Dual analog joystick on ESP32 over BLE (Nordic UART Service - NUS) using micropython
Vpowgh/TConnect
Toshiba air conditioner control with ESP32.
alankrantas/esp8266-micropython-cookbook
Simple and useful MicroPython examples on ESP8266/ESP32/Pico W
alankrantas/micropython-TTP229-BSF
MicroPython ESP8266/ESP32 driver for TTP229-BSF 16-key capacitive keypad in serial interface mode
alvarowolfx/esp32-youtube-display
Display Youtube metrics using Google API and MicroPython
KipCrossing/Micro-Camera
Porting Micropython on the ESP32-CAM Development Board to be a small digital camera
marcielbp/micropython-esp32cam-to-googleDrive
Source code and tutorial: How to upload a photo taken in esp32cam-micropython to google Drive Folder
Reboot93/MicroPython-8MD-06INKM-display-driver
8-MD-06INKM Micropython drive
russhughes/TurtlePlotBot
MicroPython based 3D printed drawing robot
thonny/thonny-esp
Plug-in for Thonny IDE which adds ESP8266 and ESP32 MicroPython backends
watchy-community/micropython_playground
Testing MicroPython with Watchy ESP32 hardware.
DanNduati/Elections_monitor
ESP32 Presidential poll tally monitor
Loveforkeeps/PyIRRemote
MicroPython module for receiving IR remote control signals (NEC format) on a ESP32