pycom
There are 92 repositories under pycom topic.
cyberman54/ESP32-Paxcounter
Wifi & BLE driven passenger flow metering with cheap ESP32 boards
jczic/MicroWebSrv2
The 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!
jczic/MicroWebSrv
A micro HTTP Web server that supports WebSockets, html/python language templating and routing handlers, for MicroPython (used on Pycom modules & ESP32)
jczic/MicroMLP
A micro neural network multilayer perceptron for MicroPython (used on ESP32 and Pycom modules)
jczic/MicroDNSSrv
A micro DNS server for MicroPython to simply respond to A queries on multi-domains with or without wildcards (used on Pycom modules & ESP32)
insighio/microCoAPy
A mini client/server implementation of CoAP (Constrained Application Protocol) into MicroPython
jczic/MicroWebCli
A micro HTTP Web client for MicroPython (used on Pycom modules & ESP32)
jczic/MicroWorkers
A micro workers class that easily manages a pool of threads to optimise simultaneous jobs and jobs endings, for MicroPython (used on Pycom modules & ESP32)
jczic/XAsyncSockets
XAsyncSockets is an efficient Python/MicroPython library of managed asynchronous sockets.
noahwilliamsson/lamatrix
Animated 8x32 LED matrix display / smart clock with a microcontroller and (Micro)Python
pycom/pycom-documentation
Pycom Official Documentation for WiPy 2.0, Wipy 3.0 LoPy, Lopy4, SiPy, FiPy, GPy, etc.
jczic/BLEAdvReader
A BLE tool library to decode some advertising data in object mode (used on ESP32 and Pycom modules)
jczic/MicroRESTCli
A micro JSON REST Web client based on MicroWebCli for MicroPython (used on Pycom modules & ESP32)
ayoy/upython-aq-monitor
Air Quality monitor using PMS5003 sensor and WiPy development board implemented in MicroPython
ayoy/micropython-thermal-printer
The MicroPython port of Python Thermal Printer by Adafruit
rroemhild/pycom-ruuvitag
Pycom MicroPython RuuviTag BLE Sensor Beacon scanner
jczic/MicroWifi
A micro WiFi class that supports the two LAN wireless interfaces (AP&STA) and manages many automatized methods, for MicroPython (used on Pycom modules & ESP32)
andrethemac/L76GLNSV4
MicroPython library for quectel L76 glnss gps on pycom pytrack
robmarkcole/bme680-mqtt-micropython
Publish data from the bme680 sensor over MQTT using micropython
rbraggaar/sensor-city-delft
Collection of code examples for the Pycom Lopy development boards
Bucknalla/balena-pycom-ota
📶 Over the Air Update Manager for balena devices to control Pycom devices
mcagriaksoy/fipy-GPS-Accelerometer-LoRa
This program reads GPS and Accelerometer values from the FiPY board and push them to configured server via LoRa protocol.
Azim-Vau/antidc
Encodes python script to Anti Uncompyle6 PYC. Private use only!
insighio/microfreezer
A software/firmware update packager for micropython platforms bypassing 'frozen' frolder restrictions
jczic/AzureSasToken
Microsoft Azure "Shared Access Signature" token generator, for MicroPython (used on Pycom modules & ESP32)
jczic/KT403A-MP3
MicroPython driver for KT403A MP3 chip (DFPlayer, GroveMP3, ... used on Pycom modules)
davmoz/tf-luna-micropython
A simple micropython i2c library for TF-Luna LiDAR Module.
insighio/microSDI12
A mini SDI-12 implementation for getting sensor info over RS-485
ltn22/SCHC
SCHC implementation for Python and Javascript
jajberni/AS726X_LoPy
MicroPython driver for the AS726X spectral sensor
rroemhild/ruuvitag-lorawan
Publish RuuviTag sensor data with LoRaWAN
abradbury/Pycom-GPS-Tracking-System
A vehicular GPS tracking system using Pycom development boards
chris-reichl/MicroPython_LC709203F
MicroPython Library for I2C LC709203F battery status and fuel gauge
insighio/microATsocket
A UDP socket implementation for Pycom devices based on Sequans AT commands that supports IPv6
oksbwn/FiPy-LoraWAN-TTN-DHT12-Project
This project is around the FiPy module from Pycom which comes with ESP32 controller and supports 5 network communication protocol support on a single board. The protocols include LoRa/Sigfox/LTE CAT M1/Bluetooth and Wi-Fi. There are radios available for LoRa and LTE whereas the ESp32 itself supports Wi-Fi and Bluetooth. Pycom supports programming the modules using micropython and there are plugins available for VS Code and Atom editor. They also provide easy to use APIs to access the module using micropython.