Ver "049 - MicroPython TechNotes: MP3 Player" en YouTube
https://youtu.be/YqFRxxXMS_Q
https://youtu.be/YqFRxxXMS_Q
YouTube
049 - MicroPython TechNotes: MP3 Player
In this video, I will demonstrate how you can use an MP3 module interface to ESP32 using MicroPython programming language.
For more details, visit my blog post at:
https://techtotinker.blogspot.com/2021/10/049-micropython-technotes-mp3-player.html
OR watch…
For more details, visit my blog post at:
https://techtotinker.blogspot.com/2021/10/049-micropython-technotes-mp3-player.html
OR watch…
Ver "001 - MicroPython TechNotes: Get Started with MicroPython" en YouTube
https://youtu.be/GL7cJ5kawjk
https://youtu.be/GL7cJ5kawjk
YouTube
001 - MicroPython TechNotes: Get Started with MicroPython
In this video, we will look at the necessary procedures for MicroPython language environment in using the Gorilla Cell Development kit.
I divided it into 3 simple steps:
1. ESP32 USB driver installation.
2. Thonny Python IDE installation.
3. Flashing MicroPython…
I divided it into 3 simple steps:
1. ESP32 USB driver installation.
2. Thonny Python IDE installation.
3. Flashing MicroPython…
Ver "000 - ESP32 MicroPython: How to Get Started with MicroPython" en YouTube
https://youtu.be/elBtWZ_fOZU
https://youtu.be/elBtWZ_fOZU
YouTube
000 - ESP32 MicroPython: How to Get Started with MicroPython
In this video we will learn how to install Thonny Python IDE for MicroPython learning and development. I will also guide you step-by-step on how to flash a MicroPython firmware to ESP32 development.
For more details, visit my blog post at:
https://techt…
For more details, visit my blog post at:
https://techt…
Buenos días a tod@s. Deseo paséis una Feliz Noche buena y Feliz Navidad.Que papá Noel os traiga muchas cosas!.
Ver "001 - ESP32 MicroPython: What is MicroPython" en YouTube
https://youtu.be/eHf76lzPbdU
https://youtu.be/eHf76lzPbdU
YouTube
001 - ESP32 MicroPython: What is MicroPython
In this video, we will briefly tackle on how MicroPython works in comparison to traditional microcontroller programming like in Arduino.
You might also like to visit my blog post at:
https://techtotinker.blogspot.com/2020/09/micropython-tutorial-what-is…
You might also like to visit my blog post at:
https://techtotinker.blogspot.com/2020/09/micropython-tutorial-what-is…
Ver "002 - ESP32 MicroPython: Fundamental" en YouTube
https://youtu.be/FMLGgoVHdRA
https://youtu.be/FMLGgoVHdRA
YouTube
002 - ESP32 MicroPython: Fundamental
In this video, we will tackle some basics of MicroPython
I will be showing you a quick demo in using the Thonny Python IDE then we will learn some fundamental information you can use to easily get started in using MicroPython.
Please LIKE, SHARE, and SUBSCRIBE.…
I will be showing you a quick demo in using the Thonny Python IDE then we will learn some fundamental information you can use to easily get started in using MicroPython.
Please LIKE, SHARE, and SUBSCRIBE.…
Ver "003 - ESP32 MicroPython: GPIO" en YouTube
https://youtu.be/9J4YWvHMWf4
https://youtu.be/9J4YWvHMWf4
YouTube
003 - ESP32 MicroPython: GPIO
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…
For your reference, copy of the…
Ver "004 - ESP32 MicroPython: External Interrupt" en YouTube
https://youtu.be/HhoQdoQMNWo
https://youtu.be/HhoQdoQMNWo
YouTube
004 - ESP32 MicroPython: External Interrupt
In this video, we will learn 2 ways to read the state of an input device like a button switch. Firstly, is by using a polling method and secondly, by using interrupts. At the last part, I will demonstrate an example of controlling a DC motor with limit switch…
Ver "005 - ESP32 MicroPython: PWM" en YouTube
https://youtu.be/0SHE2UMJq6Y
https://youtu.be/0SHE2UMJq6Y
YouTube
005 - ESP32 MicroPython: PWM
In this video we will be talking about PWM or Pulse Width Modulation using ESP32. We will learn how to access the PWM frequency and duty cycle to control the speed of DC motor
For more circuit diagram and the source code use, visit my blogpost at:
https…
For more circuit diagram and the source code use, visit my blogpost at:
https…
Ver "006 - ESP32 MicroPython: Control Servo Motor in MicroPython | PWM" en YouTube
https://youtu.be/wWnDKsClpwQ
https://youtu.be/wWnDKsClpwQ
YouTube
006 - ESP32 MicroPython: Control Servo Motor in MicroPython | PWM
In this video, we will explore another example application of PWM which is controlling the angle of rotation of servo motor using MicroPython
For more details visit my blog post at:
https://techtotinker.com/2020/09/006-esp32-micropython-how-to-control-servo…
For more details visit my blog post at:
https://techtotinker.com/2020/09/006-esp32-micropython-how-to-control-servo…
Ver "007 - ESP32 MicroPython: Lets make some noise in MicroPython" en YouTube
https://youtu.be/QAbn-7Ai6UU
https://youtu.be/QAbn-7Ai6UU
YouTube
007 - ESP32 MicroPython: Lets make some noise in MicroPython
In this video we will learn how to play some familiar melodies in MicroPython. It is similar to Arduino Tone library but a lot more easier in MicroPython.
For circuit diagram and source code, visit my blogs at:
https://techtotinker.blogspot.com/2020/09/007…
For circuit diagram and source code, visit my blogs at:
https://techtotinker.blogspot.com/2020/09/007…
Ver "008 - ESP32 MicroPython: Hardware Timer Interrupt" en YouTube
https://youtu.be/lV7Rju9Cvo0
https://youtu.be/lV7Rju9Cvo0
YouTube
008 - ESP32 MicroPython: Hardware Timer Interrupt
In this video we will learn how to use the hardware Timer Interrupts of ESP32 in MicroPython. We will start by learning the basics then we will step further by introducing multithreading or doing multiple task at almost the same time using hardware timer…
Ver "009 - ESP32 MicroPython: Non-blocking Delays and Multi--threading" en YouTube
https://youtu.be/DaRYiKsfdZk
https://youtu.be/DaRYiKsfdZk
YouTube
009 - ESP32 MicroPython: Non-blocking Delays and Multi--threading
In this video, we will learn to create a non-blocking delays in MicroPython which is very similar to millis funtion of Arduino. We will also expand the example creating a multi-threaded task demonstrating a multitasking routine.
For more details, visit my…
For more details, visit my…
Ver "010 - ESP32 MicroPython: 0.96 OLED in MicroPython" en YouTube
https://youtu.be/rIo_x_DtzcA
https://youtu.be/rIo_x_DtzcA
YouTube
010 - ESP32 MicroPython: 0.96 OLED in MicroPython
In this video, we will learn to connect and use the 0.96 OLED display in MicroPython to ESP32.
For more details, visit my blog post at:
https://techtotinker.blogspot.com/2020/09/esp32-micropython-096-oled-in.html
Please do Comment, Like, Share, and Subscribe.…
For more details, visit my blog post at:
https://techtotinker.blogspot.com/2020/09/esp32-micropython-096-oled-in.html
Please do Comment, Like, Share, and Subscribe.…
Ver "011 - ESP32 MicroPython: DHT22, DHT11 in MicroPython" en YouTube
https://youtu.be/USXOmXakEYQ
https://youtu.be/USXOmXakEYQ
YouTube
011 - ESP32 MicroPython: DHT22, DHT11 in MicroPython
In this video we will learn to interface DHT22 Relative Humidity and Temperature sensor breakout board in MicroPython. We will also use an OLED display for displaying the sensor readings.
For source code and circuit diagram, please refer to:
https://tec…
For source code and circuit diagram, please refer to:
https://tec…
Ver "012 - ESP32 MicroPython: HC-SR04 Ultrasonic Sensor in MicroPython" en YouTube
https://youtu.be/AzGr7FtGUh0
https://youtu.be/AzGr7FtGUh0
YouTube
012 - ESP32 MicroPython: HC-SR04 Ultrasonic Sensor in MicroPython
In this video, we will learn how to use the HC-SR04 ultrasonic sensor in MicroPython. Ultrasonic sensor can be use to measure distance or use to sense an object.
For more details, visit my blogs at:
https://techtotinker.blogspot.com/2020/10/012-esp32-micropython…
For more details, visit my blogs at:
https://techtotinker.blogspot.com/2020/10/012-esp32-micropython…
Ver "013 - ESP32 MicroPython: UART Serial in MicroPython" en YouTube
https://youtu.be/Zr01NIP1klc
https://youtu.be/Zr01NIP1klc
YouTube
013 - ESP32 MicroPython: UART Serial in MicroPython
In this video, we will learn how to use the UART serial of ESP32 in MicroPython.
For more details, visit my blog post at:
https://techtotinker.blogspot.com/2020/10/013-esp32-micropython-uart-serial-in.html?m=1
Please Like, Comment, Share, and Subscribe.…
For more details, visit my blog post at:
https://techtotinker.blogspot.com/2020/10/013-esp32-micropython-uart-serial-in.html?m=1
Please Like, Comment, Share, and Subscribe.…