๐ช๐ธ
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/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โฆ
๐ช๐ธ
MicroPython
๐ป
๐
๐ก
๐น
https://github.com/activeceron
https://youtu.be/czhneFmwJos?si=kzpDn8LE-4yapUFn
YouTube
Using an Arduino with Python LESSON 18: 3D Pong Game With Arduino and vPython
We create a 3D version of the classic arcade game of Pong. We have a joystick connected to the arduino, which passes data to vPython. Then we move a game paddle with the joystick. We are using the joystick in your Elegoo Super Starter Kit. If you do notโฆ
๐ช๐ธ
MicroPython
๐ป
๐
๐ก
๐น
https://github.com/activeceron
https://youtu.be/tl7eIqCWCeE?si=5iLgYSCo0praSEDY
YouTube
Using Arduino with Python LESSON 19: Understanding and Creating a Simple Client Server Configuration
In this lesson we explain how a simple client server system works. We implement it using python and arduino. Using a Client Server Configuration is a more robust way of communicating between two systems.
We are using the Elegoo Arduino kit in these lessons.โฆ
๐ช๐ธ
MicroPython
๐ป
๐
๐ก
๐น
https://github.com/activeceron
https://youtu.be/UP0-w7tPxF0?si=4uBFHzci5cn-GPy-
YouTube
How to Design a Custom ESP32 PCB in 19 Minutes (Full Tutorial)
A quick guide on how to design an ESP-32 PCB using KiCad.
Please note:
As pointed out in the comments, if you're following along you're going to want to make the USB traces a differential pair. Also please take this video with a grain of salt as I reallyโฆ
๐ช๐ธ
MicroPython
๐ป
๐
๐ก
๐น
https://github.com/activeceron
https://youtu.be/QgdUvU0xw3A?si=tCDtwvv0QdmdrEoS
YouTube
How To Export Gerber, BOM, and Pick & Place Files From KiCad to JLCPCB
Thanks for watching!
๐ช๐ธ
MicroPython
๐ป
๐
๐ก
๐น
https://github.com/activeceron
https://youtu.be/vU83AJHFNz0?si=bGIHH-NUhDTJN0TP
YouTube
How to import JLCPCB/EasyEDA Footprints & Symbols Into KiCad Easily
Thanks for watching!
๐ช๐ธ
MicroPython
๐ป
๐
๐ก
๐น
https://github.com/activeceron
https://youtu.be/Mt3E6WUGa_U?si=_Ymyoag5pl9X-BSl
YouTube
Complete guide of Arduino Nano ESP32 | Arduino + MicroPython
This video is about the New IoT board from Arduino called as Arduino Nano ESP32 which is an Arduino Board based on ESP32 S3 chipset. It comes with the same form factor of this original Arduino Nano board.
Watch out this video to know everything about thisโฆ
๐ช๐ธ
MicroPython
๐ป
๐
๐ก
๐น
https://github.com/activeceron
https://youtu.be/7PHhVqUtkC0?si=kvB5wtjHZWq6aXcZ
YouTube
Internet Controlled "Local Area Home Automation" | ESP32 Projects | IoT Projects
In this video I have shown you one technique on controlling your local area network based Home Automation project over internet by port forwarding using ngrok service.
I'm running ngrok service on my Raspberry Pi board so that this project can work for longerโฆ
๐ช๐ธ
MicroPython
๐ป
๐
๐ก
๐น
https://github.com/activeceron
Muchรญsimas gracias a todos los miembros, ya somos 1000!!. Seguimos avanzando para ofrecer los mejores tutoriales, ideas, trucos y conocimientos. Gracias a todos!.
๐
2
๐ช๐ธ
MicroPython
๐ป
๐
๐ก
๐น
https://github.com/activeceron
https://youtu.be/d5c_NoK1qt0?si=43hiTtA5JNsVbBlK
YouTube
Port Forwarding your IoT Projects
In this video I have shown you one technique on controlling your local area network based projects over internet by port forwarding using ngrok service.
I'm running ngrok service on my Raspberry Pi board so that this project can work for longer period ofโฆ
๐ช๐ธ
MicroPython
๐ป
๐
๐ก
๐น
https://github.com/activeceron
https://youtu.be/23_ttll2EWU?si=Ns8vyefzfHpBM0Ui
YouTube
Running ChatGPT on ESP32
๐ฅ
๐ฅ
This video will guide you about how to use ChatGPT on any ESP32 based boards. After following this video, you'll be able to ask questions to ESP32 board and it will give response from ChatGPT AI.
Basically all this is working on ChatGPT APIs and you canโฆ
๐
1