Pinned Repositories
BLEAdvReader
A BLE tool library to decode some advertising data in object mode (used on ESP32 and Pycom modules)
ESP32-MPY-Jama
v1.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/...)
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)
MicroMLP
A micro neural network multilayer perceptron for MicroPython (used on ESP32 and Pycom modules)
MicroRESTCli
A micro JSON REST Web client based on MicroWebCli for MicroPython (used on Pycom modules & ESP32)
MicroWebCli
A micro HTTP Web client for MicroPython (used on Pycom modules & ESP32)
MicroWebSrv
A micro HTTP Web server that supports WebSockets, html/python language templating and routing handlers, for MicroPython (used on Pycom modules & ESP32)
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!
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)
XAsyncSockets
XAsyncSockets is an efficient Python/MicroPython library of managed asynchronous sockets.
jczic's Repositories
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/ESP32-MPY-Jama
v1.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/...)
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)
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.
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)
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)
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)
jczic/MicroNN
Micro neural network with multi-dimensional layers, multi-shaped data, fully or locally meshing, conv2D, unconv2D, Qlearning, ... for test!
jczic/awesome-micropython
A curated list of awesome MicroPython libraries, frameworks, software and resources.
jczic/IoTSocket-Concentrator
IoTSocket Concentrator - Router for Web API and thousands of IoT connections
jczic/motorBoardMD49
MicroPython driver for Motor Board "MD49" (used on Pycom modules)
jczic/SSD1306-Screen
MicroPython driver for SSD1306 screen module (used on Pycom modules)
jczic/PinButton
An unbounced pin button (for switch sensors) with threading, reversing and time interval attributes (used on Pycom modules)
jczic/jczic
jczic/micropython
Scripts for my experiments with micropython board (NodeMCU) and neopixel.
jczic/micropython-dotstar
Dotstarrin' away in MicroPython!
jczic/micropython-lib
Core Python libraries ported to MicroPython
jczic/MicroPythonTM1651
Library for 3x7 segments display "Gotek" with TM1651 for use with ESP32 and Micropython
jczic/pycopy-lib
Standard library of the Pycopy project, minimalist and light-weight Python language implementation