ch
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!

显示更多

📈 Telegram 频道 Embedded Systems 的分析概览

频道 Embedded Systems (@embedded_system) 英语 语言赛道中的 是活跃参与者。目前社区聚集了 13 727 名订阅者,在 技术与应用 类别中位列第 9 339,并在 荷兰 地区排名第 45

📊 受众指标与增长动态

невідомо 创建以来,项目保持高速增长,吸引了 13 727 名订阅者。

根据 24 六月, 2026 的最新数据,频道保持稳定运转。过去 30 天订阅人数变化为 115,过去 24 小时变化为 14,整体触达仍然可观。

  • 认证状态: 未认证
  • 互动率 (ER): 平均受众互动率为 17.34%。内容发布后 24 小时内通常能获得 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
帖子存档
🤖 Arduino and Bluetooth module HC-05 for controlling 2 DC Motors The detailed article describing how to control 2 DC motors
🤖 Arduino and Bluetooth module HC-05 for controlling 2 DC Motors The detailed article describing how to control 2 DC motors via bluetooth with an Android app created with MIT App Inventor 2. To establish the bluetooth communication between your smartphone and your Arduino, you need a bluetooth module. This project uses the HC-05 bluetooth module. More information... #projects #arduino #bluetooth

📟 Internet Radio Using an ESP32 We are going to build an Internet Radio device with a big 3.5” display using an inexpensive
+4
📟 Internet Radio Using an ESP32 We are going to build an Internet Radio device with a big 3.5” display using an inexpensive ESP32 board. Believe it or not, we can now build an Internet Radio in less than 10 minutes and with less than 30$. In this project, the ESP32 board connects to the Internet and then it receives MP3 data from the radio station we are listening to, and it sends some commands to the display. More information... #projects #esp32 #IoT

💻 Top 20 Best Raspberry Pi OS Available to Use Raspberry Pi is the most popular SBC – Small Board Computer around the world.
💻 Top 20 Best Raspberry Pi OS Available to Use Raspberry Pi is the most popular SBC – Small Board Computer around the world. It can do pretty much everything that a desktop computer can do and suitable for all ages who are keen to explore computing. Raspberry comes with all the software; you require for basic computing. But if you want to extend the functionalities to some extent, you will need to take OS running on your device. More information... #raspberry #software #news

📟 Social Stats Tracker Display With ESP8266 Here's how to build a social media stats tracker display using the a Wi-Fi ardui
+2
📟 Social Stats Tracker Display With ESP8266 Here's how to build a social media stats tracker display using the a Wi-Fi arduino-compatible ESP8266 microcontroller board and several seven-segment displays. More information... #projects #esp8266 #IoT #display

💻 Why Rust is a great fit for embedded software? Compared to C, Rust is a relatively new language, which has its pros and co
💻 Why Rust is a great fit for embedded software? Compared to C, Rust is a relatively new language, which has its pros and cons. Like C, Rust can target low-level devices. However, Rust does a lot of things differently from C. Let's start with the things Rust has to offer. More information... #programming #software #rust #articles

💻 The Embedded Rust Book Embedded Rust is for everyone who wants to do embedded programming while taking advantage of the hi
💻 The Embedded Rust Book Embedded Rust is for everyone who wants to do embedded programming while taking advantage of the higher-level concepts and safety guarantees the Rust language provides. The goals of this book are: ◽ Get developers up to speed with embedded Rust development. i.e. How to set up a development environment. ◽ Share current best practices about using Rust for embedded development. i.e. How to best use Rust language features to write more correct embedded software. ◽ Serve as a cookbook in some cases. e.g. How do I do mix C and Rust in a single project? More information: Project main page The Embedded Rust Book #programming #rust #software #books

🎛 Banana Pi BPI-M2 Pro Banana Pi has already designed an Amlogic S905X3 SBC with Banana Pi BPI-M5 that closely follows Raspb
🎛 Banana Pi BPI-M2 Pro Banana Pi has already designed an Amlogic S905X3 SBC with Banana Pi BPI-M5 that closely follows Raspberry Pi 3 Model B form factor, but they’ve now unveiled a more compact model with Banana Pi BPI-M2 Pro that follow the design of the company’ earlier BPI-MP2+ SBC powered by the good old Allwinner H3 processor. Specifications: ▫️ SoC – Amlogic S905X3 quad-core Cortex A55 @ up to 2.0 GHz with an Arm Mali-G31 GPU ▫️ System Memory – 2GB LPDDR4 ▫️ Storage – 16GB eMMC flash, microSD card slot ▫️ Video & Audio Output – HDMI 2.1 up to 4Kp60 with HDR, CEC, EDID support ▫️ Power Supply – 5V/3A via power barrel (micro USB port does not support power input) ▫️ Dimensions – 65 x 65mm ▫️ Weight – 58 grams More information... #boards #news #banana

