RISC-V 架构入门:从原理到第一块开发板
写在前面 过去二十年,处理器架构市场基本被两家瓜分:Intel 的 x86 统治 PC 和服务,ARM 统治移动端和 IoT。你想自己做一颗芯片?抱歉,先交一笔不便宜的授权费。 RISC-V 的出现打破了这个局面。 RISC-V 是一个完全开源的指令集架构(ISA)。任何人可以免费使用它设计、制造、销售芯片或基于 RISC-V 的产品,而无需向任何公司支付许可费。它由加州大学伯克利分校的...
写在前面 过去二十年,处理器架构市场基本被两家瓜分:Intel 的 x86 统治 PC 和服务,ARM 统治移动端和 IoT。你想自己做一颗芯片?抱歉,先交一笔不便宜的授权费。 RISC-V 的出现打破了这个局面。 RISC-V 是一个完全开源的指令集架构(ISA)。任何人可以免费使用它设计、制造、销售芯片或基于 RISC-V 的产品,而无需向任何公司支付许可费。它由加州大学伯克利分校的...
无刷电机 BLDC 完全入门指南,详解电调 ESC 工作原理、接线方法、参数配置与常见故障排查,适合无人机/电模/DIY 爱好者
深入解析锂电池充电保护电路原理,TP4056 充电管理芯片实战应用,过充过放保护设计,附电路图和常见问题排查
深入讲解 ESP32/STM32 低功耗模式,从硬件到软件全面优化待机电流,让你的电池供电设备续航从几天提升到几个月。
深入测试 DHT22 和 SHT30 温湿度传感器的精度差异,包含实测数据、代码示例和选型建议,帮你做出正确选择。
开关电源的电磁干扰(EMI)是硬件工程师的噩梦。本文从滤波、布局、屏蔽三个维度,分享实用的 EMI 抑制技巧,帮助你的设计通过 EMC 认证。
HC-SR04 超声波测距模块进阶教程,包含精度优化技巧、多传感器融合方案、温度补偿算法和实际项目案例,助你打造精准测距系统。
MEMS 传感器怎么选?加速度计、陀螺仪、IMU 有什么区别?本文对比 MPU6050、ICM20948、BMI088 等热门型号,附选型表和实战代码。
从零搭建完整MQTT物联网监控系统:Mosquitto服务器部署与配置、ESP32传感器数据采集上报、Node-RED实时仪表盘可视化展示。附完整源码、接线图和常见故障排查方案,涵盖QoS设置、断线重连等实战技巧,适合物联网初学者和开发者参考。
PIR 人体传感器误触发怎么办?本文详解灵敏度调节、滤波算法、安装位置优化,打造稳定可靠的人体检测系统。
In IoT projects, WiFi and Bluetooth are sufficient - until you need to cover hundreds of meters or even several kilometers. Farm temperature/humidity monitoring, campus security, reservoir water level monitoring... in these scenarios, WiFi signal? Doesn't exist. This is when LoRa (Long Range) comes in handy. And SX1278 is currently one of the most cost-effective LoRa chips. You can buy a module for 15 yuan on Taobao, add an ESP32 main controller, and build a wireless sensor network covering several kilometers...
Over the past two decades, the processor architecture market has been dominated by two players: Intel's x86 rules PCs and servers, while ARM dominates mobile and IoT. Want to design your own chip? Sorry — pay a hefty licensing fee first. RISC-V changed the game. RISC-V is a completely open-source instruction set architecture (ISA). Anyone can freely use it to design, manufacture, and sell chips or RISC-V-based products without paying licensing fees to any company. Initiated by Professor Krste Asanović and his team at UC Berkeley in 2010, it has become the hottest new force in the chip industry.
Complete beginner's guide to brushless motors BLDC, detailed explanation of ESC working principles, wiring methods, parameter configuration and common troubleshooting, suitable for drone/electric model/DIY enthusiasts
In-depth analysis of lithium battery charging protection circuit principles, TP4056 charging management chip practical application, overcharge and over-discharge protection design, with circuit diagrams and common troubleshooting
In-depth explanation of ESP32/STM32 low power modes, comprehensive optimization of standby current from hardware to software, extending battery-powered device life from days to months.
In-depth testing of accuracy differences between DHT22 and SHT30 temperature and humidity sensors, including actual measurement data, code examples, and selection recommendations to help you make the right choice.
Electromagnetic interference (EMI) from switching power supplies is a hardware engineer's nightmare. This article shares practical EMI suppression techniques from three dimensions: filtering, layout, and shielding, helping your design pass EMC certification.
HC-SR04 ultrasonic distance module advanced tutorial, including accuracy optimization techniques, multi-sensor fusion solutions, temperature compensation algorithms, and practical project cases to help you build a precise distance measurement system.
How to choose MEMS sensors? What are the differences between accelerometers, gyroscopes, and IMUs? This article compares popular models like MPU6050, ICM20948, BMI088, with selection tables and practical code.