fa
Feedback
Embedded Systems

Embedded Systems

رفتن به کانال در Telegram

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!

نمایش بیشتر

📈 تحلیل کانال تلگرام Embedded Systems

کانال Embedded Systems (@embedded_system) در بخش زبانی انگلیسی بازیگری فعال است. در حال حاضر جامعه شامل 13 727 مشترک است و جایگاه 9 339 را در دسته فناوری و برنامه‌ها و رتبه 45 را در منطقه هولندا دارد.

📊 شاخص‌های مخاطب و پویایی

از زمان ایجاد در невідомо، پروژه رشد سریعی داشته و 13 727 مشترک جذب کرده است.

بر اساس آخرین داده‌ها در تاریخ 24 ژوئن, 2026، کانال فعالیت پایداری دارد. در ۳۰ روز گذشته تغییر اعضا برابر 115 و در ۲۴ ساعت گذشته برابر 14 بوده و همچنان دسترسی گسترده‌ای حفظ شده است.

  • وضعیت تأیید: تأیید نشده
  • نرخ تعامل (ER): میانگین تعامل مخاطب 17.34% است و در ۲۴ ساعت نخست پس از انتشار، محتوا معمولاً N/A% واکنش نسبت به کل مشترکان کسب می‌کند.
  • دسترسی پست‌ها: هر پست به طور میانگین 2 381 بازدید دریافت می‌کند. در اولین روز معمولاً 0 بازدید جمع‌آوری می‌شود.
  • واکنش‌ها و تعامل: مخاطبان به‌طور فعال حمایت می‌کنند؛ میانگین واکنش به هر پست 10 است.
  • علایق موضوعی: محتوا بر موضوعات کلیدی مانند programming, microcontroller, battery, pcb, pico تمرکز دارد.

📝 توضیح و سیاست محتوایی

نویسنده این فضا را محل بیان دیدگاه‌های شخصی توصیف می‌کند:
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!

به لطف به‌روزرسانی‌های پرتکرار (آخرین داده در تاریخ 25 ژوئن, 2026)، کانال همواره به‌روز و دارای دسترسی بالاست. تحلیل‌ها نشان می‌دهد مخاطبان به‌طور فعال با محتوا تعامل دارند و آن را به نقطه اثرگذاری مهم در دسته فناوری و برنامه‌ها تبدیل کرده‌اند.

13 727
مشترکین
+1424 ساعت
اطلاعاتی وجود ندارد7 روز
+11530 روز
آرشیو پست ها
💻 3 Common Challenges Facing RTOS Application Developers It is critical to address these items to successfully exploit the b
💻 3 Common Challenges Facing RTOS Application Developers It is critical to address these items to successfully exploit the benefits of real-time operating systems. ▫️ Selecting Task Priorities The most common challenge I see and am asked about is a fairly fundamental one; how to select the right priorities for tasks. It turns out that there are several different ways to select task priority. ▫️ Seeing the Big Picture with a Dataflow Diagram I often encounter developers who are implementing their RTOS application without really understanding where data is being produced, where it is going, and how it is getting there. This results in software that is a bit spaghetti code-like and often requires constant rework as more application pieces are put in place. ▫️ Properly Protecting Shared Memory A mutex is used to protect the shared memory resource but in the implementation, I often see developers create the mutex separately from the data that is being protected. More information.. #articles #rtos #software

+2
📟 3D-printed Mini Hygrometer with ePaper display & Bluetooth The build runs on an nRF52811 microcontroller, hooked up to a 1.02″ ePaper display sourced for just $7. A SHT20 temperature and humidity sensor is then queried to sample the ambient conditions, and the results displayed on the screen. The benefit of this is that the device can be powered from a coin cell, and set to update at infrequent intervals – say, once per hour. It can then be checked by the user without having to turn on. The low-power design means it would be the perfect device for leaving in a guitar case or humidor for months at a time. As a bonus, it’s also capable of Smart Home integration thanks to the Bluetooth capabilities onboard. More information: Project's description Page on github #projects #display #IoT #3d_modeling

+3
🖥 MiniWin - Embedded Window Manager This project shows how to implement a window manager with movable overlapped windows on an embedded micro-controller with a LCD panel and a touch screen. There are commercially available software packages to do this but they cost money and are closed source. This one, called MiniWin, is free and open-source. It's written in fully compliant C99 and can be used in a C or C++ application. The goals of MiniWin are to be easy to use, easy to modify, expandable, portable to a wide range of hardware, and not too resource hungry. More information... #projects #display #stm32 #software

