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.…
Ver "014 - ESP32 MicroPython: SIM800L GSM Module in MicroPython" en YouTube
https://youtu.be/uKGD9oKQJSs
https://youtu.be/uKGD9oKQJSs
YouTube
014 - ESP32 MicroPython: SIM800L GSM Module in MicroPython
In this video, we will learn how to interface SIM800L gsm module to ESP32 with MicroPython.
For more details, be sure to checkout my blog post at:
https://techtotinker.blogspot.com/2020/10/014-esp32-micropython-sim800l-gsm.html
Check this tutorials using…
For more details, be sure to checkout my blog post at:
https://techtotinker.blogspot.com/2020/10/014-esp32-micropython-sim800l-gsm.html
Check this tutorials using…
Ver "015 - ESP32 MicroPython: Web Server | Station Mode | Sockets" en YouTube
https://youtu.be/i8b-ZM2VeeU
https://youtu.be/i8b-ZM2VeeU
YouTube
015 - ESP32 MicroPython: Web Server | Station Mode | Sockets
In this video we will learn how to create a web server hosted in ESP32 using MicroPython language for controlling the state of a gpio pin.
This knowledge can be use for controlling a relay which is popular in home automation projects. For the sake of simplicity…
This knowledge can be use for controlling a relay which is popular in home automation projects. For the sake of simplicity…
Ver "016 - ESP32 MicroPython: Web Server | ESP32 Access Point Mode in MicroPython" en YouTube
https://youtu.be/LKQvzN_Rk-U
https://youtu.be/LKQvzN_Rk-U
YouTube
016 - ESP32 MicroPython: Web Server | ESP32 Access Point Mode in MicroPython
In previous video, we learned to create a web server on ESP32 acting as a wifi station mode. Now in this video, we will learn another wifi mode which is an Access Point mode.
In Access Point mode, you dont need a router. ESP32 will act as the Access Point…
In Access Point mode, you dont need a router. ESP32 will act as the Access Point…
Ver "017 - ESP32 MicroPython: DHT Values Auto Updates using AJAX" en YouTube
https://youtu.be/r9eUTvj9zEM
https://youtu.be/r9eUTvj9zEM
YouTube
017 - ESP32 MicroPython: DHT Values Auto Updates using AJAX
In this video we will learn to create a web server hosted on ESP32 and display DHT measurement readings on it. We will use AJAX to automatically update the sensor values without refreshing the whole web page.
For more details, you may visit my blogs at:…
For more details, you may visit my blogs at:…
Ver "Crear Módulos o Bibliotecas en MicroPython ➤ Raspberry Pi Pico 🍓 # 007" en YouTube
https://youtu.be/CKq6zA1J4HY
https://youtu.be/CKq6zA1J4HY
YouTube
Crear Módulos o Bibliotecas en MicroPython ➤ Raspberry Pi Pico 🍓 # 007
Aprendemos a crear bibliotecas o Módulos usando las Clases de MicroPython y dichos módulos los vamos a Programar en la Raspberry Pi Pico o en la NodeMCU ESP8...
Ver "018 - ESP32 MicroPython: Thingspeak | RESTful APIs" en YouTube
https://youtu.be/F0WtIg6fRs4
https://youtu.be/F0WtIg6fRs4
YouTube
018 - ESP32 MicroPython: Thingspeak | RESTful APIs
In this video, we will use our previous knowledge of using DHT sensor discussed in tutorial 11. In tutorial 16 and tutorial 17, we learned to display DHT measurements on a webpage through a web server hosted on esp32. This time, we will use the Thingspeak.com IoT…
Ver "019 - ESP32 MicroPython: OpenWeather | RESTful APIs" en YouTube
https://youtu.be/Tr70dILTjgo
https://youtu.be/Tr70dILTjgo
YouTube
019 - ESP32 MicroPython: OpenWeather | RESTful APIs
In the previous video, we learned to use a RESTful APIs for updating DHT sensor values to Thingspeak server. Data is sent using HTTP POST method. Now in this video, we will do the opposite, that is to request for a data from a server using the HTTP GET method.…
Ver "020 - ESP32 MicroPython: RESTful APIs Bidirectional Communication" en YouTube
https://youtu.be/GZh5pF5yKM0
https://youtu.be/GZh5pF5yKM0
YouTube
020 - ESP32 MicroPython: RESTful APIs Bidirectional Communication
In this video, we will learn a more complete usage of RESTful APIs which is bidirectional communication with the server that is both sending and requesting of data.
In tutorial 18, I demonstrate sending of data to Thingspeak server using the HTTP POST method while in…
In tutorial 18, I demonstrate sending of data to Thingspeak server using the HTTP POST method while in…
Ver "021 - ESP32 MicroPython: MQTT | Part 1: MQTT Publish" en YouTube
https://youtu.be/ugEnE7XSR5I
https://youtu.be/ugEnE7XSR5I
YouTube
021 - ESP32 MicroPython: MQTT | Part 1: MQTT Publish
In this video, we will learn to create a basic setup of MQTT system using the ThingSpeak server and an ESP32 using MicroPython language.
We will be using the esp32 to send dht sensor data to Thingspeak server using MQTT Protocol.
For more details, visit…
We will be using the esp32 to send dht sensor data to Thingspeak server using MQTT Protocol.
For more details, visit…
Ver "022 - ESP32 MicroPython: MQTT | Part 2: Subscribe" en YouTube
https://youtu.be/rCGhxhhHV5c
https://youtu.be/rCGhxhhHV5c
YouTube
022 - ESP32 MicroPython: MQTT | Part 2: Subscribe
In the previous video, I demonstrate the use of MQTT protocol by sending DHT sensor readings to Thingspeak as MQTT broker while the ESP32 serves as MQTT client. The act of MQTT client sending data to MQTT broker is called MQTT publish.
Now in this video…
Now in this video…
Ver "023 - ESP32 MicroPython: Binary Clock" en YouTube
https://youtu.be/ahHNt-RYg2w
https://youtu.be/ahHNt-RYg2w
YouTube
023 - ESP32 MicroPython: Binary Clock
In this video, I would like to share to you this simple yet very cool project using a dot matrix display. It is called a Binary Clock and I program it using MicroPython language.
For more details, visit:
https://techtotinker.com/2021/02/19/023-esp32-micropython…
For more details, visit:
https://techtotinker.com/2021/02/19/023-esp32-micropython…
Ver "Exploring LoRa RYLR896 with MicroPython" en YouTube
https://youtu.be/RAvn0MW_P-s
https://youtu.be/RAvn0MW_P-s
YouTube
Exploring LoRa RYLR896 with MicroPython
In this video, we will learn how to use the Reyax RYLR896 LoRa transceiver with MicroPython. The LoRa transceiver will be connected to microcontroller, one to ESP32 and the other one to Raspberry Pi Pico.
For more details, visit my blog post at:
https:/…
For more details, visit my blog post at:
https:/…