Embedded Systems
13.3K subscribers
1.03K photos
220 videos
1 file
707 links
News, articles, guides, analytics, projects and startups from the embedded industry.

Topics of the channel:
◽️ machine learning
◽️ internet of things
◽️ embedded software
◽️ advanced electronics
◽️ new engineering ideas

⤵️ Share and subscribe!
Download Telegram
🤖 ESP32 and ESP8266: Timer Interrupts with MicroPython

This tutorial guides you through using timer interrupts with the 🇨🇳 ESP32/ESP8266 boards programmed in MicroPython. You’ll learn to schedule and execute tasks at specified intervals or delays using timer interrupts, which rely on the board's hardware timer.

More information...

#articles #beginner #esp32 #micropython
Please open Telegram to view this post
VIEW IN TELEGRAM
👍9
💻 Mastering Asynchronous Programming with MicroPython on Raspberry Pi Pico

This short guide will walk you through the asynchronous programming on the 🍓 Raspberry Pi Pico using 🐍 MicroPython and the asyncio module. You’ll learn the difference between asynchronous (non-blocking, concurrent tasks) and synchronous (blocking, sequential tasks) programming.

It covers key concepts like event loops, coroutines, tasks, and the await keyword, along with setting up MicroPython firmware and using 👷‍♂️ Thonny IDE or 👩‍💻 VS Code to write and upload code. By following the tutorial, you'll master running multiple tasks concurrently, ideal for applications like networking, sensor data handling, and user interactions.

More information...

#guides #micropython #raspberry
Please open Telegram to view this post
VIEW IN TELEGRAM
👍3