Ver "Raspberry Pi PICO - Primeros pasos (FÁCIL) - V1" en YouTube
https://youtu.be/rx7eHB9uu8w
https://youtu.be/rx7eHB9uu8w
YouTube
Raspberry Pi PICO - Primeros pasos (FÁCIL) - V1
¡Que tal IOBOTICOS! En este video hablaremos sobre la nueva RaspberryPi PICO.
Apoyame con un café ☕ https://ko-fi.com/ioboticus
█ INDICE DE CONTENIDO █
0:00 Introducción al curso
0:26 Detalles Técnicos
1:57 Instalación del Firmware
4:01 Instalando…
Apoyame con un café ☕ https://ko-fi.com/ioboticus
█ INDICE DE CONTENIDO █
0:00 Introducción al curso
0:26 Detalles Técnicos
1:57 Instalación del Firmware
4:01 Instalando…
Ver "Intro to Programming with MicroPython for ESP8266 Boards [Tutorial]" en YouTube
https://youtu.be/j0hgKkwmSlw
https://youtu.be/j0hgKkwmSlw
YouTube
Intro to Programming with MicroPython for ESP8266 Boards [Tutorial]
How to Program Using MicroPython
Full Tutorial: https://nulb.app/x4vnm
Subscribe to Null Byte: https://goo.gl/J6wEnH
Kody's Twitter: https://twitter.com/KodyKinzie
Cyber Weapons Lab, Episode 134
Arduino is typically the way to go when first getting started…
Full Tutorial: https://nulb.app/x4vnm
Subscribe to Null Byte: https://goo.gl/J6wEnH
Kody's Twitter: https://twitter.com/KodyKinzie
Cyber Weapons Lab, Episode 134
Arduino is typically the way to go when first getting started…
Ver "Learn MicroPython #1 - Introduction & Installation" en YouTube
https://youtu.be/30qLYp0U3zY
https://youtu.be/30qLYp0U3zY
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…
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…
Ver "MicroPython Made Easier!" en YouTube
https://youtu.be/EJPFWMLxRx8
https://youtu.be/EJPFWMLxRx8
YouTube
MicroPython Made Easier!
If you are new to developing with MicroPython or you just don't enjoy managing and transferring your files via the command line, then this is for you!
You can download mu from here...
https://codewith.mu/
You can find out more about MicroPython from here...…
You can download mu from here...
https://codewith.mu/
You can find out more about MicroPython from here...…
Ver "Getting Started with MicroPython and Thonny" en YouTube
https://youtu.be/CPkzcNIVqPQ
https://youtu.be/CPkzcNIVqPQ
YouTube
Getting Started with MicroPython and Thonny
Get started using MicroPython on an ESP8266 microcontroller! This video goes over installing Thonny, flashing MicroPython to an ESP8266, and writing a simple program for a ESP8266 using Micropython.
Article: https://micronote.tech/2020/01/Hello-Micropython/…
Article: https://micronote.tech/2020/01/Hello-Micropython/…
Ver "Programming an ESP32 NodeMCU with MicroPython: Setup with Thonny" en YouTube
https://youtu.be/BzAo48cFhS8
https://youtu.be/BzAo48cFhS8
YouTube
Programming an ESP32 NodeMCU with MicroPython: Setup with Thonny
Setup your ESP32 NodeMCU for MicroPython with the Thonny IDE.
Article: https://micronote.tech/2020/08/Getting-Started-with-ESP32-and-Micropython/
How to find your device's port: https://micronote.tech/2020/01/How-to-find-your-Device's-Port/
Thonny IDE:…
Article: https://micronote.tech/2020/08/Getting-Started-with-ESP32-and-Micropython/
How to find your device's port: https://micronote.tech/2020/01/How-to-find-your-Device's-Port/
Thonny IDE:…
Ver "Programming an ESP32 NodeMCU with MicroPython: Basic GPIO Input and Output" en YouTube
https://youtu.be/8SaKZHOc_UM
https://youtu.be/8SaKZHOc_UM
YouTube
Programming an ESP32 NodeMCU with MicroPython: Basic GPIO Input and Output
Learn basic GPIO input and output with an ESP32 NodeMCU.
Article: https://micronote.tech/2020/12/GPIO-Input-and-Output-with-an-ESP32-NodeMCU-and-MicroPython/
How to find your device's port: https://micronote.tech/2020/01/How-to-find-your-Device's-Port/…
Article: https://micronote.tech/2020/12/GPIO-Input-and-Output-with-an-ESP32-NodeMCU-and-MicroPython/
How to find your device's port: https://micronote.tech/2020/01/How-to-find-your-Device's-Port/…
Ver "Programming an ESP32 NodeMCU with MicroPython: Timers and Interrupts" en YouTube
https://youtu.be/ZkmPRzZPqzc
https://youtu.be/ZkmPRzZPqzc
YouTube
Programming an ESP32 NodeMCU with MicroPython: Timers and Interrupts
Learn how to use timers, interrupts, and how to debounce buttons.Article: https://micronote.tech/2021/01/Timers-and-Interrupts-with-a-ESP32-NodeMCU-and-Micro...
Ver "Getting Started with MicroPython and Thonny" en YouTube
https://youtu.be/CPkzcNIVqPQ
https://youtu.be/CPkzcNIVqPQ
YouTube
Getting Started with MicroPython and Thonny
Get started using MicroPython on an ESP8266 microcontroller! This video goes over installing Thonny, flashing MicroPython to an ESP8266, and writing a simple program for a ESP8266 using Micropython.
Article: https://micronote.tech/2020/01/Hello-Micropython/…
Article: https://micronote.tech/2020/01/Hello-Micropython/…
Ver "Programming a NodeMCU with MicroPython: Basic GPIO Input and Output" en YouTube
https://youtu.be/zEOBjIw0l6U
https://youtu.be/zEOBjIw0l6U
YouTube
Programming a NodeMCU with MicroPython: Basic GPIO Input and Output
Learn the basics of GPIO input and output with an ESP8266 NodeMCU microcontroller. This video goes over outputting to an LED, getting input from a button, and why a pull-up resistor is necessary.
Article: https://micronote.tech/2020/01/Basic-GPIO-Input-and…
Article: https://micronote.tech/2020/01/Basic-GPIO-Input-and…
Ver "Programming a NodeMCU with MicroPython: Timers and Interrupts" en YouTube
https://youtu.be/FZ3R8APHqgE
https://youtu.be/FZ3R8APHqgE
YouTube
Programming a NodeMCU with MicroPython: Timers and Interrupts
Learn how to use timers and interrupts with an ESP8266 NodeMCU microcontroller. This video goes over timers, interrupts, and debouncing.
Article: https://micronote.tech/2020/02/Timers-and-Interrupts-with-a-NodeMCU-and-MicroPython/
Timer Code: https://gi…
Article: https://micronote.tech/2020/02/Timers-and-Interrupts-with-a-NodeMCU-and-MicroPython/
Timer Code: https://gi…
MicroPython Examples
https://docs.pycom.io/docnotes/examples/
https://docs.pycom.io/docnotes/examples/
Ver "MicroPython ESP8266 HTTP examples with Tony D! @micropython" en YouTube
https://youtu.be/yGKZOwzGePY
https://youtu.be/yGKZOwzGePY
YouTube
MicroPython ESP8266 HTTP examples with Tony D! @micropython
Live stream to https://twitch.tv/adafruit looking at examples of HTTP client and server use with ESP8266 MicroPython.
Links mentioned in the video:
- MicroPython HTTP examples: https://github.com/micropython/micropython/tree/master/examples/network
- MicroPython…
Links mentioned in the video:
- MicroPython HTTP examples: https://github.com/micropython/micropython/tree/master/examples/network
- MicroPython…
Ver "Programming a NodeMCU with MicroPython: PWM and ADC" en YouTube
https://youtu.be/Il0aHlurCXM
https://youtu.be/Il0aHlurCXM
YouTube
Programming a NodeMCU with MicroPython: PWM and ADC
Learn how to use PWM and the ADC on an ESP8266 NodeMCU microcontroller.
Article: https://micronote.tech/2020/02/PWM-and-ADC-with-a-NodeMCU-and-MicroPython/
Social:
Follow Micronote: https://twitter.com/micro_note
Follow me: https://twitter.com/carlosupina
Article: https://micronote.tech/2020/02/PWM-and-ADC-with-a-NodeMCU-and-MicroPython/
Social:
Follow Micronote: https://twitter.com/micro_note
Follow me: https://twitter.com/carlosupina
Ver "Programming a NodeMCU with MicroPython: RTC and Deep Sleep" en YouTube
https://youtu.be/dYNSdnbPy18
https://youtu.be/dYNSdnbPy18
YouTube
Programming a NodeMCU with MicroPython: RTC and Deep Sleep
Learn how to use the RTC and deep sleep mode on an ESP8266 NodeMCU microcontroller.
Article: https://micronote.tech/2020/02/RTC-and-Deep-Sleep-with-a-NodeMCU-and-MicroPython/
Social:
Follow Micronote: https://twitter.com/micro_note
Follow me: https://t…
Article: https://micronote.tech/2020/02/RTC-and-Deep-Sleep-with-a-NodeMCU-and-MicroPython/
Social:
Follow Micronote: https://twitter.com/micro_note
Follow me: https://t…
Ver "Programming a NodeMCU with MicroPython: Intro to Networking and ntptime" en YouTube
https://youtu.be/v9xsAU0V2uI
https://youtu.be/v9xsAU0V2uI
YouTube
Programming a NodeMCU with MicroPython: Intro to Networking and ntptime
Learn how to connect to a network and use the ntptime module on an ESP8266 NodeMCU microcontroller.
Article: https://micronote.tech/2020/03/Introduction-to-Networking-and-ntptime-with-a-NodeMCU-and-MicroPython/
Get the Atlas kit: https://micronote.tech/atlas/…
Article: https://micronote.tech/2020/03/Introduction-to-Networking-and-ntptime-with-a-NodeMCU-and-MicroPython/
Get the Atlas kit: https://micronote.tech/atlas/…
Ver "Control Electronics from a Web Browser Using MicroPython & Jupyter Notebook [Tutorial]" en YouTube
https://youtu.be/uULIfqaPQKI
https://youtu.be/uULIfqaPQKI
YouTube
Control Electronics from a Web Browser Using MicroPython & Jupyter Notebook [Tutorial]
Earn $$. Learn What You Need to Get Certified (90% Off): https://nulb.app/cwlshop
How to Use MicroPython to Control Electronic Devices
Full Tutorial: https://nulb.app/x5i8l
Subscribe to Null Byte: https://goo.gl/J6wEnH
Kody's Twitter: https://twitter.com/KodyKinzie…
How to Use MicroPython to Control Electronic Devices
Full Tutorial: https://nulb.app/x5i8l
Subscribe to Null Byte: https://goo.gl/J6wEnH
Kody's Twitter: https://twitter.com/KodyKinzie…
🚀 Cómo Programar Un PIC 🤓 Software, Hardware, Código Y MÁS!
https://microcontroladoress.com/como-programar/
https://microcontroladoress.com/como-programar/
Todo sobre Microcontroladores
🥇 Como programar un PIC con Python, C y con su software.
Programar microcontroladores se puede realizar con diferente hardware y lenguaje como C o Python, APRENDE COMO!
Ver "PIC Microcontroller Meets Python | Educational Engineering Team" en YouTube
https://youtu.be/0BVWnZNhRUs
https://youtu.be/0BVWnZNhRUs
YouTube
PIC Microcontroller Meets Python | Educational Engineering Team
PIC Microcontroller Meets Python
Full Course at: https://bit.ly/2QbTqa7
PIC Microcontroller meets Python: Control your PIC Microcontroller using Python effectively and unleash the power of Python coding and PIC Hardware in a step by step manner for everyone…
Full Course at: https://bit.ly/2QbTqa7
PIC Microcontroller meets Python: Control your PIC Microcontroller using Python effectively and unleash the power of Python coding and PIC Hardware in a step by step manner for everyone…
Ver "MicroPython #1 - Lets Get Started" en YouTube
https://youtu.be/5W3WvXAmDJc
https://youtu.be/5W3WvXAmDJc
YouTube
MicroPython #1 - Lets Get Started
#MicroPython #esp32 #downloading #installing #using
It's no secret I like MicroPython... and MicroPython on the ESP32 is amazing, so I decided to start a video series about MicroPython.
In this first episode I talk about what MicroPython is, where to get…
It's no secret I like MicroPython... and MicroPython on the ESP32 is amazing, so I decided to start a video series about MicroPython.
In this first episode I talk about what MicroPython is, where to get…