Skip to content

Electrónica con Arduino

Empezando con el kit Adafruit Feather

Preparación del entorno

Tutorial: https://makeabilitylab.github.io/physcomp/esp32/esp32.html

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

Back to top