Key Configuration for RK3588 MIPI/DVP Camera Debugging

Key Configuration for RK3588 MIPI/DVP Camera Debugging

Introduction: The previous article introduced how to light up a sensor on RK3588, using the MIPI camera IMX577 as an example. From previous articles, we know that RK3588 supports up to 6 MIPI cameras and 1 DVP camera. Therefore, this article serves as a supplement, introducing the key configurations for both MIPI and DVP cameras. … Read more

How Much Memory to Allocate for FreeRTOS

How Much Memory to Allocate for FreeRTOS

Follow/Star Public Account, never miss a message! A friend asked: Brother Huang, I just learned FreeRTOS not long ago, I want to ask, how much stack should I allocate when creating a task? 1Introduction This question about memory allocation in the FreeRTOS operating system can be clarified if you have a general understanding of memory … Read more

Raspberry Pi and Arduino Serial Communication with DHT11

Raspberry Pi and Arduino Serial Communication with DHT11

Arduino has a rich set of external interfaces, and the biggest difference from Raspberry Pi’s IO ports is that Arduino has analog input interfaces that can measure analog values on IO ports. The communication scheme between Arduino and Raspberry Pi via serial (Serial) generally has two methods: one is through Raspberry Pi GPIO serial communication, … Read more

Open Source IoT Gateway: A Powerful Tool for IoT Device Integration Using Python

Open Source IoT Gateway: A Powerful Tool for IoT Device Integration Using Python

Introduction With the development of the Internet of Things (IoT), more and more devices need to connect to IoT platforms for monitoring and management. However, different devices may use different communication protocols and interfaces, which poses certain challenges for integration and management. To address this issue, ThingsBoard has developed open-source software called ThingsBoard Gateway, which … Read more