🤖 Arduino Based Self Balancing Bot 3D Printed Self-balancing robot which is powered by an Arduino nano board and has an MPU6050 to get the accelerometer and gyro readings to balance itself using the PID function. More information... #projects #robots #arduino #PID #control

📟 Open source PID controller for ESP32 The goal of this project is to create super simple yet fully-feature PID controller r
📟 Open source PID controller for ESP32 The goal of this project is to create super simple yet fully-feature PID controller running on the TTGO ESP32 microcontroller. The implementation is designed to be extremely flexible, allowing a user to quickly and easily get up and running their choice of input and output sensors/devices. Features: ▫️ Interactive GUI Settings are fully configurable through GUI ▫️ Webserver - Remote access over Wi-Fi ▫️ Charts - See historical input and output values ▫️ Failsafe - Set default state on bad input ▫️ Redundant input - Use a second sensor to ensure valid input readings ▫️ Persistent Settings - Save settings to EEPROM ▫️ Dual PIDs - Agressive and conservative with configurable operating bands ▫️ Manual Override - Output can be set manually in the GUI ▫️ Windowed Output Mode - For mechanical relays ▫️ Advanced PID Info - View interal PID values - for tuning More information... #projects #control #esp32 #PID

📟 Framework32 for ESP32 (TTGO T-Display) Framework32 is designed to give your ESP32 (currently TTGO T-Display) the ability to have multiple, graphical apps, controlled by an intuitive navigational system. Current feature are: ▫️ Load multiple applications onto your device and choose what to run at runtime ▫️ Graphical "app-style" menu system with infinite scrolling ▫️ Navigate "home" from anywhere by double clicking the left button ▫️ Status bar ▫️ Time (from NTP) ▫️ Wi-Fi strength indicator ▫️ Battery level indicator ▫️ Sleep if not being used (but can be overridden by the open app) ▫️ Config file (with the plan to make it dynamically updatable) ▫️ Easy button handlers provided More information... #project #framework #esp32 #display #software

🎛 Sipeed Maixduino for RISC-V AI + IoT Maixduino is a RISC-V 64 development board for AI + IoT applications. Maixduino was d
+2
🎛 Sipeed Maixduino for RISC-V AI + IoT Maixduino is a RISC-V 64 development board for AI + IoT applications. Maixduino was designed in an Arduino Uno form factor, with ESP32 module on board together with MAIX AI module. Specifications: ▫️ CPU: RISC-V Dual Core 64bit, with FPU; 400MHz neural network processor ▫️ QVGA@60FPS/VGA@30FPS image identification ▫️ Onboard ESP32 module support 2.4G 802.11. b/g/n and Bluetooth 4.2 ▫️ Onboard omnidirectional I2S digital output MEMS Microphone ▫️ 24P 0.5mm FPC connector for DVP Camera ▫️ Support MaixPy IDE, Arduino IDE, OpenMV IDE, and PlatformIO IDE ▫️ Support Tiny-Yolo, Mobilenet and TensorFlow Lite for deep learning More information... #boards #sipeed #maixduino

🤖 3D Printed ESP32 Powered Video Streaming Robot The ESP32 WiFi robot is a shrunken-down version of the ZeroBot. Instead of
+4
🤖 3D Printed ESP32 Powered Video Streaming Robot The ESP32 WiFi robot is a shrunken-down version of the ZeroBot. Instead of a Raspberry Pi, it is powered by the similarly popular ESP32. Despite its lower processing power, the ESP32 robot has a ton of features. It streams color video over WiFi, runs on a small LiPo battery and can be controlled accurately from any web browser. With the 4€ Esp32 and a 3€ camera, it's also really cheap. Features: ▫️ Fully 3D printed chassis,(almost) no glue needed ▫️ Analog controls using a websocket interface ▫️ Low latency streaming (~100ms) at 120x160px ▫️ Custom PCB, no more messy wiring ▫️ Works with any 3.7V LiPo battery ▫️ Micro USB for programming and charging More information: Main article STL files #projects #esp32 #robots #wifi #3d_modeling

🤖 Raspberry Pi Zero 3D Printed Video Streaming Robot ZeroBot is a Raspberry Pi Zero W based robot. It can be controlled usin
+5
🤖 Raspberry Pi Zero 3D Printed Video Streaming Robot ZeroBot is a Raspberry Pi Zero W based robot. It can be controlled using any computer or smartphone via a web browser. The integrated camera module makes for a low latency video stream. In addition the Raspberry Pi acts as a Wi-Fi access point, so no router is required. The parts for the hull as well as the wheels can easily be printed on any regular 3D printer. Some of the key features are: ▫️ Compact CAD design with 3D printed components ▫️ Analog control via a joystick (and multitouch) ▫️ Simple battery solution using only a standard power bank ▫️ Low latency streaming (~0.2s) ▫️ Easy and cheap to build using widely available components More information: Main article STL files #projects #raspberry #robots #3d_modeling #wifi