🎙 The development of USB microphone "Any normal person would open Amazon and either buy the cheapest microphone available, o
+1
🎙 The development of USB microphone "Any normal person would open Amazon and either buy the cheapest microphone available, or perhaps a Røde if they know decent audio when they hear it. Not me though. This sounds like a project if ever I heard one. A good chance to see if I can build a USB microphone and learn a thing or two along the way." Extremely detailed article describing the process of development of a USB microphone for online meetings from the scratch. The author has shown how to set up requirements for the project, design electrical circuit, choose components, develop PCB and write code for the board. More information... #projects #electronics #stm32

📖 Control Systems - basics tutorial This tutorial is meant to provide the readers the know how to analyze the control system
📖 Control Systems - basics tutorial This tutorial is meant to provide the readers the know how to analyze the control systems with the help of mathematical models. After completing this tutorial, you will be able to learn various methods and techniques in order to improve the performance of the control systems based on the requirements. More information... #articles #control #books

🎚 Adafruit Feather RP2040 The Raspberry Pi Pico was the first microcontroller to feature Raspberry Pi’s RP2040 SoC, but a nu
+5
🎚 Adafruit Feather RP2040 The Raspberry Pi Pico was the first microcontroller to feature Raspberry Pi’s RP2040 SoC, but a number of vendors are releasing their own third-party boards with added features. The latest and, so far, best is Adafruit’s Feather RP2040, which combines the popular Feather ecosystem and form factor with Raspberry Pi silicon. Specifications: ▫️ RP2040 microcontroller chip designed by Raspberry Pi ▫️ Dual-core Arm Cortex M0+ processor, flexible clock running up to 133 MHz ▫️ 264KB of SRAM, and 8MB of on-board Flash memory More information... #boards #raspberry #pico #cortex #adafruit

+2
🔦 Acoustic Tractor Beam Tractor Beams are mysterious waves that can attract particles towards the source. Here, we will show you how to build an Acoustic Tractor Beam with components that can be bought directly on the Internet for less than 75$. The circuit is not complicated. Basically, an Arduino will generate 4 half-square signals at 5Vpp 40kHz with different phases. These signals get amplified to 25Vpp by the Motor Driver and fed into the transducers. A button pad can be used to change the phases so that the particle moves up and down. A battery (7.3V) powers the Arduino and the logic part of the Motor Driver. A DC-DC Converter steps-up the 7.3V to 25V for the Motor Driver. More information... #projects #arduino #experiments

🎚 PD controller's visualization A proportional-derivative (PD) controller can be used to make a simple system track some ref
🎚 PD controller's visualization A proportional-derivative (PD) controller can be used to make a simple system track some reference point. The suspension in a car is an analogue example: the spring and damper work together to hold the car at some desired height. The spring exerts a force proportional its deflection, while the damper opposes motion (the derivative of deflection). A PD controller uses the same principles to create a virtual spring and damper between the measured and reference positions of a system. The provided link shows good analogy between physical system and PD controller and helps to understand how PD controller works in reality. More information... #articles #control

+2
🤖 Arduino Controlled Robotic Biped The primary goal while building this project was to make the system as robust as possible such that while experimenting with various walking and running gaits, I wouldn't have to constantly worry about the hardware failing. This allowed me to push the hardware to its limit. A secondary goal was to make the biped relatively low-cost using readily available hobby parts and 3D printing leaving room for further upgrades and expansions. These two goals combined provide a robust foundation to perform various experiments, letting one develop the biped to more specific requirements. More information... #projects #robots #arduino #3d_modeling

💻 Developing an RTOS Application Software Architecture 5 tips to optimize the creation of your RTOS application software arc
💻 Developing an RTOS Application Software Architecture 5 tips to optimize the creation of your RTOS application software architecture Real-time operating systems (RTOSs) are finding their way into nearly every IoT device. The capability of an RTOS to manage low-level resources and complex timing requirements make them well suited for these applications. It is not uncommon though to struggle with how to design a software architecture that includes an RTOS. In today’s post, we will examine several tips for developing a robust and flexible RTOS based software architecture. These tips should help the reader get a jump-start on their application development while minimizing its dependence on the RTOS. More information... #articles #rtos #software #programming #operating_systems #IoT

