003 - ESP32 MicroPython: GPIO

preview_player
Показать описание
In this video, we will learn to use the GPIO of the microcontroller. At first we will learn to drive an output device like an LED. And at the later part, we will learn to read an input device like a tactile button switch. 

For your reference, copy of the source code could be found at:

Please LIKE, SHARE, and SUBSCRIBE.

Thank you.
#TechToTinker
Рекомендации по теме
Комментарии
Автор

So far I am enjoying your series as a newby to microcontrollers and MicroPython. Well done, thank you.

TheFreak
Автор

Great information. I used to play with Arduino boards 8 or 9 years ago, I kinda got out of it and am just now getting back into microcontrollers so I'm still a noob. There's all kinds of new toys out there today! This ESP32 has about a million possibilities. Thank you for your informative videos. 👍

JoeSteffy
Автор

Great Tutorial, I am a new in programming of Microcontroller, since my job and background in Mechanic. The programming MCU like ESP32 become simple by following your tutorial, The description and steps is clear. and Thanks a lot for these useful tutorial

sarbinifh
Автор

Nicely explained 💙💙

Where are you from??

Sourav_Maity_
Автор

thanks man. You are a genious. I'm learning a lot from these videos 😀

diego.alienigena
Автор

Hi! I have an issue, where I use led.on() and the LED is switched off, and when I use led.off() the led is switched on.
Same for led.value() :
1-off,
0-on.
How do I solve this? Thanks a lot. Your tutorials are very informative and great for beginners like me :-)

GauravB
Автор

Why did we are using 'true' in while statement

newworld
Автор

I have tried the code for my esp32, but it does not like, File "<stdin>", line 9 it says = invalid syntax any suggestions thanks, I typed the same as you = else:

MrBobWareham
Автор

In my shell textarea, it says %Run -c $EDITOR_CONTENT
follow by MPY: soft reboot

I can run the script. But what is MPY: soft reboot?

jumbo
Автор

Please share some resources for mastery of micro python and esp32

akshatsrivastava
Автор

why you didn't make?


```py
while True:
led.value(not sw.value())
```

El-HassanIbrahim
visit shbcf.ru