Difference between revisions of "Main Page"
(Add starting points for several areas needing content.) |
|||
Line 7: | Line 7: | ||
* [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://micropython.slack.com MicroPython Slack Channel] | ||
+ | ** [https://slack-micropython.herokuapp.com/ Join the MicroPython Slack Channel] | ||
=== Using MicroPython === | === Using MicroPython === | ||
Line 55: | Line 57: | ||
* [[Libraries]] | * [[Libraries]] | ||
* [[Projects]] | * [[Projects]] | ||
+ | * [https://github.com/mcauser/awesome-micropython Awesome MicroPython] - A curated list of awesome MicroPython libraries, frameworks, software and resources. | ||
− | === | + | == MicroPython Standard Library == |
+ | * [https://github.com/micropython/micropython-lib micropython-lib] - MicroPython-Lib contains MicroPython implementations for many of the Python Standard Libraries | ||
+ | * [[Standard Library Coverage]] - A list of each Python Standard Library with details about the level of support for MicroPython |
Revision as of 12:20, 6 September 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
- MicroPython Slack Channel
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
Useful resources
- Tutorials
- Drivers
- Libraries
- Projects
- Awesome MicroPython - A curated list of awesome MicroPython libraries, frameworks, software and resources.
MicroPython Standard Library
- micropython-lib - MicroPython-Lib contains MicroPython implementations for many of the Python Standard Libraries
- Standard Library Coverage - A list of each Python Standard Library with details about the level of support for MicroPython