proyectodatos:micropython
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| proyectodatos:micropython [2021/05/07 16:09] – created elmago116 | proyectodatos:micropython [2021/05/09 16:57] (current) – elmago116 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Curso Udemi - Micropython ====== | ||
| + | |||
| IDE editor: | IDE editor: | ||
| https:// | https:// | ||
| + | |||
| + | https:// | ||
| Firmware for Generic ESP32 module | Firmware for Generic ESP32 module | ||
| http:// | http:// | ||
| - | Libraries: | + | |
| + | Se usa la versión 1.14 por estabilidad: | ||
| + | |||
| + | Packages: https:// | ||
| + | |||
| + | Libraries:http:// | ||
| + | Uos(operating systems module) | ||
| + | |||
| + | Archivo descargable: | ||
| + | {{ : | ||
| + | |||
| + | **Differencias entre Python (cPython) y Micropython (uPython)** | ||
| + | |||
| + | |||
| + | ^Criterio ^cPython | ||
| + | |espacios entre números literales y palabras clave | No | Sí | | ||
| + | |Mensajes de error - cantidad de argumentos | No | Se cuenta a sí mismo como argumento | ||
| + | | Formato | exponencial | ||
| + | | Start/end | no entendí | ||
| + | | Json | | no identifica las excepciones | ||
| + | |||
| + | **Recursos de MicroPython** | ||
| + | * http:// | ||
| + | * https:// | ||
| + | * https:// | ||
| + | |||
| + | **uPython compatible boards** | ||
| + | * Pyboard (Pyboard 1, Pyboard D-series, | ||
| + | * Espressif ESP-based beards (ESP 8266, ESP32 -almost fully supported by Micropython and its community-exc bluetooth) | ||
| + | * RP2040 beards(Raspberry Pi Pico - Easiest for Python learning), Feather 2040, ItsyBitsy 2040, Tiny 2040,...) | ||
| + | * BBC Micro:Bit - designed for education - https:// | ||
| + | * STM32 (STM32 Nucleo& | ||
| + | |||
| + | **Pines y GPOGPIO** (General Purpose Input/ | ||
| + | |||
| + | {{: | ||
| + | https:// | ||
| + | |||
| + | |||
| + | **Proceso** | ||
| + | 1. Instalar el firmware de ESP32 de Micropython | ||
| + | 2. Configurar el " | ||
proyectodatos/micropython.1620403758.txt.gz · Last modified: 2021/05/07 16:09 by elmago116
