https://github.com/eugenedevastator/m5progs
various m5 stack micropython and uiflow modules
https://github.com/eugenedevastator/m5progs
blocky bmp180 m5stack mqtt-broker uiflow
Last synced: 2 months ago
JSON representation
various m5 stack micropython and uiflow modules
- Host: GitHub
- URL: https://github.com/eugenedevastator/m5progs
- Owner: EugeneDevastator
- License: gpl-3.0
- Created: 2023-10-21T16:31:45.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-13T16:11:46.000Z (over 2 years ago)
- Last Synced: 2025-01-25T17:33:12.712Z (over 1 year ago)
- Topics: blocky, bmp180, m5stack, mqtt-broker, uiflow
- Language: JavaScript
- Homepage:
- Size: 2.94 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# M5Progs
various m5 stack micropython and uiflow modules and helpers.
# LocalMQTT
Local network python based mqtt broker
# BMP180
PYthon code to get a handle of bmp180 bosch pressure and temp sensor.
# blockfactory
This is extracted folder from blockly repo. It looks like uiflow supports it syntax already, so it is possible to make blocks in blockly with more broad customization and have them in uiflow.
This is WIP, however some customizations were made to make code appear on export tab.
You will need to get full repo and start it via:
```
npm install
npm run build
python -m http.server
```
Yes you need hosted server.