Difference between revisions of "Main Page"
Peterhinch (talk | contribs) m (Revert test edit) |
(Add starting points for several areas needing content.) |
||
Line 1: | Line 1: | ||
− | + | == Welcome to the MicroPython Wiki! == | |
− | This website collects knowledge, resources and links for anything and everything related to MicroPython, for both users and developers. | + | This website collects knowledge, resources and links for anything and everything related to [https://micropython.org MicroPython], for both users and developers. |
+ | |||
+ | === Getting started === | ||
− | |||
− | |||
− | |||
* [https://docs.micropython.org MicroPython documentation] - official documentation of the language, libraries and ports | * [https://docs.micropython.org MicroPython documentation] - official documentation of the language, libraries and ports | ||
* [https://forum.micropython.org MicroPython forum] - a place for online discussion about MicroPython | * [https://forum.micropython.org MicroPython forum] - a place for online discussion about MicroPython | ||
− | * [https://github.com/micropython/micropython MicroPython | + | |
+ | === Using MicroPython === | ||
+ | * [[REPL]] | ||
+ | * [[Filesystem]] | ||
+ | * [[Development workflow]] | ||
+ | ** [[IDEs]] | ||
+ | * [[Troubleshooting]] | ||
+ | * [[Updating firmware]] | ||
+ | ** [https://micropython.org/download MicroPython download page] - list of firmware available to download | ||
+ | |||
+ | === Boards & ports === | ||
+ | |||
+ | ===== ARM ===== | ||
+ | * [[STM32]] | ||
+ | ** [[pyboard]] | ||
+ | * [[RP2]] | ||
+ | * [[nRF5x]] | ||
+ | ** [[micro:bit]] | ||
+ | * [[i.MX]] | ||
+ | ** [[Teensy 4]] | ||
+ | * [[SAMD]] | ||
+ | * [[CC3200]] | ||
+ | |||
+ | ===== Espressif ===== | ||
+ | * [[ESP8266]] | ||
+ | * [[ESP32]] | ||
+ | ** [[TinyPico]] | ||
+ | |||
+ | ===== Other ===== | ||
+ | * [[Javascript]] | ||
+ | |||
+ | ===== Development ===== | ||
+ | * [[QEMU]] | ||
+ | * [[Unix]] | ||
+ | * [[Windows]] | ||
+ | |||
+ | === Contributing === | ||
+ | |||
+ | * [[Internals]] | ||
+ | * [https://github.com/micropython/micropython MicroPython on GitHub] - to file bug reports and participate in development | ||
+ | |||
+ | === Useful resources === | ||
+ | |||
+ | * [[Tutorials]] | ||
+ | ** [https://github.com/peterhinch/micropython-async asyncio] | ||
+ | * [[Drivers]] | ||
+ | * [[Libraries]] | ||
+ | * [[Projects]] | ||
+ | |||
+ | === Useful external links: === |
Revision as of 06:54, 6 February 2021
Contents
Welcome to the MicroPython Wiki!
This website collects knowledge, resources and links for anything and everything related to MicroPython, for both users and developers.
Getting started
- MicroPython documentation - official documentation of the language, libraries and ports
- MicroPython forum - a place for online discussion about MicroPython
Using MicroPython
- REPL
- Filesystem
- Development workflow
- Troubleshooting
- Updating firmware
- MicroPython download page - list of firmware available to download
Boards & ports
ARM
Espressif
Other
Development
Contributing
- Internals
- MicroPython on GitHub - to file bug reports and participate in development