Common Software Architectures in Embedded Development

Common Software Architectures in Embedded Development

For microcontroller programs, everyone is familiar, but few truly consider the architecture. As program development continues to increase, architecture becomes essential. 1. Time-Slice Polling Method A program architecture design scheme that lies between front and back sequential execution methods and operating systems. This design scheme should help embedded software developers reach a higher level. If … Read more

How to Set the RTOS Tick Rate Reasonably?

How to Set the RTOS Tick Rate Reasonably?

Follow+Star public account, don’t miss wonderful content Author | strongerHuang Public WeChat | Embedded Column Recently, I have seen everyone discussing the topic of 【RTOS tick setting】… In fact, for most scenarios, setting it to 1000 (1ms) is relatively reasonable and also a conventional value. Of course, some special situations may be different. Here I … Read more

Choosing the Right SBC for Industrial IoT: Key Considerations

Choosing the Right SBC for Industrial IoT: Key Considerations

For industrial Internet of Things (IIoT), cloud-based data centers are a critical resource that provides scalable, high-capacity storage, processing, analysis, regular security updates, and continuous feature enhancements. However, relying solely on cloud services has its drawbacks. For instance, in mission-critical functions such as process and motion control, latency between the cloud and the edge can … Read more

New Frontiers in Telemedicine: Long-Distance Robot-Assisted Heart Surgery and Beyond

New Frontiers in Telemedicine: Long-Distance Robot-Assisted Heart Surgery and Beyond

Tip: Click the above “Journal of Mechanical Engineering“ ↑ Follow me In 2018, five patients at the Apex Heart Institute in Ahmedabad, India, underwent treatment for coronary artery disease (CAD), a method similar to that used by 3 million others each year: inserting a small balloon into the artery of the heart and inflating it, … Read more

PS5 Jailbreak Major Update: etaHEN 1.7B, Offline Flashing Guide for ESP8266 and ESP32

PS5 Jailbreak Major Update: etaHEN 1.7B, Offline Flashing Guide for ESP8266 and ESP32

1. Offline Jailbreak Hello everyone, the great LM recently updated etaHEN 1.7B, mainly supporting direct installation of PKG, now PS4 games and PS5 folder formats are supported. Since we have already updated the online flashing guide before, the upgrade method is quite similar, so today we will focus on the offline flashing method for ESP8266 … Read more

Installing Home Assistant OS on Raspberry Pi 4

Installing Home Assistant OS on Raspberry Pi 4

Home Assistant OS (hereinafter referred to as hassos) is the official system launched by Home Assistant that has homeassistant pre-installed, designed to run on Raspberry Pi. hassos allows you to focus solely on homeassistant itself without worrying about the complexities of the linux system. It offers many useful plugins, such as the essential File edit. … Read more