Getting Started with FreeRTOS: Detailed Queue Usage Examples

Getting Started with FreeRTOS: Detailed Queue Usage Examples

Introduction In the previous article, we explained the concept of queues and the related API functions. In this article, we will start learning how to use queues. 1. Basic Usage of Queues This example will create three tasks, two of which send data to the queue, and the other reads data from the queue. void … Read more

Understanding the MIPI Communication Protocol for Cameras

Understanding the MIPI Communication Protocol for Cameras

Learn together for a lifetime here is the Android programmer Recommended classic articles, by reading this article, you will gain the following knowledge points: 1. Introduction to the MIPI Protocol MIPI (Mobile Industry Processor Interface) is an abbreviation of Mobile Industry Processor Interface. MIPI is an open standard established by the MIPI Alliance for mobile … Read more

Building a Home Server with Thunderbolt Interface

Building a Home Server with Thunderbolt Interface

Click / the blue text above/ to follow me @EscapeNetToClass Thanks to this brother for the private message reminding me to research the “Ceph storage solution for mini-host clusters using Thunderbolt networking”! 1. Conclusion First Two Thunderbolt devices can directly connect the network through a dedicated cable (note that it is not USB-C); Using Thunderbolt … Read more

How to Set Up a BT Downloader with Raspberry Pi and OpenWrt

How to Set Up a BT Downloader with Raspberry Pi and OpenWrt

Submitted by Archer. Hello everyone, long time no see, I am Archer. Recently, I got some low-cost boards and also bought a Raspberry Pi 1 on Xianyu, which I have been keeping idle. I thought about flashing OpenWrt to use it as a high-performance soft router, but unfortunately, the performance is not enough. Under OpenWrt, … Read more

Creating a Weather Station with Unlimited Data Transmission Using Arduino

Creating a Weather Station with Unlimited Data Transmission Using Arduino

Let’s become technology enthusiasts together Author: iwoox This project uses Arduino open-source hardware to quickly create a weather station with unlimited data transmission capabilities. I previously created a weather station project with data logging functionality, and this is an upgraded and improved version. Step 1: Concept First, we need to add wireless data transmission functionality … Read more