Уровень 0 · материалов: 4
В кластер входят руководства по созданию аппаратных систем измерения температуры с передачей данных, но не входят общие статьи по электронике без привязки к температурному контролю.
Общие признаки: создание устройств контроля температуры, использование датчиков, бюджетные решения, дистанционный мониторинг и хранение данных
Группа выше: Отопление и температурный режим
Смысл: The main idea is to demonstrate how to build a low-cost, remote temperature monitoring system using off-the-shelf sensors (DS18B20), a controller (BM1707), and a custom software stack (MySQL, PHP, JS) to maintain a house's environment.
A DIY guide on building a remote home telemetry system using BM1707 controllers and DS18B20 sensors with a MySQL/PHP/JS web interface.
Смысл: The main idea is to demonstrate a low-cost, accessible way to build a PC-connected temperature monitoring system using a 1-Wire sensor and a COM port for hobbyists and Linux users.
A step-by-step guide to building a digital thermometer with a DS1820 sensor connected to a COM port and monitored via Linux software.
Смысл: The main idea is to demonstrate how to build a simple, inexpensive Internet of Things (IoT) device that monitors temperature and uploads the data to a cloud service for remote tracking.
A technical guide on building a $4 Wi-Fi thermometer using ESP8266, DS18B20 sensor, and NodeMCU firmware to send data to ThingSpeak.
Смысл: The main idea is to provide a complete end-to-end tutorial for building a remote environmental monitoring system using Raspberry Pi and DHT sensors, covering hardware wiring, low-level C programming for data acquisition, and high-level PHP programming for cloud data storage.
A technical tutorial on connecting DHT11/DHT22 sensors to a Raspberry Pi and logging the temperature and humidity data to Google Docs using C and PHP.