Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
33 lines (28 loc) · 966 Bytes

File metadata and controls

33 lines (28 loc) · 966 Bytes
Copy raw file
Download raw file
Edit and raw actions

MicroPython tutorial for ESP8266

This tutorial is intended to get you started using MicroPython on the ESP8266 system-on-a-chip. If it is your first time it is recommended to follow the tutorial through in the order below. Otherwise the sections are mostly self contained, so feel free to skip to those that interest you.

The tutorial does not assume that you know Python, but it also does not attempt to explain any of the details of the Python language. Instead it provides you with commands that are ready to run, and hopes that you will gain a bit of Python knowledge along the way. To learn more about Python itself please refer to https://www.python.org.

.. toctree::
   :maxdepth: 1
   :numbered:

   intro.rst
   repl.rst
   filesystem.rst
   network_basics.rst
   network_tcp.rst
   pins.rst
   pwm.rst
   adc.rst
   powerctrl.rst
   onewire.rst
   neopixel.rst
   dht.rst
   nextsteps.rst
Morty Proxy This is a proxified and sanitized view of the page, visit original site.