差别
这里会显示出您选择的修订版和当前版本之间的差别。
两侧同时换到之前的修订记录 前一修订版 后一修订版 | 前一修订版 | ||
ds18b20 [2022/01/27 07:48] gongyusu |
ds18b20 [2022/01/27 07:54] (当前版本) gongyusu |
||
---|---|---|---|
行 1: | 行 1: | ||
+ | ## DS18B20温度传感器的使用 | ||
+ | {{ :ds18b20-tempeature-sensor-pinout.jpeg |}} | ||
+ | |||
+ | ### 1. 介绍 | ||
+ | |||
+ | ### 2. 工作原理 | ||
+ | |||
+ | ### 3. 电路连接 | ||
+ | |||
+ | |||
+ | ### 4 MicroPython代码 | ||
+ | * [[https://randomnerdtutorials.com/micropython-ds18b20-esp32-esp8266/|MicroPython: DS18B20 Temperature Sensor with ESP32 and ESP8266]] | ||
+ | * [[https://how2electronics.com/micropython-ds18b20-temperature-sensor-esp32/|MicroPython: Interfacing DS18B20 Temperature Sensor with ESP32]] | ||
+ | * [[http://www.pibits.net/code/raspberry-pi-pico-and-ds18b20-thermometer-using-micropython.php|Raspberry Pi Pico and DS18b20 thermometer using Micropython]] | ||
+ | |||
### 5. Verilog代码 | ### 5. Verilog代码 | ||
- | * [[温度计|基于小脚丫STEP MXO2的温度显示系统]] | ||
* [[temp_sensor_verilog|STEP FPGA驱动温度传感器DS18B20Z]] | * [[temp_sensor_verilog|STEP FPGA驱动温度传感器DS18B20Z]] | ||
+ | * [[温度计|基于小脚丫STEP MXO2的温度显示系统]] | ||