Видео: Micropython
Подборка новых видео на тему Micropython на сегодня 19 April 2026 года
8 февр. 2019 г. MicroPython – Python для микроконтроллеров О том, как высокоуровневые скриптовые языки делают ваш проект с оборудованием невероятно простым, автор Кристин Спиндлер FOSDEM 2019 MicroPython - это реализация Python, предназначенная для работы на микроконтроллерах и встраиваемых системах. У этих устройств не так много ресурсов (процессор, оперативная память), поэтому важно писать эффективные скрипты. В этом докладе показано, как максимально эффективно использовать ваши ресурсы в MicroPython, и приведено несколько забавных демонстраций! MicroPython - это переработанная версия Python, специально разработанная для работы на вычислительных устройствах, которые имеют очень мало ресурсов, таких как мощность процессора, оперативная... Смотреть видео...
Микроконтроллер ESP32 MicroPython. Пример первой программы. Сегодня в уроке разберём пример «мигание встроенным светодиодом» на плате ESP32. Рассмотрим распиновку микроконтроллера ESP32 DEVKIT V1. Более подробную информацию о назначении GPIO ESP32 DEVKIT V1 читайте тут. Текстовый вариант урока: Предыдущие уроки: -= Вводный урок по программированию ESP32, ESP8266 на MicroPython -= Урок 1. MicroPython Windows. Установка и настройка IDE. -= Проекты ESP32, ESP8266 на MicroPython -= Распиновка ESP32, какие контакты GPIO можно использовать, а какие нет? -= Обзор ESP8266. Знакомство с моделями NodeMCU, WeMos, ESP-01 Станьте спонсором канала, и вы получите доступ к эксклюзивным бонусам. Подробнее: !!!! Поддержать канал... Смотреть видео...
Sharawara в Telegram: В этом видео расскажу о микроконтроллере RP2040, а так же о готовой плате Raspberry Pi Pico. Краткий обзор характеристик. Как настроить плату на работу с Micropython. Как настроить бесплатную среду разработки PyCharm IDE для работы с Micropython. Как настроить бесплатную среду разработки Thonny IDE для работы с Micropython. В чем плюсы и минусы этих IDE. Попробовать написать программу для Raspberry Pi Pico можно в симуляторе на сайте Скачать PyCharm IDE Community (Windows, Linux, Mac): Скачать Thonny IDE (Windows, Linux, Mac): Документация по Raspberry Pi Pico: 0:00 Интро 0:15 Краткий обзор характеристик Raspberry Pi Pico 1:34 Сравнение размера Raspberry Pi Pico и Raspberry Pi 4 2:31 Подключение платы... Смотреть видео...
Live stream to looking at the MicroPython programming language, how it compares to Arduino, and demos of what it can do. Companion to the guide at: Links mentioned in the video: - MicroPython Basics: What is MicroPython? - Python programming language: - MicroPython homepage: - BBC micro:bit: - Pyboard: - Feather HUZZAH ESP8266: - AM2302 (DHT22 style) sensor: - NeoPixel rings: Acknowledgements: - Music: bartlebeats - Intro shuttle footage: NASA - Intro fonts: Typodermic - Intro inspiration: Mr. Wizards's World - Matrix background: cool-retro-term & cmatrix ----------------------------------------- Visit the Adafruit shop online - Subscribe to Adafruit on YouTube: Join our weekly Show & Tell on G+ Hangouts On Air: Watch... Смотреть видео...
Live stream to showing how to load files and run code from your computer on a MicroPython board. Using a simple command line tool you can setup an 'Arduino-like' workflow to edit MicroPython code on your computer and have it run on a board. Links mentioned in the video: - MicroPython Basics: Load Files & Run Code guide: - MicroPython Basics: What is MicroPython guide (see this for links to other MicroPython Basics guides): - Adafruit MicroPython tool: - Atom text editor: - Visual Studio Code text editor: Acknowledgements: - Music: bartlebeats - Intro shuttle footage: NASA - Intro fonts: Typodermic - Intro inspiration: Mr. Wizards's World - Matrix background: cool-retro-term &... Смотреть видео...
How high-level scripting languages make your hardware project beautifuly easy MicroPython is a lean and efficient implementation of the Python 3 programming language that includes a small subset of the Python standard library and is optimised to run on microcontrollers and in constrained environments. This talk will give an overview about the MicroPython hard- and software and introduces the community. MicroPython is an Open Source project and developed in the open on GitHub. With more than 7000 stars, it ranks in the top 100 of the most popular C/C++ projects. The MicroPython pyboard is a compact electronic circuit board that runs MicroPython on the bare metal, giving you a low-level Python operating system that can be used to control... Смотреть видео...
Are you ready to take your microcontroller skills to the next level? Join us for an exciting live webinar with Arduino's Sebastian Romero and Elektor's Stuart Cording as they take us on a journey through the world of MicroPython. MicroPython has been gaining popularity as a programming language for microcontrollers in recent years. Its popularity among developers makes it easier to move to embedded systems development, despite not providing the same level of real-time control as C and C++. During this webinar, Sebastian will guide us through: The capabilities of MicroPython using the boards that support it. You'll see live demos of how applications are implemented using the available MicroPython infrastructure Learn how to access... Смотреть видео...
Привет, друзья! 👋 В этом видео я показываю, как работает мой скрипт на MicroPython для Raspberry Pi Pico с использованием кнопки и светодиодов WS2812. 🧠 🖥️ Что в видео: Пояснение математической операции сложения с псевдографикой. 📢 Генерация случайных примеров на сложение. ➕ Проверка правильности ответа с помощью кнопки. ✅ Если ответ правильный — загорится зелёный светодиод, а если нет — красный. 🟩🟥 При завершении программы плавное затухание светодиода и красивый выход из программы. 🚀 🔧 Технические особенности: Raspberry Pi Pico (RP2040) WS2812 RGB-светодиод Кнопка для отправки ответа Скрипт написан на MicroPython и работает через Thonny IDE. 📚 Этот тренажёр помогает лучше понять сложение и сделать процесс обучения... Смотреть видео...
Live stream to showing how to use SSD1306 OLED display with MicroPython on the ESP8266. Use MicroPython to control tiny little OLED displays--perfect for showing sensor readings, IoT projects, etc! Links mentioned in the video: - Feather HUZZAH ESP8266 board: - SSD1306 OLED FeatherWing: - Building and Running MicroPython on the ESP8266 guide: - MicroPython Hardware: I2C Devices guide: - See all MicroPython guides here: - MicroPython SSD1306 driver code: - Adafruit FeatherWing drivers (experimental/work in progress): Acknowledgements: - Music: bartlebeats - Intro shuttle footage: NASA - Intro fonts: Typodermic - Intro inspiration: Mr. Wizards's World - Matrix background: cool-retro-term &... Смотреть видео...
Live stream to showing how to load modules with MicroPython. Breaking code apart into separate modules helps you better structure complex scripts, and share code across projects. Learn how MicroPython supports a few different ways of importing modules in your own projects. Links mentioned in the video: - MicroPython Basics: Loading Modules guide: - MicroPython Basics: What is MicroPython? (start here if new to MicroPython): - Python modules documentation: - Building & running MicroPython firmware on the ESP8266: - MicroPython technical deep dive into RAM usage: - MicroPython source: Acknowledgements: - Music: bartlebeats - Intro shuttle footage: NASA - Intro fonts: Typodermic - Intro inspiration: Mr. Wizards's World - Matrix... Смотреть видео...
Live stream to showing how to build and load the latest in-development MicroPython firmware for the ESP32 processor. Learn how to build, load, and try out the latest ESP32 MicroPython firmware! Links mentioned in the video: - Hackaday ESP32 hackchat: - ESP32 dev board: - ESP32 Arduino: - ESP32 MicroPython: - ESP8266 (and now ESP32) firmware building guide & vagrant VM: - SiLabs USB to UART driver download: Acknowledgements: - Music: bartlebeats - Intro shuttle footage: NASA - Intro fonts: Typodermic - Intro inspiration: Mr. Wizards's World - Matrix background: cool-retro-term & cmatrix ----------------------------------------- Visit the Adafruit shop online - Subscribe to Adafruit on YouTube: Join our weekly Show & Tell on... Смотреть видео...
What if you want to remote control a drone, or create a smart home lighting system, or collect sensor data from many devices? Enter MQTT: a robust and flexible IoT protocol that lets us do all that and more! Written version of this tutorial: (boot.py WiFi connection code is included in here) Download mosquitto broker: Awesome Micropython tutorials: Banner design and video by the amazing Natalie Plociennik: 0:00 Intro 0:56 MQTT Architecture 3:18 Installing mosquitto 4:58 Configuring mosquitto 7:11 Publish & subscribe 9:16 ESP32 hardware setup 10:04 Select ESP32 in Thonny 11:15 Connect ESP32 to WiFi 11:51 Connect to MQTT broker 15:33 Publish from ESP32 20:27 Button publish demo 21:34 Subscribe from ESP32 26:39 Subscription callback... Смотреть видео...
Покупал Starter Kit тут Покупаем Microbit тут Telega micro:bit === Тема проекта тут === Телега === Видео по теме проекта === 01. АНОНС! Ultimate Starter Kit для BBC #micro:bit Пособие на 316 страниц, 44 проекта 30.03.2023 г. 02. АНОНС! BBC #micro:bit V2 Board, Учимся программированию на #JavaScript и #microPython 27.01.2023 г. 03. АНОНС! #Micro:bit комплект Rover для BBC micro:bit V2 29 марта 2023 г. 04. #micro:bit начинаю изучать британское чудо и делаю канал в телеге 13 октября 2023 г. 05. Microbit Starter Kit 14 октября 2023 г. 06. Встречайте новый видео курс как я изучаю MICRO:BIT! 16 октября 2023 года 07. MICRO:BIT моя первая программа и неработающий шнур USB! Я расстроен как ребенок! 2023 10 17 08. MakeKode 4... Смотреть видео...
This video will guide you about how to get started with A9G board via MicroPython. I have show the process by doing couple of tasks like, - Controlling On board LED on A9G - Reading Button Status from A9G - Sending SMS from A9G board to any Number - Sending/Receiving data over GPRS via MQTT protocol using Adafruit MQTT - Getting current GPS coordinates and we did all these tasks buy just using A9G board alone via Micropython Get a free trial of the world's most trusted PCB design software, Altium Designer with 365 and 25% off your purchase: Free search engine for the best quality components from Octopart: __________________________________________________________ ??? Important Links ??? Flashing Micropython Firmware on A9G... Смотреть видео...
Have you ever wanted to program your microcontrollers with Python instead of Arduino? MicroPython and CircuitPython bring the ease of Python to microcontrollers by adding hardware support! In MicroPython, Python is largely unchanged other than the added functionality to interface with hardware. CircuitPython is a derivative of MicroPython that changes a few things to make the language easier to learn and use. CircuitPython is created and maintained by Adafruit. It’s an education friendly open-source derivative of MicroPython. CircuitPython is supported on Adafruit’s educational development boards. Updates to MicroPython are rolled out to CircuitPython as well. The full guide: Core Electronics is located in the heart of Newcastle,... Смотреть видео...
Hi Magician, Greetings!! Here I'm again for you with super easy yet powerful step by step guide!! I'm going LIVE on 10-July @ 01:00 PM to teach "How we can send Sensor Data from ESP32 to Telegram App using MicroPython" The LIVE link is as below: The main attractions of the session are: - Understanding Telegram Bot and Telegram Group - Creating our Telegram Bot and Telegram Group - Adding our Bot to Telegram Group - ESP32 Connections - Sending sensor data from ESP32 to Telegram Group using our Bot Stay tuned with me... ================ Do you need these Notes & Source Codes for FREE? Whatsapp me @ 9986070809 ================ My aim is to introduce IoT to all IoT enthusiasts. Having more than 5 years of experience... Смотреть видео...
In previous video, we learned to create a web server on ESP32 acting as a wifi station mode. Now in this video, we will learn another wifi mode which is an Access Point mode. In Access Point mode, you dont need a router. ESP32 will act as the Access Point providing the IP adress to a connecting device. We will create the same web server but this time, we will connect directly to ESP32 and no need for a wifi router in between. For more details, visit my blog post at: MicroPython Tutorial: Web Server in Stattion Mode ESP32: MicroPython Tutorial #011: DHT sensor: ESP32 Web Server Station Mode in Arduino: ESP32 Web Server Access Point Mode in Arduino: Please do Like, Comment, Share, and Subscribe. Thank... Смотреть видео...
Introduction to MicroPython using the Pyboard. I am Lakshana and I am a part of the instructor team at Makerdemy. Being a qualified electronics and communication engineer, I love to work at the intersection of electronic hardware and software. This course will teach you the programming language MicroPython its essential features and the platform or the microcontroller on which it will run called the Pyboard. By the end of this course, you will be able to build non-trivial projects using the Pyboard by programming it using MicroPython. (If you liked this video and would like to buy our course, you are in for a pleasant surprise. Please click on the link below to buy the course for $25 ONLY. Original price is $195. We will get started... Смотреть видео...
Live stream to showing how to use the SSD1306 OLED display with MicroPython! This follows a previous video on using the display with ESP8266 MicroPython by showing a new simpler way to use modules with both ESP8266 and SAMD21 MicroPython ports. Video accompanies this guide: Links mentioned in the video: - MicroPython Hardware: SSD1306 OLED Display guide: - All MicroPython guides: - micropython-adafruit-ssd1306 module code: - Sine wave scroller code: Acknowledgements: - Music: bartlebeats - Intro shuttle footage: NASA - Intro fonts: Typodermic - Intro inspiration: Mr. Wizards's World - Matrix background: cool-retro-term & cmatrix ----------------------------------------- Visit the Adafruit shop online - Subscribe to Adafruit on... Смотреть видео...
Покупал Starter Kit тут Покупаем Microbit тут Telega micro:bit Telega MicroPython Резисторы, светодиоды и провода дюпонты покупаем тут === Тема проекта MICRO:BIT тут Teма проекта MicroPython тут === Telega micro:bit Telega MicroPython === Видео по теме проекта MICRO:BIT === 01. АНОНС! Ultimate Starter Kit для BBC #micro:bit Пособие на 316 страниц, 44 проекта 30.03.2023 г. 02. АНОНС! BBC #micro:bit V2 Board, Учимся программированию на #JavaScript и #microPython 27.01.2023 г. 03. АНОНС! #Micro:bit комплект Rover для BBC micro:bit V2 29 марта 2023 г. 04. #micro:bit начинаю изучать британское чудо и делаю канал в телеге 13 октября 2023 г. 05. Microbit Starter Kit 14 октября 2023 г. 06. Встречайте новый видео курс как я... Смотреть видео...
В этом видео рассмотрим, как подключить оптический датчик скорости вращения к отладочной плате ESP-WROOM-32 DevKit v1. С помощью MicroPython мы напишем программу, которая будет определять, когда датчик срабатывает, и выводить эти данные в терминал. При срабатывании датчика светодиод будет мигать одну секунду. Сигнал от фотодетектора подается на один из входов LM393. На другой вход подается опорное напряжение. Когда сигнал от фотодетектора превышает опорное напряжение, компаратор переключает свое состояние, генерируя выходной импульс. Применение Автомобили: Для определения скорости вращения колес. Машиностроение: Для мониторинга вращения валов и других движущихся частей. Робототехника: Для отслеживания скорости и направления движения. На... Смотреть видео...
Instructions to make an ESP32-S3 work with MicroPython. This video describes the steps to control an LED using MicroPython REPL command line. Currently this process requires using a Linux shell, and is shown here using the Terminal app on macOS. Using the Ubuntu shell on Windows also works. Command can be found at the bottom of the description. Unfortunately, at time this video was made (Dec 2021), there is no support for this board on Arduino. I bought my board at adafruit More information on ESP32-S3 and the ESP32-S3-DevKitC-1 board an be found at #introduction ESP-32 IDF guide IDF v4.4-beta Micropython installation guide for ESP32-S3 Good MicroPython IDE for programming ESP32-S3 Installation commands *** Files that... Смотреть видео...
Do you want to control a PCA9685 board using a Raspberry Pi Pico, and use MicroPython to control up to 16 Servos? then watch this video. For more information, tutorials, parts and more visit: Enjoy this video? Buy me a coffee! Chapters 00:00:00 How to get the Raspberry Pi Pico and PCA9685 board to work with MicroPython 00:00:37 Goals of this session 00:03:52 What is the PCA9685 board? 00:06:41 Why you shouldn't power the PCA9685 board from the Pico 00:07:42 What is I2C? 00:08:57 How to troubleshoot I2C on the Pico & MicroPython 00:12:17 How to communicate with I2C 00:13:02 What are Number-Bases - Binary, Octal, Decimal and Hexadecimal? 00:15:30 How to store Octal, Binary and Hexadecimal numbers in MicroPython 00:17:54 Upload the... Смотреть видео...
In this tutorial We'll cover the Setup of Micropython with NodeMCU & ESP8266. We'll make installing the Prerequisites Software and Booting the Firmware into Board. Prerequisites Software I used, Python ►►sudo apt-get install python Esptool ►►pip install esptool Picocom ►►pip install picocom Get the Firmware : Linux Command I used, Erase Board Flash ►►esptool.py --port /dev/ttyUSB0 erase_flash Flashing Firmware ►►esptool.py --port /dev/ttyUSB0 --baud 460800 write_flash --flash_size=detect 0 esp8266-XXXXXX-XX.XX.bin Flashing Firmware For NodeMCU ►►esptool.py --port /dev/ttyUSB0 --baud 460800 write_flash --flash_size=detect -fm dio 0 esp8266-XXXXXX-XX.XX.bin Serial Monitoring ►►picocom /dev/ttyUSB0 -b115200 Serial Permission Error ►►sudo... Смотреть видео...