Arduino 入门实战:光敏电阻检测 + 串口控制舵机
Arduino 零基础入门实战教程,涵盖光敏电阻模拟信号读取、串口监视器实时显示光照变化、舵机接线与串口控制角度。两个经典项目帮你快速掌握传感器输入与执行器输出。
8 篇文章
Arduino 零基础入门实战教程,涵盖光敏电阻模拟信号读取、串口监视器实时显示光照变化、舵机接线与串口控制角度。两个经典项目帮你快速掌握传感器输入与执行器输出。
Two sensor projects combined: BH1750 digital light sensor for an intelligent auto-dimming system, and HX711 24-bit ADC paired with a load cell to build a 0.1g-precision scale. Includes complete wiring diagrams, Arduino code, calibration procedures, and troubleshooting tips — total cost under ¥100.
两篇传感器实战合二为一:BH1750 数字光照传感器实现智能自动调光系统,HX711 24 位 ADC 搭配称重传感器制作 0.1g 精度电子秤。含完整接线图、Arduino 代码、校准流程与常见问题排查,总成本不到 100 元。
从零学会 Arduino 驱动 SSD1306 OLED 显示屏:I2C 接线方法、Adafruit_SSD1306 库使用、文字/图形绘制、温湿度传感器数据实时显示,附完整代码与接线图。
从零搭建 ESP32 温湿度监控系统:DHT22 传感器接线、Arduino IDE 代码、MQTT 通信协议配置、Node-RED 仪表盘可视化,一套完整的物联网实战项目。
从零搭建基于 Quectel BC26 的 NB-IoT 远程数据采集节点,涵盖硬件接线、AT 指令调试、功耗优化和云平台对接全流程。
深入理解 I2C 总线协议:从 SCL/SDA 信号原理、地址寻址、上拉电阻计算,到 Arduino 和 ESP32 多设备挂载实战代码。嵌入式开发者必读的 I2C 完全指南。
Deep dive into the I2C bus protocol: from SCL/SDA signal fundamentals, address addressing, and pull-up resistor calculations, to hands-on multi-device code with Arduino and ESP32. A must-read I2C guide for embedded developers.