🇪🇸
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/Y6Xd9Z1UVGs?si=Aue5Yev0vkS62tuh
YouTube
Primera experiencia en Diseño y envío a Fabricación de PCBs | Proyecto Raspberry Pi Pico
El desafío es diseñar un PCB mediante el aclamado software libre KiCad y enviar a fabricar cinco de estos circuitos impresos. También veremos en detalle el código para implementar mediante un sensor BMP/BME280 y una pantalla OLED SSD1306 una pequeña estación…
🇪🇸
MicroPython
💻
🐍
📡
🕹
https://github.com/activeceron
Hacky Temperature and Humidity Sensor
https://www.kevsrobots.com/blog/hacky-sensor.html
Kevsrobots
Hacky Temperature and Humidity Sensor
This is a quick, cheap project to create a temperature and humidity sensor using a DHT22 sensor and a Raspberry Pi Pico
🇪🇸
MicroPython
💻
🐍
📡
🕹
https://github.com/activeceron
https://techexplorations.com/guides/esp32/micropython-with-the-esp32/4-micropython-compatible-boards
Tech Explorations
MicroPython with the ESP32 guide series: MicroPython compatible boards
I discuss some of the microcontroller boards that are compatible with MicroPython.
🇪🇸
MicroPython
💻
🐍
📡
🕹
https://github.com/activeceron
https://www.kevsrobots.com/blog/high-five-bot.html
🇪🇸
MicroPython
💻
🐍
📡
🕹
https://github.com/activeceron
https://www.kevsrobots.com/learn/pico_temp_sensor/01_course_introduction.html
Kevsrobots
Course Introduction
Learn about the exciting journey ahead as we explore the Raspberry Pi Pico's built-in temperature sensor and learn how to use it with MicroPython.
🇪🇸
MicroPython
💻
🐍
📡
🕹
https://github.com/activeceron
https://www.kevsrobots.com/learn/pico_temp_sensor/02_setting_up_thonny.html
Kevsrobots
Setting Up Thonny
Get your environment ready by installing and configuring the Thonny IDE to program your Raspberry Pi Pico with MicroPython.
🇪🇸
MicroPython
💻
🐍
📡
🕹
https://github.com/activeceron
https://www.kevsrobots.com/learn/pico_temp_sensor/03_installing_micropython_on_pico.html
Kevsrobots
Installing MicroPython on the Pico
Learn how to install MicroPython on your Raspberry Pi Pico to enable programming and communication through Thonny.
🇪🇸
MicroPython
💻
🐍
📡
🕹
https://github.com/activeceron
https://www.embedded.com/optimizing-ai-for-microcontrollers/?utm_source=newsletter&utm_campaign=link&utm_medium=EmbeddedWeekly-20250115&oly_enc_id=6666E9041534I8A
Embedded
Optimizing AI for Microcontrollers - Embedded
Artificial intelligence has radically transformed many sectors, thanks to its ability to analyze large amounts of data, extract complex models and make
👍
1
🇪🇸
MicroPython
💻
🐍
📡
🕹
https://github.com/activeceron
https://youtu.be/hHec4qL00x0?si=yrfkI5flQFyUqaMF
YouTube
Writing fast and efficient MicroPython
Damien George
https://2018.pycon-au.org/talks/45358-writing-fast-and-efficient-micropython/
MicroPython is an implementation of Python designed to run on microcontrollers and embedded systems. These devices don't have many resources (CPU, RAM) and so it's…
🇪🇸
MicroPython
💻
🐍
📡
🕹
https://github.com/activeceron
https://youtu.be/flfuaZaKFCM?si=apDTNF7CWBkZUkEL
YouTube
Using an Arduino with Python LESSON 1: Introduction, Prerequisites and Class Gear
In this video I introduce our new class where we will learn how to control the arduino using Python. This will allow us to animate stunning 3D models and graphics with data coming from the Arduino. In this class, we will be using an Elegoo Super Starter Kit…
👍
1
🇪🇸
MicroPython
💻
🐍
📡
🕹
https://github.com/activeceron
https://youtu.be/dpQmAafRsbg?si=roqW20-x0aYZH05y
YouTube
Using an Arduino with Python LESSON 2: Installing and Configuring Python and Visual Studio
In this I show how to install and configure Python and Visual Studio Code. This will ensure your system is configured exactly like mine. This will help make sure all my instructions work properly on your system. In this class, we will be using an Elegoo Super…
🇪🇸
MicroPython
💻
🐍
📡
🕹
https://github.com/activeceron
https://youtu.be/VN3HJm3spRE?si=FAJSCiWF3SuUa2L5
YouTube
Using an Arduino with Python LESSON 3: Passing Data From Arduino to Python
In this video I show how to pass data from the arduino to a PC using Python. This will allow us to animate stunning 3D models and graphics with data coming from the Arduino. In this class, we will be using an Elegoo Super Starter Kit, available below (affiliate…
🇪🇸
MicroPython
💻
🐍
📡
🕹
https://github.com/activeceron
https://youtu.be/4IqqXXMARr8?si=PldBq3ZSYuJbqQ42
YouTube
Using an Arduino with Python LESSON 4: Visual Display of Measured Voltage in Visual Python
In this video we create a voltage divider using a potentiometer connected to an Arduino. We read the voltage from the center tap of the pot, and then pass the binary value over to python. The value is read in python and then the data is cleaned up. We then…
🇪🇸
MicroPython
💻
🐍
📡
🕹
https://github.com/activeceron
https://youtu.be/noqZ8QFzJxc?si=W9nvYiiHdoCLC71t
YouTube
Using an Arduino with Python LESSON 5: Analog Voltage Meter in vPython
In this video we create a voltage divider using a potentiometer connected to an Arduino. We read the voltage from the center tap of the pot, and then pass the binary value over to python. We then create an old school analog voltmeter, and bring it to life…
🇪🇸
MicroPython
💻
🐍
📡
🕹
https://github.com/activeceron
https://youtu.be/61VKJ64Bdks?si=StZrqUbiHp-5FMXN
YouTube
Using an Arduino with Python LESSON 6: Modeling a Volt Meter in vPython
In this video we create a voltage divider using a potentiometer connected to an Arduino. We read the voltage from the center tap of the pot, and then pass the binary value over to python. We then create an old school analog voltmeter, and bring it to life…
🇪🇸
MicroPython
💻
🐍
📡
🕹
https://github.com/activeceron
https://youtu.be/kF6biceKwFY?si=H5RsSJ8nLnc2nE98
YouTube
Using an Arduino with Python LESSON 7: Measuring Temperature and Humidity With the DHT11
In this video we create a show how to wire up the DHT11 and how to measure Temperature and Humidity. We show how to make the measurements, and your homework will be to pass the data to Vpython, and create visuals to display temperature and humidity. In this…
🇪🇸
MicroPython
💻
🐍
📡
🕹
https://github.com/activeceron
https://youtu.be/xgzbRYzQWPE?si=2IRcHGTRsqdCO-7m
YouTube
Using an Arduino with Python LESSON 8: Live Thermometer 3D Visual Using DHT11
In this video we create a show how to wire up the DHT11 to measure temperature and humidity and how to pass data from the arduino to python. We then create an animated 3D graphic of a thermometer that updates in real time with the data coming from arduino.…
🇪🇸
MicroPython
💻
🐍
📡
🕹
https://github.com/activeceron
https://youtu.be/tJw8JEX89eo?si=WVMhG1TV5CK-SAVM
YouTube
Using an Arduino with Python LESSON 9: Temperature and Humidity Visual Using DHT11
In this video we create a show how to wire up the DHT11 to measure temperature and humidity and how to pass data from the arduino to python. We then create an animated 3D graphic of a thermometer that updates in real time with the data coming from arduino.…
🇪🇸
MicroPython
💻
🐍
📡
🕹
https://github.com/activeceron
https://youtu.be/dbZZlq1_M4o?si=ZnMMP8u0_ytnYZGH
YouTube
Using an Arduino with Python LESSON 10: Passing Data from Python to Arduino
In this video we show how to pass data from Python to Arduino. This allows the arduino to be controlled by python running on a desktop. In this simple introduction we just pass data to turn an LED on or off. In this class, we will be using an Elegoo Super…
🇪🇸
MicroPython
💻
🐍
📡
🕹
https://github.com/activeceron
https://youtu.be/VdSFwYrYqW0?si=crBllLiCGoWN_vl5
YouTube
Using an Arduino with Python LESSON 11: Controlling an LED from Python
In this video we show how to pass data from Python to Arduino. We get user input from Python, pass that data to arduino, and then light the LED according to user input. In this class, we will be using an Elegoo Super Starter Kit, available below (affiliate…