Please enable JavaScript.
Coggle requires JavaScript to display documents.
Micro Python - Coggle Diagram
Micro Python
Libraries
Python LCD
https://github.com/dhylands/python_lcd
Max7219
https://github.com/mcauser/micropython-max7219
A MicroPython library for quad 7-segment LED display modules using the TM1637 LED driver.
https://github.com/mcauser/micropython-tm1637
micropython-mfrc522 (RFID)
https://github.com/wendlers/micropython-mfrc522
MicroPython Libaries
https://pypi.org/search/?q=&o=&c=Programming+Language+%3A%3A+Python+%3A%3A+Implementation+%3A%3A+MicroPython
Rotary Encoder
https://github.com/miketeachman/micropython-rotary
Micorpython DS1302 RTC Clock driver
https://github.com/omarbenhamid/micropython-ds1302-rtc
HC-SR04 Sensor driver in micropython
https://github.com/rsc1975/micropython-hcsr04
Pickle
https://github.com/micropython/micropython-lib/tree/master/pickle
MicroPython JQ6500 sound module library
https://github.com/rdagger/micropython-jq6500
micropython-dfplayer
https://github.com/ShrimpingIt/micropython-dfplayer
Micro Web Server
https://github.com/jczic/MicroWebSrv
ESP8266WebServer
https://github.com/codemee/ESP8266WebServer
TinyWeb
https://github.com/belyalov/tinyweb
KT403A-MP3
https://github.com/jczic/KT403A-MP3
Projects
I2C LCD
https://techtotinker.blogspot.com/2021/01/008-micropython-technotes-16x2-lcd.html
Buzzer
https://micropython-workshop.readthedocs.io/en/latest/pages/shields/buzzer.html
Server Motor
http://techawarey.com/programming/micropython/servo-motor-control-using-micropython/
Stepper Motor
https://elfnor.com/micropython-stepper-motor-control-with-a-a4988-carrier-board.html
Thread
https://techtutorialsx.com/2017/10/02/esp32-micropython-creating-a-thread/
Bluetooth Examples
https://github.com/micropython/micropython/tree/master/examples/bluetooth
ampy
$ pip install adafruit-ampy
$ ampy --port COM5 run script.py
$ ampy --port COM7 put test.py
Using Ampy
https://learn.adafruit.com/micropython-basics-load-files-and-run-code/file-operations
$ampy --port COM7 ls
Micro Python firmware
MicroPython firmware for ESP32
https://micropython.org/download/esp32/
MicroPython firmware for ESP8266
https://micropython.org/download/esp8266
putty
Connect serial port from command line
$ putty -serial COM7 -sercfg 105200
http://micropython.org
Quick Reference for ESP8266
http://docs.micropython.org/en/latest/esp8266/quickref.html
Quick Reference for ESP32
http://docs.micropython.org/en/latest/esp32/quickref.html
Getting started with MicroPython on the ESP8266
http://docs.micropython.org/en/latest/esp8266/tutorial/intro.html#intro
Python Downloads
https://www.python.org/downloads
Install PIP for Windows
https://phoenixnap.com/kb/install-pip-windows
ESP32 / ESP8266 MicroPython: Running scripts from a computer
https://techtutorialsx.com/2017/06/03/esp32-esp8266-micropython-running-scripts-from-a-computer/
MicroPython Tutorials
https://techtutorialsx.com/?s=MicroPython&orderby=date&order=ASC
MicroPython Programming Tutorial: Getting Started with the ESP32 Thing
https://learn.sparkfun.com/tutorials/micropython-programming-tutorial-getting-started-with-the-esp32-thing/all
Getting Started with MicroPython on ESP32 and ESP8266
https://randomnerdtutorials.com/getting-started-micropython-esp32-esp8266/
Thonny - Python IDE for Beginners
https://thonny.org/
Micropython Projects
https://randomnerdtutorials.com/projects-esp32-esp8266-micropython/
Awesome MicroPython
https://awesome-micropython.com
MicroPython Networking
https://think-embedded.gitbook.io/micropython/micropython-for-esp32/esp32-networking