๐ช๐ธ
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://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โฆ
๐ช๐ธ
MicroPython
๐ป
๐
๐ก
๐น
https://github.com/activeceron
https://youtu.be/DcOT3gtVG8Y?si=pT0VxVzJahVbXnbf
YouTube
Using an Arduino with Python LESSON 12: Paramaterized Model Design for 3D Graphics
In this video we show how to model a 3D LED using parametric modeling. This is a really important design methodology, and will be used in our upcoming 3D CAD class. This lesson is a little longer than usual, but the content is incredibly important. In thisโฆ
๐ช๐ธ
MicroPython
๐ป
๐
๐ก
๐น
https://github.com/activeceron
https://youtu.be/GFCk_JemuVA?si=XNy8M4ZWtNc_XhNn
๐ช๐ธ
MicroPython
๐ป
๐
๐ก
๐น
https://github.com/activeceron
https://youtu.be/JA4UbI2v0EA?si=O4ZA3FkxWmodXwwi
๐ช๐ธ
MicroPython
๐ป
๐
๐ก
๐น
https://github.com/activeceron
https://youtu.be/1qNnMjw_KxM?si=KBivImqVfRnO_XPL
YouTube
Using an Arduino with Python LESSON 15: Model of Bouncing Marble in 3D Room
In this video we show how to model a bouncing ball in a 3D room. We use this as an example of parametric design. In this class, we will be using an Elegoo Super Starter Kit, available below (affiliate link):
https://amzn.to/3outGb1
With this kit, we willโฆ
๐ช๐ธ
MicroPython
๐ป
๐
๐ก
๐น
https://github.com/activeceron
https://youtu.be/7Z_vPoTfREE?si=7u9caAYz0WMHMdyo
YouTube
Using an Arduino with Python LESSON 16: Connecting and Using a Joystick with Arduino
In this video we show how to use a Joystick with Arduino. We show how to connect it, and how to program the arduino to read from it. We are using the joystick in your Elegoo Super Starter Kit. If you do not have your kit yet, you can pick it up at the linkโฆ
๐ช๐ธ
MicroPython
๐ป
๐
๐ก
๐น
https://github.com/activeceron
https://youtu.be/cT1JdSNwuhM?si=ff2kZu6APSTY1HKi
YouTube
Using an Arduino with Python LESSON 17: Controlling Paddle Position with a JoyStick
In this video we show how to use a Joystick with Arduino, pass the data to python, and then use the data to control the paddle position in our 3D pong Game. We are using the joystick in your Elegoo Super Starter Kit. If you do not have your kit yet, youโฆ