🇪🇸
MicroPython
💻
🐍
📡
🕹
https://github.com/activeceron
@MycroPython
1.19K
subscribers
57
photos
4
videos
72
files
2.49K
links
Micropython para Microcontroladores, IoT, Sensores Remotos,Automatización. Recursos,documentación,tutoriales para programar MCUs con Micropython y mucho mas.
@miprochip_com
@Python_Practice
@blocklycode
@Python_Practice_Books
@EcoEnergias
@miproshop
Download Telegram
Join
🇪🇸
MicroPython
💻
🐍
📡
🕹
https://github.com/activeceron
1.19K subscribers
🇪🇸
MicroPython
💻
🐍
📡
🕹
https://github.com/activeceron
https://youtu.be/D7Aycd2FrAo?si=qQQnvdeNbn779qqw
YouTube
ESP32 Internal sensors - temperature, hall & touch sensors arduino
ESP32 Internal sensors - temperature, hall & touch sensors in arduino. Today we will be accessing all three kinds of internal sensors of the esp32.
ESP32 intro & installation: https://youtu.be/Qxr1T_UGs2M
ESP32 deepsleep & touchpins: https://youtu.be/OL3al11DHBE…
🇪🇸
MicroPython
💻
🐍
📡
🕹
https://github.com/activeceron
https://youtu.be/I5UL10T0jek?si=6P8dHAdh9oAsoMvW
YouTube
ESP32 connect to wifi network - how to connect ESP32 to wifi network
ESP32 connect to wifi network, today we will learn how to connect an ESP32 to a wifi network. This is a very easy and fast tutorial!
ESP32 intro & installation: https://youtu.be/Qxr1T_UGs2M
GIVEAWAY: https://youtu.be/v1t_2L-cH3Q
All my code will be available…
🇪🇸
MicroPython
💻
🐍
📡
🕹
https://github.com/activeceron
https://youtu.be/cgoCmYLeaSI?si=ZL-WJosWP4Osf9nH
YouTube
ESP32 GET JSON from API - ESP32 GET request from API receive JSON
ESP32 get json from api endpoint through wifi, today we will learn how to perform a get request with an esp32 and receive JSON.
ESP32 wifi: https://youtu.be/I5UL10T0jek
API: https://jsonplaceholder.typicode.com/posts/1/comments
All my code will be available…
🇪🇸
MicroPython
💻
🐍
📡
🕹
https://github.com/activeceron
https://youtu.be/4dd9braoqb8?si=WvyEFBWZ26xpJYMR
YouTube
WeMos D1 Mini tutorial arduino - Getting started with wemos D1 mini
Today the WeMos D1 Mini will be our device of choice to start with. In this video we will be getting started with the WeMos D1 Mini in the Arduino IDE.
Preferences:
https://arduino.esp8266.com/stable/package_esp8266com_index.json
All my code will be available…
🇪🇸
MicroPython
💻
🐍
📡
🕹
https://github.com/activeceron
https://youtu.be/iGCU0ynkl_M?si=95w3w7z3V52gxrhu
YouTube
ESP32 SPIFFS Arduino - Save files with data onto your ESP32's Flash
ESP32 SPIFFS in Arduino, In todays video we will learn how to save files onto your ESP32.
All my code will be available on my Patreon page:
https://www.patreon.com/posts/29960678
www.patreon.com/asali
Links:
https://techtutorialsx.com/2018/08/05/esp32…
🇪🇸
MicroPython
💻
🐍
📡
🕹
https://github.com/activeceron
https://youtu.be/dblfMlRa6qI?si=jFkoGoq9lNY7GQAi
YouTube
ESP32 POST JSON to api endpoint - ESP32 POST request to API endpoint
ESP32 post json to api endpoint through wifi, today we will learn how to perform a post request with an esp32 and receive JSON.
ESP32 GET JSON: https://youtu.be/cgoCmYLeaSI
API: https://jsonplaceholder.typicode.com/posts
All my code will be available on…
🇪🇸
MicroPython
💻
🐍
📡
🕹
https://github.com/activeceron
https://youtu.be/ZuvkB5vBXLA?si=X-Dkd5vlZwo1njQQ
YouTube
ESP32 PUT JSON to api endpoint - ESP32 PUT request to API endpoint
ESP32 put json to api endpoint through wifi, today we will learn how to perform a put request with an esp32 and update an existing item.
ESP32 GET JSON: https://youtu.be/cgoCmYLeaSI
API: https://jsonplaceholder.typicode.com/posts/
All my code will be available…
🇪🇸
MicroPython
💻
🐍
📡
🕹
https://github.com/activeceron
https://youtu.be/ApOwrmX0TB0?si=EwQ5uX6ZYASVfhKo
YouTube
Esp32 Micropython installation - How to install micropython on esp32
ESP32 Micropython installation, today we will learn how to install micropython on the esp32 (sparkfun thing).
Python: https://www.python.org/downloads/
Pip: https://bootstrap.pypa.io/get-pip.py/
Firmware: https://micropython.org/download/esp32/
Putty: h…
🇪🇸
MicroPython
💻
🐍
📡
🕹
https://github.com/activeceron
https://youtu.be/30qLYp0U3zY?si=89VAkB650L4soCdb
YouTube
Learn MicroPython #1 - Introduction & Installation
Full code available on Github!
https://github.com/invent-box/Learn-MicroPython
In this video tutorial, we guide you through the process of installing MicroPython firmware onto a Sparkfun ESP32 Thing (my personal board of choice).
arduino uno: https://amzn.to/2KjxYNt…
🇪🇸
MicroPython
💻
🐍
📡
🕹
https://github.com/activeceron
https://youtu.be/Z-Sg94La0DY?si=5_ojwKHOVu6LPb6Q
YouTube
Learn MicroPython #2 - Blink LED (digital output)
Full code available on Github!
https://github.com/invent-box/Learn-MicroPython
In this video you will learn to write your first simple program in MicroPython! By the end of the tutorial, you will have an LED blinking on and off. Ultimately this video is about…
🇪🇸
MicroPython
💻
🐍
📡
🕹
https://github.com/activeceron
https://youtu.be/4AaaaUr7z2c?si=UWwHfW9yco1bbBwK
YouTube
Learn MicroPython #3 - Buttons (digital input)
Full code available on Github!
https://github.com/invent-box/Learn-MicroPython
In this video, we will learn to use the pins in input mode so we can detect a button press. Input pins cannot provide power, but instead they measure the level of the voltage applied…
🇪🇸
MicroPython
💻
🐍
📡
🕹
https://github.com/activeceron
https://youtu.be/WSLSyBNua-4?si=8-eo33I88GpMqetx
YouTube
Learn MicroPython #4 - Interrupts (event-driven code)
Full code available on Github!
https://github.com/invent-box/Learn-MicroPython
In the last video, we made a program that would turn an LED on whenever a button is pressed. However, we found that as long as the program is running, the Python REPL console is…
🇪🇸
MicroPython
💻
🐍
📡
🕹
https://github.com/activeceron
https://youtu.be/joA9RvlO294?si=FjxWwEMFPNWhwt0t
YouTube
Learn MicroPython #5 - Measuring sensor voltages (ADC)
Full code available on Github!
https://github.com/invent-box/Learn-MicroPython
In a previous video we learned how to use a pin as a digital input in order to read the value of a button. In this video, we will explore a feature built in to most microcontrollers…
🇪🇸
MicroPython
💻
🐍
📡
🕹
https://github.com/activeceron
https://youtu.be/_RqR7587774?si=PtCk0G_Lh5D2Pdh9
YouTube
Learn MicroPython #6 - fade an LED with PWM
In this video we will discuss a technique used in the digital world to deliver varying power to a device without requiring an analog (varying) voltage. The technique is called pulse width modulation (abbreviated PWM) and works by controlling the duty cycle…
🇪🇸
MicroPython
💻
🐍
📡
🕹
https://github.com/activeceron
https://youtu.be/vhJQDYZ1gZA?si=C1ZRu6scUeftbH6u
YouTube
ARDUINO APUESTA POR MICROPYTHON
REDES SOCIALES:
Instagram: https://instagram.com/thecircuitproject
Medium: https://jborrayo.medium.com
Twitter: https://twitter.com/__borrayo__
Tiktok: https://www.tiktok.com/@thecircuitproject
REFERENCIAS:
Top Programming Languages https://spectrum.ieee.org/top…
🇪🇸
MicroPython
💻
🐍
📡
🕹
https://github.com/activeceron
https://youtu.be/0XxNxBaAy9c?si=KwGn8DEE2boI-WQi
YouTube
Sesión 1: Nano ESP32 para IoT Instalación de ARDUINO MICROPYTHON INSTALLER y Arduino Labs
Enlaces para configurar la Nano ESP32
Enlace 1 ARDUINO MICROPYTHON INSTALLER: https://github.com/arduino/lab-micropython-installer/releases/tag/v1.3.1
Enlace 2: ARDUINO LAB IDE : https://labs.arduino.cc/en/labs/micropython?_gl=1*kspwhk*_ga*Mzc0MTczMDU…
🇪🇸
MicroPython
💻
🐍
📡
🕹
https://github.com/activeceron
https://youtu.be/bjHo8vpDD6s?si=9BaAkyj_ipwjSsvE
YouTube
01 Montaje de resistencia interna y externa PULL_UP en ESP32 pata IoT aplicando Python en Thonny
🇪🇸
MicroPython
💻
🐍
📡
🕹
https://github.com/activeceron
https://youtu.be/oNKusVaPht4?si=6JB6Z84phj98jY9T
YouTube
02 Montaje de resistencia interna y externa PULL_DOWN en ESP32 pata IoT aplicando Python en Thonny
🇪🇸
MicroPython
💻
🐍
📡
🕹
https://github.com/activeceron
https://youtu.be/QNIp0C1BafU?si=r9w66zkPyCZXDRjE
YouTube
03 Montaje de Sensor MQ7 en ESP32 pata IoT aplicando Python en Thonny
🇪🇸
MicroPython
💻
🐍
📡
🕹
https://github.com/activeceron
https://youtu.be/MRwkhJ8Nup8?si=rl2Z3pypIirRel8V
YouTube
04 Montaje de Sensor Oximetro MAX30102 en ESP32 pata IoT aplicando Python en Thonny
Enlace de documentos: https://drive.google.com/drive/folders/1AjsPPgZPlRrVL-GikE3mCWqCmVOwBhyh?usp=sharing
🇪🇸
MicroPython
💻
🐍
📡
🕹
https://github.com/activeceron
https://youtu.be/fDnQmMhYFok?si=hQiXWMrx2V7qONSM
YouTube
05 Montaje de Sensor de temperatura Termocupla MAX6675 en ESP32 pata IoT aplicando Python en Thonny
Documentación, Modulo max 6675 y dataseet max 6675 : https://drive.google.com/drive/folders/1Mn5nGAjTLnh2Q-nanhWbuTgjP7WDmrmh?usp=sharing