matbgn / mqtt_upython

MQTT Client using micropython on ESP8266

Home Page:https://matbgn.github.io/mqtt_upython/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Esp8266 MQTT Client based on MicroPython

How to start coding with esp8266 (Wemos D1 mini) on micropython

License PRs Welcome

đź’ˇ For a convinient interactive documentation please visit: https://matbgn.github.io/mqtt_upython/

Introduction

This repository is aimed to guide me (you) through the complete process of working with MicroPython on ESP8266 especially Wemos D1 mini.

All contributions are welcomed!

How to start

Simply clone this repository

git clone https://github.com/matbgn/mqtt_upython.git

Then inside of it make sure you have a fresh Python (3.5+) virtual environment. You can follow this tutorial to proceed: https://matbgn.github.io/skeleton-python/#/README?id=start-a-new-python-project

Contribute to documentation

If you want to work on documentation and therefore run this documentation locally (http://localhost:3000) with hot reload, make sure you run those scripts:

npm i
npm run docs

Quick TL;DR about Docsify here: https://matbgn.github.io/skeleton-python/#/docsify-docs/start-documenting?id=start-documenting-using-docsify

BOM (Bill Of Material)

Qty Description Price
1 Wemos D1 Mini ~2$

About

MQTT Client using micropython on ESP8266

https://matbgn.github.io/mqtt_upython/


Languages

Language:Python 97.6%Language:HTML 2.4%