Lora Gateway Based on MicroPython ESP32
https://www.instructables.com/Arduino-LoRa-ESP32-LoRa-Gateway-Obtain-Remote-Ardu/
https://www.instructables.com/Arduino-LoRa-ESP32-LoRa-Gateway-Obtain-Remote-Ardu/
Instructables
Lora Gateway Based on MicroPython ESP32
Lora Gateway Based on MicroPython ESP32: Lora has been very popular in recent years. The wireless communication module using this technology is usually cheap (using free spectrum), small in size, energy-efficient and has a long communication distance, and…
[IoT] LoRa with MicroPython on the ESP8266 and ESP32 | by German Gensetskiy | Go Wombat Team | Medium
https://medium.com/gowombat/iot-lora-with-micropython-on-the-esp8266-and-esp32-59d1a4b507ca
https://medium.com/gowombat/iot-lora-with-micropython-on-the-esp8266-and-esp32-59d1a4b507ca
Medium
[IoT] LoRa with MicroPython on the ESP8266 and ESP32
LoRa (Long Range) is a patented digital wireless data communication technology with low power consumption. That’s really important…
ESP32 running MicroPython sends data over LoRaWAN | Hackaday.io
https://hackaday.io/project/170139-esp32-running-micropython-sends-data-over-lorawan
https://hackaday.io/project/170139-esp32-running-micropython-sends-data-over-lorawan
hackaday.io
ESP32 running MicroPython sends data over LoRaWAN
This project adds LoRaWAN support to the SX127x driver for MicroPython. The activation method ABP is included, which enables an ESP32 running MicroPython to connect to the "The Things Network (TTN)" to send data.
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:/…
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…