Programming an ESP32 NodeMCU with MicroPython: Basic GPIO Input and Output

preview_player
Показать описание
Learn basic GPIO input and output with an ESP32 NodeMCU.

Social:
Рекомендации по теме
Комментарии
Автор

i own you my life, and my semester hahahaha. ThANK YOU! . Greetings form Mexico:)

josefranciscobritogonzalez
Автор

Finally one that works !! That’s sexy 😘

ndanjikalokoni
Автор

Regarding the line,
button = Pin (22, Pin.IN, Pin.PULL_UP)

Do all flavors of the ESP32 chip (i.e. Risc-V vs LX6) have the same options available? Will the compiler flag an error if that pin only has a pull-down or open drain option?

bennguyen
Автор

Hello with respect
I created a device control program for thonyide for esp32 devkit using station and access point modes. I send commands using the udp connection from the mobile application and I also control the devices every three seconds of the application using an api. I'm worried that after making it, when the device is used, there will be a problem in the program and it will not work properly. Is it possible to trust esp32 and micropython language and build a product with many customers?

mehdikarimpoor