๐ช๐ธ
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/gfaz_nJ5gj8
YouTube
012 - MicroPython TechNotes: 8x8 Dot Matrix Display - SPI
In this video, we will learn on how to use the 8x8 Dot Matrix display with an SPI interface using MicroPython language.
For more details, visit my blog post at:
https://techtotinker.blogspot.com/2021/02/012-micropython-technotes-8x8-dot.html
OR watch theโฆ
๐ช๐ธ
MicroPython
๐ป
๐
๐ก
๐น
https://github.com/activeceron
https://youtu.be/ziKCOOLO9IA
YouTube
013 - MicroPython TechNotes: 8x16 Dot Matrix Display - SPI
In this video, we will learn on how to use the 8x16 Dot Matrix display with an SPI interface using MicroPython language.
For more details, visit my blog post at:
https://techtotinker.blogspot.com/2021/02/013-micropython-technotes-8x16-dot.html
OR watchโฆ
๐ช๐ธ
MicroPython
๐ป
๐
๐ก
๐น
https://github.com/activeceron
https://youtu.be/yGFF_lEl-68
YouTube
014 - MicroPython TechNotes: 8x8 Dot Matrix Display - I2C
In this video, we will learn on how to use the 8x8 Dot Matrix Display with an I2C interface using MicroPython language.
For more details, visit my blog post at:
https://techtotinker.blogspot.com/2021/02/014-micropython-technotes-8x8-dot.html
OR watch theโฆ
๐ช๐ธ
MicroPython
๐ป
๐
๐ก
๐น
https://github.com/activeceron
https://youtu.be/_w0O-qEeqHg
YouTube
015 - MicroPython TechNotes: NeoPixel 16
In this video, we will learn on how to use a NeoPixel ring with 16 addressable RGB LEDs.
For l details, visit my blog post at:
https://techtotinker.com/2021/03/015-micropython-technotes-neopixel-16/
OR watch the whole playlist:
https://www.youtube.com/โฆ
๐ช๐ธ
MicroPython
๐ป
๐
๐ก
๐น
https://github.com/activeceron
https://randomnerdtutorials.com/esp32-esp8266-sensor-bme280-influxdb/
Random Nerd Tutorials
ESP32/ESP8266: Send BME280 Sensor Readings to InfluxDB | Random Nerd Tutorials
Send BME280 sensor readings to InfluxDB using the ESP32 or ESP8266 boards. InfluxDB is a time series database. Each record on the database is associated with a timestamp
๐ช๐ธ
MicroPython
๐ป
๐
๐ก
๐น
https://github.com/activeceron
https://youtu.be/xQO2zR4rVSQ
YouTube
016 - MicroPython TechNotes: 8x8 RGB LED Matrix
In this video, we will on how to use the RGB LED matrix display using ESP32 with MicroPython language.
For l details, visit my blog post at:
https://techtotinker.blogspot.com/2021/03/016-micropython-technotes-rgb-led-matrix.html
OR watch the whole playlist:โฆ
๐ช๐ธ
MicroPython
๐ป
๐
๐ก
๐น
https://github.com/activeceron
https://think.cs.vt.edu/blockpy/
BlockPy Server
BlockPy
BlockPy is a web-based Python environment that lets you work with blocks, text, or both. Designed for Data Science and equipped with powerful tools like the State Explorer and Guided Feedback, the goal of BlockPy is to let you solve authentic, real-worldโฆ
๐ช๐ธ
MicroPython
๐ป
๐
๐ก
๐น
https://github.com/activeceron
https://youtu.be/yq0LTKFgReo
YouTube
017 - MicroPython TechNotes: LASER
In this video, we will look at on how to use the LASER module with ESP32 using MicroPython programming language.
For more details, visit my blog post at:
https://techtotinker.blogspot.com/2021/03/017-micropython-technotes-laser-module.html
OR watch theโฆ
๐ช๐ธ
MicroPython
๐ป
๐
๐ก
๐น
https://github.com/activeceron
https://youtu.be/DNkOA_TMikA
YouTube
Arduino,el documental.
Historia de Arduino de la mano de sus creadores.
๐ช๐ธ
MicroPython
๐ป
๐
๐ก
๐น
https://github.com/activeceron
https://youtu.be/WbGduiwDAGc
YouTube
018 - MicroPython TechNotes: Buttons | Reading an Input
In this video, we will learn how to read an input device (like button module) with ESP32 using MicroPython language.
For more details, visit my blog post at:
https://techtotinker.com/2021/03/018-micropython-technotes-button-reading-an-input/
OR watch theโฆ
๐ช๐ธ
MicroPython
๐ป
๐
๐ก
๐น
https://github.com/activeceron
https://youtu.be/3Yl2hgGaKy0
YouTube
Descargar e instalar Thonny y firmware para ESP32
Facebook:
https://www.facebook.com/groups/esp32micropython/
TikTok:
@electronicaforever
Thonny:
https://thonny.org/
Drivers:
https://www.silabs.com/developers/usb-to-uart-bridge-vcp-drivers
Firmware:
https://micropython.org/download/esp32/
๐ช๐ธ
MicroPython
๐ป
๐
๐ก
๐น
https://github.com/activeceron
https://youtu.be/XZqDXWd_W8Q
YouTube
019 - MicroPython TechNotes: Switch
In this video, we will learn how to use a switch with ESP32 using MicroPython programming language.
For more details, visit my blog post at:
https://techtotinker.blogspot.com/2021/03/019-micropython-technotes-switch-module.html
OR watch the whole playlist:โฆ
๐ช๐ธ
MicroPython
๐ป
๐
๐ก
๐น
https://github.com/activeceron
https://youtu.be/5hqweVbNaho
YouTube
020 - MicroPython TechNotes: Touch Sensor
In this video, we will learn how to use a touch sensor module with ESP32 using MicroPython programming language.
For more details, visit my blog post at:
https://techtotinker.blogspot.com/2021/03/020-micropython-technotes-touch-sensor.html
OR watch theโฆ
๐ช๐ธ
MicroPython
๐ป
๐
๐ก
๐น
https://github.com/activeceron
https://www.profetolocka.com.ar/2020/12/13/micropython-retardos-de-tiempo/?s=09
๐ช๐ธ
MicroPython
๐ป
๐
๐ก
๐น
https://github.com/activeceron
https://hazlolinux.com/arduino/tutorial-de-arduino-con-python-para-principiantes/?s=09
๐ช๐ธ
MicroPython
๐ป
๐
๐ก
๐น
https://github.com/activeceron
https://www.esploradores.com/micropython_pwm/
Esploradores
MICROPYTHON ESP32 โ Modulaciรณn por ancho de pulsosPWM (Pulse Width Modulation) โ ESPloradores
๐ช๐ธ
MicroPython
๐ป
๐
๐ก
๐น
https://github.com/activeceron
Forwarded from
๐ช๐ธ
Python Practice Book
๐
๐ป
๐
๐
๐
https://github.com/activeceron
Modos-de-conexiรณn-WiFi-3.pdf
170.7 KB
Modos-de-conexiรณn-WiFi-3-ESP8266.pdf
๐ช๐ธ
MicroPython
๐ป
๐
๐ก
๐น
https://github.com/activeceron
https://www.esploradores.com/micropython_adc/?s=09
Esploradores
MICROPYTHON ESP32 โ Conversiรณn Analรณgica-DigitalADC (Analog-Digital Conversion) โ ESPloradores
๐ช๐ธ
MicroPython
๐ป
๐
๐ก
๐น
https://github.com/activeceron
https://youtu.be/zzdSyYwfuP4
YouTube
021 - MicroPython TechNotes: Color Touch Sensor
In this video, we will learn how to use a Color Touch Sensor with ESP32 using MicroPython programming language. We will also look at pin interrupts in handling GPIO pin changes.
For more details, visit my blog post at:
https://techtotinker.blogspot.com/2021/03/021โฆ
๐ช๐ธ
MicroPython
๐ป
๐
๐ก
๐น
https://github.com/activeceron
https://youtu.be/-gHXofJfegs
YouTube
022 - MicroPython TechNotes: Potentiometer
In this video, we will learn how to use Potentiometer with ESP32 using MicroPygthon programming language.
For more details, visit my blog post at:
https://techtotinker.blogspot.com/2021/03/022-micropython-technotes-potentiometer.html
OR watch the wholeโฆ