Is RTOS Really Difficult to Learn?

Is RTOS Really Difficult to Learn?

Yuxin Intelligent (Shanghai) Co., Ltd. has joined the RT-Thread Embedded Software Talent Program and established Yuxin Academy. From the perspective of practical training for students, it has designed an online training camp focused on projects, practical skills, and valuable content, allowing students to master solid foundational skills and spend as much time as possible on … Read more

Installing Pi-hole on OpenWrt Router (NanoPi R5C) for Ad Filtering and DNS Caching

Installing Pi-hole on OpenWrt Router (NanoPi R5C) for Ad Filtering and DNS Caching

NO.1 Pi Hole Note: This Pi Hole deployment on OpenWrt was successful, but it failed to work. DNS filtering only works within OpenWrt, and there is no data reflected on other clients. Therefore, after this deployment, the R5C will prioritize resolving the wireless card issue, and other plugins and Docker applications will be postponed. I … Read more

OpenWrt: An Open Source Alternative for Home Router Firmware

OpenWrt: An Open Source Alternative for Home Router Firmware

Introduction: OpenWrt is an open-source operating system based on Linux, primarily targeting embedded network devices. Word count: 4561, Estimated reading time: 7 minutes OpenWrt is an open-source operating system based on Linux, primarily targeting embedded network devices. If you are reading this article at home, you are likely connected via an LTE/5G/DSL/WIFI router. Such devices … Read more

Guide to Building a Home System with OpenWrt: Transform Your Router into a Network Management Master

Guide to Building a Home System with OpenWrt: Transform Your Router into a Network Management Master

Introduction to OpenWrt OpenWrt is an open-source embedded operating system designed specifically for routers and network devices. By installing OpenWrt, you can turn your home router into a powerful network management platform. It offers numerous features such as network monitoring, parental controls, and virtual private networks (VPN), enhancing the security and flexibility of your home … Read more

How to Configure OpenWRT Router for Wireless to Wired Connection

How to Configure OpenWRT Router for Wireless to Wired Connection

Introduction In OpenWRT development, we may encounter the requirement to convert some network devices from wireless to wired. We can achieve this by adding a network port driver inside the device. Here, we introduce a simple and straightforward method: remove the DHCP function from LAN, and bridge WiFi and LAN to realize the wireless to … Read more

How to Install Application Filtering Plugin on OpenWrt Official Firmware

How to Install Application Filtering Plugin on OpenWrt Official Firmware

Many people ask if there is a plugin for OpenWrt application filtering that can be installed. I have replied to many users, but later I couldn’t keep up with the replies and clearly stated in the project that it is not supported, because it is too troublesome to be compatible with various OpenWrt versions, and … Read more

Two Methods to Change LAN IP Address in OpenWrt

Two Methods to Change LAN IP Address in OpenWrt

What is OpenWrt? OpenWrt is commonly found in third-party firmware for wireless routers (soft routers). It is an efficient, reliable, and feature-rich router firmware. OpenWrt can be described as an embedded Linux distribution. (The mainstream router firmware includes dd-wrt, tomato, openwrt, and padavan.) Compared to a single, static system, OpenWrt’s package management provides a fully … Read more