Develop MicroPython Application using MicroDot

preview_player
Показать описание
This post will show you how to get started in developing MicroPython Internet of Things (IoT) Applications using the MicroDot framework.

WriteUp:

Code:

How to install MicroPython firmware on ESP32/ESP8266


If you like my post or videos then please consider subscribing to my channels and sharing them with your friends:


If you are generous and you think I have helped you then please consider buying me a coffee. 🙂
Buy Me a Coffee:



#microdot
#micropython
#webserver
Рекомендации по теме
Комментарии
Автор

Excellent, hopefully I'm setting this up on pico W now. I hope the MicroDot lib can be installed on the pico W without too much fussing. Love our helpful content.

quaternion-pi
Автор

Thanks. Your vids got me started. Great Job

powermate
Автор

You are doing great.
keep up the good work.

tuanazzam
Автор

Is there other alternative the smaller webserver?

SaifUlislam-zqqn
Автор

..aaand here it goes:

>>> import microdot
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: no module named 'microdot'

pisoiorfan