User Tools

Site Tools


proyectodatos:micropython

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
proyectodatos:micropython [2021/05/07 17:34] elmago116proyectodatos:micropython [2021/05/09 16:57] (current) elmago116
Line 1: Line 1:
 +====== Curso Udemi - Micropython ======
 +
 IDE editor:  IDE editor: 
 https://thonny.org/  https://thonny.org/ 
Line 6: Line 8:
 Firmware for Generic ESP32 module Firmware for Generic ESP32 module
 http://micropython.org/download/esp32/ http://micropython.org/download/esp32/
 +
  
 Se usa la versión 1.14 por estabilidad: https://micropython.org/resources/firmware/esp32-idf4-20210202-v1.14.bin Se usa la versión 1.14 por estabilidad: https://micropython.org/resources/firmware/esp32-idf4-20210202-v1.14.bin
  
-Libraries:+Packages: https://pypi.org/ 
 + 
 +Libraries:http://docs.micropython.org/en/latest/library/uos.html 
 +Uos(operating systems module)
  
 Archivo descargable: Archivo descargable:
Line 36: Line 42:
   * STM32 (STM32 Nucleo&Discovery, Espruino Pico - Makers, more- https://micropython.org/stm32/)   * STM32 (STM32 Nucleo&Discovery, Espruino Pico - Makers, more- https://micropython.org/stm32/)
  
- +**Pines y GPOGPIO** (General Purpose Input/Output, Entrada/Salida de Propósito General) es un pin genérico en un chip, cuyo comportamiento (incluyendo si es un pin de entrada o salida) se puede controlar (programar) por el usuario en tiempo de ejecución. 
 + 
 +{{:proyectodatos:screen_shot_2021-05-09_at_11.32.15_am.png?800|}} 
 +https://micropython-docs-esp32.readthedocs.io/en/esp32_doc/esp32/quickref.html#pins-and-gpio 
 + 
 + 
 +**Proceso** 
 +1. Instalar el firmware de ESP32 de Micropython 
 +2. Configurar el "interpreter" en ESP32 (tools/options/interpreter)
  
  
proyectodatos/micropython.1620408865.txt.gz · Last modified: 2021/05/07 17:34 by elmago116