基于 Arduino ethernet shield 与 18B20 的温度记录仪wxxmickey 发表于 - 2025-1-2 18:15:000推 举全文摘自:http://www
codetorment
com/2025/11/12/arduino-temperature-and-light-data-logging-and-chartplotting-webmonitor/Arduino temperature data loggerAn arduino, a DB18S20 one-wire temperature sensor and an LDR (Light Dependent Resistor) are hooked up with some resistors and an ethernet shield to make a datalogger and webmonitor
Notes :for this setup the connections are made on the ethernet shield instead of directly on the arduino
Since Fritzing misses a library with external shield I used the arduino, the pinout stays the same either way
check the DS18B20 datasheet for the specifications on hooking up the sensor in parasite or powered mode Schematics : arduino 读取传感器温度每十秒一次并把温度数据上传到网站上,并以 TXT 文件存储 随后将数据制成折线图 rea