Electrónica con Arduino¶
Empezando con el kit Adafruit Feather¶
Preparación del entorno¶
- Instalar IDE de Arduino (1.8): https://www.arduino.cc/en/software
- Instalando las librerías ExpressIF: https://docs.espressif.com/projects/arduino-esp32/en/latest/installing.html
- Instalar los drivers USB CP2104: https://www.silabs.com/developers/usb-to-uart-bridge-vcp-drivers?tab=downloads
Links interesantes¶
Tutorial: https://makeabilitylab.github.io/physcomp/esp32/esp32.html
EJEMPLO 1: BLINK¶
Hacer que un led parpadee: https://makeabilitylab.github.io/physcomp/esp32/led-blink.html
EJEMPLO 2: USAR PWM PARA REGULAR EL BRILLO DE UN LED¶
Fading a led: https://makeabilitylab.github.io/physcomp/esp32/led-fade.html
Ejemplo 3: POTENCIÓMETRO Y LED¶
Potenciómetro y led: https://makeabilitylab.github.io/physcomp/esp32/pot-fade.html
Ejemplo 4: Tonos con un buzzer¶
Buzzer y música: https://makeabilitylab.github.io/physcomp/esp32/tone.html
Ejemplo 5: CAPACITIVE TOUCH¶
Com usar los pines touch: https://makeabilitylab.github.io/physcomp/esp32/capacitive-touch-sensing.html
Ejemplo 6: Internet of Things¶
Conectar la placa a Internet: https://learn.adafruit.com/adafruit-io-basics-analog-input/overview-uniontownlabs Necesitas crear una cuenta gratuita a Adafruit IO Luego usar un navegador compatible (Chrome) para cargar el firmware