🎛 ESP32 OTA (Over-the-Air) Updates In this guide, you’ll learn how to do over-the-air (OTA) updates to your ESP32 boards usi
🎛 ESP32 OTA (Over-the-Air) Updates In this guide, you’ll learn how to do over-the-air (OTA) updates to your ESP32 boards using the AsyncElegantOTA library. This library creates a web server that allows you to upload new firmware (a new sketch) to your board without the need to make a serial connection between the ESP32 and your computer. Additionally, with this library, you can also upload new files to the ESP32 filesystem (SPIFFS). The library is very easy to use, and it’s compatible with the ESPAsyncWebServer library that we often use to build web server projects. More information... #projects #esp32 #wifi #software

🎚 Fuzix on the Raspberry Pi Pico (update - March 10 2021) "I’ve finally finished (or at least, made feature complete) my Ras
🎚 Fuzix on the Raspberry Pi Pico (update - March 10 2021) "I’ve finally finished (or at least, made feature complete) my Raspberry Pi Pico Fuzix Port. This is a proper V7 Unix clone which will run on the Raspberry Pi Foundation’s $4 microcontroller board. This now requires no extra hardware to run! You can use it with a UART or an SD card. Just plug your Pico in via USB, flash it, and it’ll work." This has a tonne of new features compared to the previous version: ▫️ 160kB of user RAM, enough for four or five processes in-memory with proper (cooperative) multitasking ▫️ 1.2MB root filesystem on the internal flash - no SD card necessary ▫️ optional swap, if you want it ▫️ USB CDC serial port support, so you don’t need a UART adapter any more More information: Main article Old post #projects #pico #raspberry #fuzix #operating_systems #software

📊 Embedded Software Trends Expand in 2020 Preferred languages, machine learning for 3rd graders, spaceship software, GIT, ou
📊 Embedded Software Trends Expand in 2020 Preferred languages, machine learning for 3rd graders, spaceship software, GIT, outdated IP and other embedded software trends emerge. A recent study in 2020 by Northeastern University confirms the popularity of Python, Java, and C/C++. The study notes that Python is widely regarded as a programming language that’s easy to learn, due to its simple syntax, a large library of standards and toolkits, and integration with other popular programming languages such as C and C++. The second game-changing trend in the embedded space on Beningo’s list was machine learning, especially for IoT edge applications. As he pointed out, machine learning holds a lot of potential for embedded systems developers as the new decade begins. Version control and management of intellectual property (IP) have become a necessity for mission-critical and non-mission-critical applications. More information... #articles #software

+2
🎚 Software Defined Radio (SDR) on Low Cost Raspberry Pi Pico In the latest project to grab our attention, we see Luigi Cruz, a computer student and amateur radio enthusiast, use the Pico as a software defined radio (SDR) interface for the popular GNR Radio application. Cruz's SDR project, PicoSDR, uses one of the analog input pins to sample 8 bit data at 500ksps. Cruz has connected the Pico's analog input to the output of his soundcard and uses an online tool to generate tones that are visible on his computer. To connect the Pico to the computer, Cruz explains, "The data is sent via USB using the RNDIS protocol to emulate a TCP/IP interface. The ADC speed is limited to 500 ksps. The data can be used with software like the GNU Radio with a custom block." This provides a low-bandwidth means to get data from the Pico and into applications such as GNU Radio. More information... #projects #raspberry #pico

📄 3 Advantages To Using A Multicore Microcontroller Multicore microcontrollers undoubtedly provide development teams with ma
📄 3 Advantages To Using A Multicore Microcontroller Multicore microcontrollers undoubtedly provide development teams with many advantages to help them solve the problems with ever more complex systems. The ability to separate the application into areas of concerns or domains is currently a leading driver for adopting multicore microcontrollers. The ability to balance performance with energy consumption and distribute the workload are also major advantages when considering moving to a multicore solution. While there are only a few multicore microcontrollers currently on the market, over the next decade we will undoubtedly find them in ever increasing numbers in our designs. More information... #articles #cortex #hardware

