395 skills found · Page 1 of 14
ailyProject / Aily BlocklyAI IDE for hardware development, support Arduino, MicroPython, ESP32, STM32, RP2040, Nrf5x...
loboris / MicroPython ESP32 PsRAM LoBoMicroPython for ESP32 with psRAM support
jczic / MicroWebSrv2The last Micro Web Server for IoTs (MicroPython) or large servers (CPython), that supports WebSockets, routes, template engine and with really optimized architecture (mem allocations, async I/Os). Ready for ESP32, STM32 on Pyboard, Pycom's chipsets (WiPy, LoPy, ...). Robust, efficient and documented!
micropython / Micropython Esp32Old port of MicroPython to the ESP32 -- new port is at https://github.com/micropython/micropython
MicroPythonOS / MicroPythonOSA complete operating system for microcontrollers like the ESP32, inspired by Android and iOS.
jczic / MicroWebSrvA micro HTTP Web server that supports WebSockets, html/python language templating and routing handlers, for MicroPython (used on Pycom modules & ESP32)
jczic / ESP32 MPY Jamav1.2 - UI tool for manage Espressif ESP32 microcontrollers with embedded MicroPython for MacOS, Windows and Linux: mini IDE, files manager, REPL, real time dashboards (sys/net), advanced features (gpio/mp3/leds/...)
tayfunulu / WiFiManagerWiFi manager for ESP8266 - ESP12 - ESP32 - Raspberry Pi Pico - micropython
kritishmohapatra / 100 Days 100 IoT ProjectsA 100-day challenge exploring IoT and embedded systems using ESP32, ESP8266, and Raspberry Pi Pico with MicroPython. Each day covers a new sensor or module with complete code, circuit diagram, and explanation.
echo-lalia / MicroHydraMicroHydra is a simple, 'OS-like', MicroPython based app switcher designed for ESP32 based devices.
boochow / MicroPython ST7735ST7735 TFT LCD driver for MicroPython
RuiSantosdotme / ESP MicroPythonESP32/ESP8266 MicroPython eBook »
lemariva / UPyLoRaWANESP32 using MicroPython meets LoRa and LoRaWAN.
shariltumin / Esp32 Cam Micropython 2022MicroPython esp32-cam firmware with camera support compiled with esp-idf-4.4.0. Python script files for live streaming
vcc-gnd / YD ESP32 S3YD-ESP32-S3 Micropython VCC-GND Studio
1zlab / 1ZLAB Face Track Robot二自由度云台实现人脸追踪。 首先是使用一款名字叫做IP摄像头的APP 采集手机摄像头的图像,在手机上建立一个视频流服务器。在局域网下,PC通过IP还有端口号获取图像。使用OpenCV的人脸检测的API获取人脸在画面中的位置,根据人脸位置距离画面中心的x轴与y轴的偏移量(offset) ,通过P比例控制(PID控制中最简单的一种)控制二自由度云台上臂与下臂的旋转角度,将角度信息通过串口通信UART发送给ESP32单片机(不限于ESP32,STM32,Arduino都可以)解析执行对应的操作,从而使得人脸尽可能处在画面的正中间。
pycom / Pycom Micropython SigfoxA fork of MicroPython with the ESP32 port customized to run on Pycom's IoT multi-network modules.
jczic / MicroMLPA micro neural network multilayer perceptron for MicroPython (used on ESP32 and Pycom modules)
kaixindelele / Ssd1306 MicroPython ESP32 Chinesessd1306OLED显示屏-MicroPython-ESP32-中文显示-利用GB2312字库(非手动取模)
miketeachman / Micropython Esp32 I2s ExamplesUsage and examples for I2S support on the ESP32 microcontroller