📟 Reconnect ESP32 to Wi-Fi Network After Lost Connection This quick guide shows how you can reconnect your ESP32 to a Wi-Fi
📟 Reconnect ESP32 to Wi-Fi Network After Lost Connection This quick guide shows how you can reconnect your ESP32 to a Wi-Fi network after losing the connection. This can be useful in the following scenarios: the ESP32 temporarily loses Wi-Fi signal; the ESP32 is temporarily out of the router’s Wi-Fi range; the router restarts; the router loses internet connection or other situations. More information... #projects #esp32 #wifi

💻 Top 10 Programming Languages for AI and Machine Learning The world saw some big and remarkable discoveries in the 20th cen
💻 Top 10 Programming Languages for AI and Machine Learning The world saw some big and remarkable discoveries in the 20th century. Artificial Intelligence is one of them. There was a time when AI and Machine Learning(ML) could not be applied due to a lack of computing power. But today’s computers are robust enough to handle Machine Learning algorithms. That’s why AI and ML are ruling in almost every field. Machine Learning and AI is a valuable skill now. However, to use it, you have to learn a specific programming language from various Artificial Intelligence and Machine Learning programming languages. Today we will assist you in picking an appropriate programming language to work in this field. More information... #programming #machine_learning #artificial_intelligence #articles

🎛 A neat way to add a reset button to Raspberry Pi Pico The Raspberry Pi Pico is a nice little board, but if you program in
+1
🎛 A neat way to add a reset button to Raspberry Pi Pico The Raspberry Pi Pico is a nice little board, but if you program in C language, you’d need to disconnect the micro USB cable each time you’d like to flash the UF2 firmware. That’s not convenient and could damage your board over time. The Raspberry Pi Foundation even decided to write a blog post explaining how to add a reset button to your Raspberry Pi Pico using a breadboard circuit. More information... #raspberry #pico #experiments

🎛 Best cases for the Raspberry Pi 4, 3 and even Pi Zero Though you can run a Raspberry Pi effectively without one, many want
🎛 Best cases for the Raspberry Pi 4, 3 and even Pi Zero Though you can run a Raspberry Pi effectively without one, many want a case that can protect the single-board computer while offering an attractive design, built-in cooling or even special features. The amount of Raspberry Pi cases available is almost as numerous as decimal places in the number Pi, but choosing the right one for your model and use case can be a challenge. More information... #articles #raspberry

📰 NASA Mars Perseverance Rover Uses Same PowerPC Chipset Found in 1998 G3 iMac NASA's Perseverance rover, which recently mad
📰 NASA Mars Perseverance Rover Uses Same PowerPC Chipset Found in 1998 G3 iMac NASA's Perseverance rover, which recently made history landing on the surface of Mars, is powered by the same processor used in an iMac more than 23 years old. As reported by NewScientist, the rover includes the PowerPC 750 processor, the same chip used in the G3 ‌iMac‌ in 1998. The main chipset is the same; however, there are differences between the version of the processor shipped in a consumer computer and the one exploring space. The processor in the rover is built to withstand temperatures between -67 and 257 degrees Fahrenheit (−55 and 125 degrees Celsius) and comes with an added $200,000 price tag. The PowerPC 750 processor was ahead of the game for its time, featuring a single-core, 233MHz processor, 6 million transistors (compared to today's 16 billion in a single chip), and based on 32-bit architecture. More information... #news #hardware

+2
📹 Build a Face Recognition System for $60 with the New Nvidia Jetson Nano 2GB and Python The Nvidia Jetson Nano 2GB dev board is a single-board computer that goes for $59 and runs AI software with GPU-acceleration. The kind performance you can get out of a $59 single-board computer is kind of amazing. Let’s use it to create a simple version of a doorbell camera that tracks everyone that walks up to the front door of your house. With face recognition, it will instantly know whether the person at your door has ever visited you before — even if they were dressed differently. More information... #projects #artificial_intelligence #jetson_nano #python

📟 Bitcoin Tracker Using a Raspberry Pi Introducing Bitcoin Bar, a physical LED Dashboard that displays important Bitcoin inf
📟 Bitcoin Tracker Using a Raspberry Pi Introducing Bitcoin Bar, a physical LED Dashboard that displays important Bitcoin information such as Price, Total Bitcoins left to mine, Blocks until the reward is halved, Hash rate, etc. You can customize and choose what specific parameters you wish to display. More information... #projects #raspberry