📄 Comparing Optimal Control and Reinforcement Learning Using the Cart-Pole from OpenAI Gym The idea of autonomous systems ex
📄 Comparing Optimal Control and Reinforcement Learning Using the Cart-Pole from OpenAI Gym The idea of autonomous systems excites me and applying reinforcement learning to everything to achieve autonomy seems tempting. But it is not always that easy and using optimal control might sometimes be the better solution. What I do want to demonstrate in this post are the similarities (and differences) on a high level of optimal control and reinforcement learning using a simple toy example, which is quite famous in both, the control engineering and reinforcement learning community — the Cart-Pole from OpenAI Gym. I will start off briefly covering the Cart-Pole and then go into more detail about an optimal control approach to solving the task and its implementation using Python and end with a short discussion. So let’s go! More information... #articles #control #python

+3
🖨 ESP8266 ESC/POS Smart Thermal Printer [Davide Gironi] has built his own note transcriber from a point-of-sale receipt printer and an ESP8266. You’ve seen these receipt printers at the order window of restaurants. A server puts in an order from any of the machines throughout the restaurant and a paper summary spits out for the chef line to start in on (and even cuts itself off from the roll). Why shouldn’t we have this convenience in our own lives? The printer communicates using a variant of the Epson Standard Code for Printers, for which [Davide] has written a library and thankfully shared the code. Adding an ESP8266 using a couple voltage regulators and some passive components makes this wireless, except for power. It has all the fun bells and whistles to set up the Wi-Fi credentials and once running, just push the button on the base and it’ll spit out your data. More information... #projects #IoT #esp8266

📝 STM32 Tutorials, “ARM-Based Microcontrollers Programming For Embedded Systems Enthusiasts” Completely free course for thos
📝 STM32 Tutorials, “ARM-Based Microcontrollers Programming For Embedded Systems Enthusiasts” Completely free course for those who want to start learning how to work with the most popular development board, improve their programming skills or refresh some knowledge about it. Tutorials are extremely detailed and contain lots of screenshots and pictures. Goals & Scope of the course: ▫️ Learn ARM-Cortex M3 & M4 Architecture ▫️ Understand The Internals OF STM32 Microcontroller Hardware ▫️ Interface Various Peripherals Inside OF STM32 Microcontrollers ▫️ Develop Firmware In C-Programming Language Based On ST HAL & LL Driver Layers ▫️ Get Familiar With Interrupts / NVIC / EXTI & Inter-Module Signaling / DMA ▫️ Interface Various Display Units ▫️ Interface Various Input Units ▫️ Control Several Types OF Actuators ▫️ Do Some Serial Communication Via USART / SPI / I2C & Develop USB ▫️ Interface Various Sensors & Modules ▫️ ...and even more! More information... #articles #courses #stm32

+3
💵 IoT Wallet (smart 3D-printed Wallet With Firebeetle ESP32, Arduino IDE and Google Spreadsheet) So how do you track assets and know their current value? You can work with some spreadsheets and update them regularly. Or you can create your own gadget to check these values for you: an IoT wallet! This spreadsheet is accessible from an ESP32 using and Wi-Fi connection, and a summary is shown on an OLED display. A 3D printer was used to create a wallet, in which I embedded some electronic components to create my first IoT wallet prototype. There are several ways to use this tutorial. You can use it to: ▫️ Learn how to track and update your asset values for a particular currency using a Google spreadsheet; ▫️ Program an ESP32 using the Arduino IDE; ▫️ Read values from a Google spreadsheet using an ESP32 device; ▫️ Practice your electronics and soldering skills, etc; More information... #projects #esp32 #IoT #display #3d_modeling

📖 The 40 Best Raspberry Pi Blogs For The Pi Geeks If you are a Raspberry Pi Geek, then this article about the Raspberry Pi b
📖 The 40 Best Raspberry Pi Blogs For The Pi Geeks If you are a Raspberry Pi Geek, then this article about the Raspberry Pi blogs is sure to take the nerves out of you. It is often that you get stuck with a new project and crave for the accurate tutorials. Also, some beginners get confused about where to start and wish they had a resource to start with. To help with that, many Raspberry Pi enthusiasts like you have created blogging sites that are being updated regularly. In this modern world, with the emerging importance of IoT and machine learning, Raspberry Pi is a must to learn. If you are thinking of starting a new project or making your own invention using the Raspberry Pi, you are ought to need these blog sites. More information... #articles #raspberry