Ver "โ
Como Programar Pi PICO y ESP32 con MicroPython, Video #3" en YouTube
https://youtu.be/BmMOsdA17Lk
https://youtu.be/BmMOsdA17Lk
YouTube
โ
Como Programar Pi PICO y ESP32 con MicroPython, Video #3
Aprendiendo a programar el Raspberry PI PICO con MicroPython
----- Materiales -----
Tienda donde Compre los Materiales: https://dinastiatecnologica.com/producto/raspberry-pi-pico-microcontrolador-rp2040/
-----Programa ------
from machine import Pin,
importโฆ
----- Materiales -----
Tienda donde Compre los Materiales: https://dinastiatecnologica.com/producto/raspberry-pi-pico-microcontrolador-rp2040/
-----Programa ------
from machine import Pin,
importโฆ
A LoRaWAN Node using Micropython - Hackster.io
https://www.hackster.io/weargenius/a-lorawan-node-using-micropython-5a2b2a
https://www.hackster.io/weargenius/a-lorawan-node-using-micropython-5a2b2a
Hackster.io
A LoRaWAN Node using Micropython
This video is around the FiPy module from Pycom which comes with ESP32 controller and supports 5 network communication protocol support on a
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 "000 - MicroPython TechNotes: Unboxing Gorilla Cell ESP32 Development Kit" en YouTube
https://youtu.be/y7V8EllShss
https://youtu.be/y7V8EllShss
YouTube
000 - MicroPython TechNotes: Unboxing Gorilla Cell ESP32 Development Kit
Recently, one of my friend from South Korea reached out with me to introduced this Gorilla Cell ESP32 development kit which is composed of Gorilla Cell ESP32 Shield by which ESP32 fits nicely on it, an ESP32 development board, and 80 pieces of Gorilla cellsโฆ
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 "002 - MicroPython TechNotes: Introduction" en YouTube
https://youtu.be/UWg87EeMDlg
https://youtu.be/UWg87EeMDlg
YouTube
002 - MicroPython TechNotes: Introduction
In this video, I will introduce the Gorilla Cell ESP32 development kit. A kit that is designed to have countless hours of exciting experiment and tinkering in exploring ESP32 microcontroller using MicroPython language.
More details will be posted at:
htโฆ
More details will be posted at:
htโฆ
Ver "003 - MicroPython TechNotes: ESP32 Shield" en YouTube
https://youtu.be/5fRtM3-Lu1o
https://youtu.be/5fRtM3-Lu1o
YouTube
003 - MicroPython TechNotes: ESP32 Shield
In this video, we will look at the Gorilla Cell ESP32 Shield. It provides GPIO expansion through the male pin headers to allow complete beginners to explore microcontrollers easily, avoiding unnecessary confusion in using breadboards. It is intuitively designedโฆ
Ver "004 - MicroPython TechNotes: I/O Devices" en YouTube
https://youtu.be/ExxWC6xWNNI
https://youtu.be/ExxWC6xWNNI
YouTube
004 - MicroPython TechNotes: I/O Devices
In this video, we will look at the input and output devices available in the Gorilla Cell Development Kit.
A module in a kit can be either an input device or an output device.
It is an input device if we read or get data from it for example a switch orโฆ
A module in a kit can be either an input device or an output device.
It is an input device if we read or get data from it for example a switch orโฆ
Ver "005 - MicroPython TechNotes: LED | MicroPython Hello World" en YouTube
https://youtu.be/CsMkJr3qhH4
https://youtu.be/CsMkJr3qhH4
YouTube
005 - MicroPython TechNotes: LED | MicroPython Hello World
In this video, we will be looking at LED. We will learn on how to control it by turning it ON or OFF with MicroPython language.
LED stands for Light Emitting Diode. It is an electronic component that emits light when a sufficient voltage is applied on itsโฆ
LED stands for Light Emitting Diode. It is an electronic component that emits light when a sufficient voltage is applied on itsโฆ
Ver "006 - MicroPython TechNotes: Traffic Light LED" en YouTube
https://youtu.be/IWBFpWScAhU
https://youtu.be/IWBFpWScAhU
YouTube
006 - MicroPython TechNotes: Traffic Light LED
In this video, we will look at traffic light led module. It is a small model or miniature of traffic light. We will learn on how control using ESP32 with MicroPython.
For more details, visit my blog at:
https://techtotinker.blogspot.com/2021/01/006-micropythonโฆ
For more details, visit my blog at:
https://techtotinker.blogspot.com/2021/01/006-micropythonโฆ
Ver "007 - MicroPython TechNotes: RGB LED" en YouTube
https://youtu.be/TIJ_BKAwdOw
https://youtu.be/TIJ_BKAwdOw
YouTube
007 - MicroPython TechNotes: RGB LED
In this video, we will look at RGB LED. RGB stands for Red, Green, and Blue. It is basically a 3-color LED in one package. With RGB LED module, we can produce a different LED colors by combining the 3 basic colors, which is red, green, and blue.
For moreโฆ
For moreโฆ
Ver "008 - MicroPython TechNotes: 16x2 LCD" en YouTube
https://youtu.be/ewq9y2d63mM
https://youtu.be/ewq9y2d63mM
YouTube
008 - MicroPython TechNotes: 16x2 LCD
In this video, we will look at LCD which stands for Liquid Crystal Display. We will learn on how to use it step by step using MicroPython language.
For more details, visit my blog post at:
https://techtotinker.com/2021/01/30/008-micropython-technotes-16x2โฆ
For more details, visit my blog post at:
https://techtotinker.com/2021/01/30/008-micropython-technotes-16x2โฆ
Ver "009 - MicroPython TechNotes: 7 Segment Display" en YouTube
https://youtu.be/uD-SPhs-xNw
https://youtu.be/uD-SPhs-xNw
YouTube
009 - MicroPython TechNotes: 7 Segment Display
In this video, we will look at 7 segment display. It is a type of display that is composed of 7 segments to form a number or a letter. Each segment is basically an LED.
For more details, visit my blog post at:
https://techtotinker.blogspot.com/2021/02/009โฆ
For more details, visit my blog post at:
https://techtotinker.blogspot.com/2021/02/009โฆ
4_5956487978711780104.pdf
28.9 MB
Explore ESP32 Micropython.pdf
Ver "010 - MicroPython TechNotes: 0.96 OLED Display" en YouTube
https://youtu.be/jb56yR44NnI
https://youtu.be/jb56yR44NnI
YouTube
010 - MicroPython TechNotes: 0.96 OLED Display
In this video we will look at OLED display using MicroPython language in ESP32. I will guide you step by step so that you can get started using the 0.96 OLED display.
For more information, visit my blog post at:
https://techtotinker.blogspot.com/2021/02/010โฆ
For more information, visit my blog post at:
https://techtotinker.blogspot.com/2021/02/010โฆ
Ver "011 - MicroPython TechNotes: 1.3 OLED Display" en YouTube
https://youtu.be/YogBioKLrh4
https://youtu.be/YogBioKLrh4
YouTube
011 - MicroPython TechNotes: 1.3 OLED Display
In this video, we will learn on how to use the 1.3 inch OLED display with SH1106 driver IC with MicroPython language.
For more details, visit my blog post at:
https://techtotinker.blogspot.com/2021/02/011-micropython-technotes-13-oled.html?m=1
OR watchโฆ
For more details, visit my blog post at:
https://techtotinker.blogspot.com/2021/02/011-micropython-technotes-13-oled.html?m=1
OR watchโฆ
4_5812437374059153126.pdf
6 MB
Industrial IoT.pdf
4_5798934585291049188.pdf
14.5 MB
Beginning Sensor Networks with XBee, Raspberry Pi, and Arduino Sensing the World with Python and MicroPython.pdf
4_5798934585291049188.pdf
14.5 MB
Beginning Sensor Networks with XBee, Raspberry Pi, and Arduino Sensing the World with Python and MicroPython.pdf