ezPiC [ˌiːzi ˈpiːzi]
is an all-in-one web configurable IoT device in Hybrid-Python for
- *Pi (RaspberryPi, BananaPi, OrangePi),
- ESP32,
- PyBoard (STM32 Cortex M4) and
- PC (for development and debugging)
For more details see the Wiki- pages
Project status:
- All code for IoT-part is Hybrid-Python compatible
- Alpha version is running on PC, RPi (CPython) with Web-part
- Alpha version is running on ESP32 (Micropython 1.9.4) without Web-part
- Alpha version is running on PyBoard (Micropython 1.9.4) without Web-part
- Variables are published by Gadget-plugins, processed by Rules and consumed by Gateway-plugins
- Wiki moded to http://wiki.ezpic.org
In this project are parts of other projects included. Follow the links to see descriptions and license terms:
Project | Reference | License |
---|---|---|
MicroWebSrv | github.com/jczic/MicroWebSrv | MIT |
WifiManager-ESP32 | github.com/zhouhan0126/WIFIMANAGER-ESP32 | MIT |