Detailed Compilation Tutorial for Windows 10 Carla Source Code

Detailed Compilation Tutorial for Windows 10 Carla Source Code

Author | Automotive Enthusiast Editor | Heart of Autonomous Driving 1. Preparation Work 1.1 Hardware Environment Requirements 1) Windows 64-bit operating system. The simulator should run on any 64-bit Windows system. 2) 165GB of disk space. CARLA itself will occupy about 32GB, and related major software installations (including Unreal Engine) will take about 133GB. 3) … Read more

Controlling LED Lights with Zigbee Protocol

Introduction From this article, we officially step into the Zigbee protocol. This article will start with the basic Zigbee protocol, without using any packaged protocol stack. The content is migrated from a basic protocol template to the project, and has been updated to the code repository. Repository address: https://gitee.com/jeady5/zigbee-emaple Based on today’s project, I will … Read more

Basic Working Principle of ADC

Basic Working Principle of ADC

Basic Working Principle of ADC Source: CSDN Blogger:xtmtm ADC ( analog to digital converter ) conversion process The basic conversion principle of ADC is divided into four processes: ① Anti-aliasing filter ( Anti-aliasing ), which can be understood as a low-pass filter ② Sample and hold circuit ( Sample and hold ) ③ Quantization ( … Read more