GitHub topics: dht11
prplecake/remote-ac-controller
Remotely control AC with your Raspberry Pi. This repository is a mirror of https://git.fminus.co/prplecake/remote-ac-controller
Size: 2.93 KB - Last synced at: 2 days ago - Pushed at: 2 days ago - Stars: 1 - Forks: 0

JokkeeZ/thum
A web app that collects real-time temperature and humidity data from a DHT11/DHT21/DHT22 sensor and displays it in a user-friendly interface.
Language: Python - Size: 643 KB - Last synced at: 2 days ago - Pushed at: 2 days ago - Stars: 0 - Forks: 0

Joshu4PA/Advanced-Arduino-Weather-Station-Using-DHT11-and-Serial-Data-Logging
An Arduino Uno (CH340G clone) reads temperature and humidity from a DHT11 sensor and computes 10+ environmental metrics (heat index, dew point, enthalpy, humidex, vapor pressures, etc.), outputting them as CSV-formatted serial data for real-time monitoring, logging, or visualization on a connected Python-based host device.
Language: C++ - Size: 21.5 KB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 1 - Forks: 0

flyte/mqtt-io
Expose GPIO modules (Raspberry Pi, Beaglebone, PCF8754, PiFace2 etc.) and digital sensors (LM75 etc.) to an MQTT server for remote control and monitoring.
Language: Python - Size: 1.44 MB - Last synced at: 1 day ago - Pushed at: 6 months ago - Stars: 490 - Forks: 157

rust-dd/embedded-dht-rs
A Rust library that provides full support for DHT11, DHT22, and DHT20 (AHT20) temperature and humidity sensors.
Language: Rust - Size: 3.77 MB - Last synced at: 3 days ago - Pushed at: 5 days ago - Stars: 19 - Forks: 5

DroneTales/TempSensor
A temperature and humidity sensor for Apple HomeKit
Language: C - Size: 0 Bytes - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 0 - Forks: 0

Franciserah/dht11UART
Projet utilisant la programmation registres, pour interfacer un capteur de température et d'humidité DHT11 avec un ATmega2560, implémentant le protocole 1-wire pour la transmission des données via UART.
Language: C - Size: 18.6 KB - Last synced at: 7 days ago - Pushed at: 7 days ago - Stars: 0 - Forks: 0

libdriver/dht11
DHT11 full-featured driver library for general-purpose MCU and Linux.
Language: C - Size: 3.64 MB - Last synced at: 5 days ago - Pushed at: about 1 month ago - Stars: 121 - Forks: 27

storres20/bio-data
A Node.js backend API designed to collect and manage real-time temperature and humidity data from an ESP8266 NodeMCU. The backend supports data storage in MongoDB, with endpoints for retrieving and posting sensor data, enabling seamless integration with a frontend monitoring application.
Language: C++ - Size: 233 KB - Last synced at: 14 days ago - Pushed at: 14 days ago - Stars: 0 - Forks: 0

Christoferis/SmartTerrarium
🌱 Smartifying a Terrarium
Language: C++ - Size: 37.1 KB - Last synced at: 17 days ago - Pushed at: 17 days ago - Stars: 0 - Forks: 0

HexKernel/Arduino-DHT11-Weather-Station
This project uses an Arduino Uno CH340G clone and a DHT11 sensor to build a compact weather station that measures temperature and humidity, calculates over ten derived environmental metrics, and outputs CSV-formatted data via the serial interface. The data can be viewed in real time using a Python script or the onboard Arduino serial monitor.
Language: C++ - Size: 1020 KB - Last synced at: 17 days ago - Pushed at: 17 days ago - Stars: 5 - Forks: 0

gtxzsxxk/intelli-switch
基于stm32-f4智能气象站及Wi-Fi开关,提供温度、气压、湿度及光强度测量、服务器上报,以及Wi-Fi控制下的GPIO口。Intelligent Weather Station and Wi-Fi switcher providing temperature ,atmosphere pressure ,humidity and lightness detecting and reporting .Also the control of GPIO in Wi-Fi.
Language: C - Size: 17 MB - Last synced at: about 9 hours ago - Pushed at: almost 2 years ago - Stars: 31 - Forks: 4

gavinlyonsrepo/sensors_PICO
Combined Sensors library. A SDK C++ library for Raspberry PI PICO's. Supported list : BMP280 LM35 LM75A DHT11 AHTXX
Language: C++ - Size: 291 KB - Last synced at: 15 days ago - Pushed at: 24 days ago - Stars: 5 - Forks: 1

javi-canon/flipper-dht11-sensor
A lightweight, interactive sensor reader for the DHT11 temperature and humidity module, designed specifically for the Flipper Zero running Momentum Firmware.
Language: C - Size: 42 KB - Last synced at: 25 days ago - Pushed at: 25 days ago - Stars: 0 - Forks: 0

2black0/Weather-Station-ESP8266
Weather Station based on ESP8266
Language: C++ - Size: 18.6 KB - Last synced at: 27 days ago - Pushed at: 28 days ago - Stars: 0 - Forks: 0

christianTsounguiObama/dht11UART
Ce projet implémente, en langage C bare-metal, une interface directe entre un microcontrôleur ATmega2560 (Arduino Mega) et un capteur de température et d’humidité DHT11, sans utiliser de bibliothèques externes. Les données mesurées sont ensuite transmises via le protocole UART à un terminal série ou un autre périphérique.
Language: C - Size: 68.4 KB - Last synced at: 28 days ago - Pushed at: 28 days ago - Stars: 0 - Forks: 0

christianTsounguiObama/dht11_hd44780
Ce projet met ensemble le capteur DHT11, le microcontrôleur ATmega2560 (Arduino Mega) et un écran LCD HD44780 1602 en mode 4 bits pour la lecture et l'affichage des donnees de temperature et d'humidite. L'interface est codée en C bas-niveau, en manipulant directement les registres d'entrée/sortie (PORTx, DDRx) pour contrôler les broches de données
Language: C - Size: 62.5 KB - Last synced at: 28 days ago - Pushed at: 28 days ago - Stars: 0 - Forks: 0

Bounded-Bytes/SafeVaxV2
Solução robusta para leitura, tratamento, armazenagem e visualização de dados gerados para garantir a segurança térmica em contêineres de vacinas
Language: C++ - Size: 10 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

realsba/esp32pp
ESP32++ (esp32pp) is a collection of C++ classes for the ESP32, providing reusable components for buttons, I2C, HTTP servers, and more, aimed at simplifying development.
Language: C++ - Size: 134 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

kpetremann/dht2mqtt
Simple tool to send DHT11 or DHT22 sensor metrics to MQTT.
Language: Go - Size: 29.3 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

roycuadra/IoT_Server_monitor
A Wi-Fi-based temperature and humidity monitoring system using the ESP8266 and DHT11 sensor.
Language: C++ - Size: 794 KB - Last synced at: 14 days ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

MrChunckuee-Electronics/ARDUINO-NANO_Examples
Recopilación de algunos ejercicios que he realizado usando arduino
Language: C++ - Size: 4.28 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

UtkarshPunkar/Smart-Air-Quality-Monitor
IoT-based Smart Air Quality Monitor using ESP8266, DHT11, MQ135, OLED and ThingSpeak
Language: C++ - Size: 784 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

ShelJi/-raspberry_pi_pico_w_Thingspeak_DHT
Plant moisture data analizer.
Language: Python - Size: 130 KB - Last synced at: 8 days ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

mhdb96/Chernozem
👨🏻🌾 An Expert System for smart farming which provides the farmers with best solutions and hardware matching their needs exactly, with the ability to monitor and control the hardware remotely through the website UI in real-time.
Language: PHP - Size: 29.6 MB - Last synced at: about 1 month ago - Pushed at: over 2 years ago - Stars: 20 - Forks: 12

rakhaevandy27/DHT22-WITH-NRF24l01-
This project demonstrates a simple wireless temperature and humidity monitoring system using ESP32 microcontrollers, DHT22 sensors, NRF24L01 transceivers, and an SSD1306 OLED display.
Language: C++ - Size: 4.88 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

anacromaniac/esp32-DHT11
Esp-idf driver for DHT11 temperature and humidity sensor
Language: C - Size: 21.5 KB - Last synced at: 9 days ago - Pushed at: about 4 years ago - Stars: 58 - Forks: 32

janw/dht22-mqtt-daemon 📦
[moved to codeberg] Daemon to query the local temperature sensor on a Raspberry Pi (DHT22, DHT11, or AM2302), and send the data to an MQTT server
Language: Python - Size: 1.95 KB - Last synced at: about 2 months ago - Pushed at: over 8 years ago - Stars: 17 - Forks: 12

WhiteHodok/ESP32-S3-N8R2-DHT-OLED
A some early project which based on ESP platform
Language: C++ - Size: 12.7 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

tiesen243/retard-home
A simple IoT project featuring an ESP8266 microcontroller that serves a web interface to monitor temperature/humidity and control LEDs.
Language: C++ - Size: 7.81 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

momenso/node-dht-sensor
Node.js Humidity and Temperature sensor addon
Language: C - Size: 325 KB - Last synced at: 11 days ago - Pushed at: 3 months ago - Stars: 314 - Forks: 73

kreso975/StergoSmart
Smart Home IOT - Weather and Switches with GUI - ESP8266
Language: C++ - Size: 11.8 MB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 1

josgard94/arduino-bluetooth-sensor-app
This project is a React Native application that connects to an Arduino microcontroller via Bluetooth to receive real-time temperature and humidity data from a DHT11/DHT22 sensor. The app displays the collected data.
Language: C++ - Size: 9.77 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 1 - Forks: 0

SAMMYBOOOOM/Pico-W-iot-irrigation-system-demo
Smart IoT Irrigation System with Raspberry Pi Pico W
Language: C++ - Size: 8.07 MB - Last synced at: about 2 months ago - Pushed at: 4 months ago - Stars: 3 - Forks: 0

mhamidjamil/TTGO_TCall
This project uses TTGO T-Call module to deal with calls and messages, monitor its surroundings and alert user via call or message if any environmental changes detected by ultrasound sensor.
Language: C++ - Size: 683 KB - Last synced at: about 2 months ago - Pushed at: 2 months ago - Stars: 6 - Forks: 2

vircoding/esp32-dht-lcd-example
An ESP32 example project using DHT11 and LCD 16x2 display
Language: C++ - Size: 0 Bytes - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 1 - Forks: 0

krusema/dht-mmap-rust
A library for simple and easy reading of DHT11/DHT22 sensors
Language: Rust - Size: 10.7 KB - Last synced at: about 1 month ago - Pushed at: about 1 year ago - Stars: 4 - Forks: 0

KirinDenis/Meteo Fork of JullietIzmailova/Meteo
DIY Open Source Weather Station based on Arduino UNO.
Language: C++ - Size: 63 MB - Last synced at: 2 months ago - Pushed at: 3 months ago - Stars: 5 - Forks: 3

Adilas07/HT_tuoi_tieu_tu_dong
Hệ thống giám sát và tưới tiêu tự động dùng ESP32, cảm biến độ ẩm, gửi dữ liệu lên Blynk để giám sát từ xa.
Language: C++ - Size: 5.63 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

Adeptstack-Studios/InfoHub-BackendTHP
Get sensor values of different positions over the Internet. See readme.md
Language: Python - Size: 24.4 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 1 - Forks: 1

halilibrahimcetin/weatherreportformuhtas
IoT based Weather Report System for MUHTAS-I
Language: HTML - Size: 1.75 MB - Last synced at: 2 months ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 0

Shrinidhi857/ESP32-Sensor-Firebase
Esp-32-Firebase
Language: C++ - Size: 3.91 KB - Last synced at: about 2 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

Qengineering/DHT22-Raspberry-Pi
DHT22 sensor on Raspberry Pi with WiringPi
Language: C++ - Size: 406 KB - Last synced at: about 2 months ago - Pushed at: 3 months ago - Stars: 8 - Forks: 1

micheltlutz/DHT-SwiftyGPIO
SwiftyGPIO with RaspberryPi + DHT11 Module
Language: Swift - Size: 85.9 KB - Last synced at: about 1 month ago - Pushed at: about 5 years ago - Stars: 14 - Forks: 1

gavinlyonsrepo/DHT11_PICO
Raspberry pi Pico SDk C++ library for the DHT11 Temperature & Humidity Sensor.
Language: C++ - Size: 120 KB - Last synced at: about 2 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

gavinlyonsrepo/pic_16F1619_projects
Projects and libraries for the Microchip PIC 16F1619 Microcontroller ( 8-bit, 20-pin).
Language: C - Size: 2.15 MB - Last synced at: 28 days ago - Pushed at: over 1 year ago - Stars: 22 - Forks: 14

j-kulp/IoT_pipeline
A project to display real-time IoT sensor data, scalable and secure
Language: C++ - Size: 19.5 KB - Last synced at: 8 days ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

AiltonFidelix/DHT11
DHT11 library for ESP-IDF
Language: C - Size: 17.6 KB - Last synced at: 3 months ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0

tangowhisky37/LetsHack
Notes & HowTo's covering the Raspberry Pi, Arduino, ESP8266, ESP32, etc.
Language: HTML - Size: 2.61 MB - Last synced at: about 2 months ago - Pushed at: almost 4 years ago - Stars: 52 - Forks: 11

OmarrAymann/Graduation-project
D.E.B.R.I.S (Detection and Exploration Bot for Rescue, Investigation, and Survival)
Language: C++ - Size: 54.5 MB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

codershiyar/esp32-projects
Arduino ESP32 projects for IoT applications: Web server, environmental monitoring, device control with DHT11 sensors, and 433 MHz RF.ng, soil moisture detection, and light-sensitive activa
Language: C++ - Size: 8.79 KB - Last synced at: 3 months ago - Pushed at: about 1 year ago - Stars: 2 - Forks: 0

roycuadra/ESP32-CYD-DHT11
This project is a GUI display for monitoring temperature and humidity using an ESP32 Cheap yellow display, and a DHT11 sensor.
Language: C++ - Size: 7.81 KB - Last synced at: 24 days ago - Pushed at: 10 months ago - Stars: 8 - Forks: 2

Crim5on/WeatherStation
Embedded Weather Station
Language: C - Size: 1.85 MB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

YOBU-Computer-Engineering/datacenter-protection-monitoring
Scaled datacenter monitoring app for continuously increasing datacenter rooms.
Language: TypeScript - Size: 10 MB - Last synced at: 2 months ago - Pushed at: 4 months ago - Stars: 7 - Forks: 5

attmhd/ecosense
Language: Python - Size: 2.7 MB - Last synced at: 3 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

farshidtz/dht-mqtt
Publish DHT sensor readings to MQTT broker
Language: Python - Size: 15.6 KB - Last synced at: about 1 month ago - Pushed at: almost 3 years ago - Stars: 4 - Forks: 5

ikornaselur/pico-libs
A collection on Raspberry Pi Pico MicroPython libraries built while playing around with modules
Language: Python - Size: 233 KB - Last synced at: 9 days ago - Pushed at: about 4 years ago - Stars: 34 - Forks: 12

SpartanWorks/spartan-sensor-mesh
Agent/device-based sensor mesh with a readable UI.
Language: C++ - Size: 2.1 MB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 5 - Forks: 2

simarubhi/DHT11_Driver_STM32
Driver library for the DHT11 temperature sensor for STM32 microcontrollers
Language: C - Size: 326 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

Chrisvasa/iot-climate-monitor
An IoT-based multi-zone climate monitoring system using ESP32 devices and a Raspberry Pi gateway to measure and visualize temperature and humidity in real-time via ThingsBoard.
Language: C++ - Size: 8.79 KB - Last synced at: about 2 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

FragMenthor/wledmm-pr
WLED MoonMonules personalized compilation
Size: 11.4 MB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

EnginKARATAS/rasberrypi-reporting-dht11-mysql-and-web-interface
Logging (reporting)humidity and temperature information in database with DHT11 sensor, visualize with web interface
Language: JavaScript - Size: 6.6 MB - Last synced at: about 2 months ago - Pushed at: over 3 years ago - Stars: 7 - Forks: 1

without-eyes/WeatherStation
Home weather station using Arduino Mega 2560 + built-in ESP8266
Language: C++ - Size: 1.22 MB - Last synced at: 10 days ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

heekal/esp32-project-ai
Smart plant monitoring system with fuzzy logics
Language: C++ - Size: 144 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

MelexinVN/bs_kombo
Открытые системы беспроводной коммуникации «КомБО» (Беспроводные системы «КомБО»). Проект с открытым программным и аппаратным обеспечением (Open source hardware). Open wireless communication systems "КомБО". Open source hardware project
Language: C - Size: 67 MB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 3 - Forks: 0

YoussofKhawaja/IoT-Climate-Tracker
Temperature and Humidity Monitor
Language: C++ - Size: 54.7 KB - Last synced at: about 2 months ago - Pushed at: over 1 year ago - Stars: 5 - Forks: 0

aniluzuner/nodemcu-esp8266-http-sensor-values
Monitoring Motion, Temperature, and Humidity on the web with NodeMCU
Language: Hack - Size: 1.01 MB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

Augusta08/Smart-Room
Design of a smart room using a light dependent resistor (photoresistor), a passive infrared sensor, and a temperature sensor
Language: C++ - Size: 197 KB - Last synced at: 8 days ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

gkiryaziev/STM32-CMSIS_Libraries
Libraries for STM32 (STM32F103C8T6) on pure CMSIS.
Language: C - Size: 674 KB - Last synced at: 4 months ago - Pushed at: almost 3 years ago - Stars: 59 - Forks: 21

d-nadella/Smart_Irrigation_System
The Smart Irrigation System leverages IoT to monitor soil moisture and temperature, automating irrigation based on real-time data, ensuring efficient water usage in agriculture
Language: C++ - Size: 3.25 MB - Last synced at: about 2 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

chronosgit/esp-sensors-analyzer
Analysis application for gas and temperature measurements from DHT11, MQ2, with support of ESP-32
Language: TypeScript - Size: 651 KB - Last synced at: 11 days ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

abdellah2288/esp32-dht11
ESP32 / ESP-IDF DHT11 library
Language: C - Size: 17.6 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 5 - Forks: 1

GnomGad/arduino-weather-monitor
simple methiostation with lcd monitor and sensor
Language: C++ - Size: 115 KB - Last synced at: about 2 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

BarB256/rgb_lamp
ESP8266 RGB Lamp & DHT11 Control Station
Language: C++ - Size: 5.86 KB - Last synced at: 14 days ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

vitorccs/nodemcu-dht
A NodeMCU project which displays temperature and humidity data on a web page
Language: C++ - Size: 49.8 KB - Last synced at: 3 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

pweb002/LED-Matrix-Clock
This is a Project to use a Raspberry Pi Pico with a LED Matrix to display the time, temperature and humidity.
Language: Jupyter Notebook - Size: 14.4 MB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 2 - Forks: 0

slicequeue/poc-esp32-dht11-fc28-mqtt
ESP32 보드를 활용하여 온습도 센서, 토양 습윤 센서 측정 후 MQTT로 데이터를 JSON 형식으로 보내는 POC 를 진행합니다.
Language: C++ - Size: 603 KB - Last synced at: 3 days ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

DynoW/SimpleDHT-app
Ambient temperature and humidity ⛅ from DHT11 or DHT22 sensor in your browser with dashboard and api
Language: C++ - Size: 461 KB - Last synced at: about 2 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

mazen-daghari/mqtt-pyqt6-dht11
This application integrates a DHT11 sensor, MQTT communication, and a PyQt6 graphical user interface (GUI). The DHT11 sensor reads temperature and humidity data, which is then published to an MQTT broker.
Language: Python - Size: 3.42 MB - Last synced at: 2 months ago - Pushed at: 6 months ago - Stars: 1 - Forks: 0

winlinvip/SimpleDHT
Simple, Stable and Fast Arduino Temp & Humidity Sensors for DHT11 and DHT22. http://learn.adafruit.com/dht
Language: C++ - Size: 88.9 KB - Last synced at: 9 days ago - Pushed at: almost 2 years ago - Stars: 145 - Forks: 60

TiVoHomeUser/DigiTempESP
Monitor several ESP8266 + DHT22 Temperature / Humidity sensors from a single HTML page.
Language: C - Size: 1.02 MB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 2 - Forks: 2

antoniotejada/lessmostat
Lessmostat, the less is more esp8266 WIFI AC thermostat: less than $25 in amazon pieces, no soldering, no breadboarding, no need for AC C wire.
Language: Python - Size: 1.45 MB - Last synced at: 2 months ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

Nugwxa/smart-home-system
Smart home system that uses various sensors to monitor and control different aspects of a home.
Language: C++ - Size: 11.7 KB - Last synced at: 2 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

IU5HKU/MiniWXStation
ESP8266 and BME280 sensor for a minimalist weather station to put on your terrace
Language: C - Size: 4.14 MB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 33 - Forks: 21

fortalbrz/aquarioino
Arduino Aquarium Automation with Home Assistant
Language: C++ - Size: 400 KB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 6 - Forks: 1

ruirigel/dht22-sensor
small service to show atmospheric conditions by sensor dht22
Language: Python - Size: 1.01 MB - Last synced at: 3 days ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

clovisf/ESP32-C6-development-board
ESP32-C6 development board
Language: C++ - Size: 32.4 MB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 2 - Forks: 0

Shib-Sankar-Das/Smart_Weather_Monitoring_System
Language: C++ - Size: 10.7 KB - Last synced at: 3 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

Fonger/ESP8266-RTOS-DHT
ESP8266_RTOS_SDK library for DHT11, DHT22 or SI7021
Language: C - Size: 6.84 KB - Last synced at: about 2 months ago - Pushed at: over 5 years ago - Stars: 21 - Forks: 11

computemachines/dht11-pico-pio
DHT11 temperature and humidity sensor protocol implemented in RaspberryPi Pico PIO state machine.
Language: C - Size: 1.95 KB - Last synced at: 3 months ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

Tom-Hirschberger/MMM-CommandToNotification
A MagicMirror² module which peridocally calls configured scripts and sends the output as notification
Language: Python - Size: 494 KB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 5 - Forks: 1

yoheiocean/two-wire-heat-only-thermostat
A smart thermostat using the ESP32 S3 Devkit to replace an outdated two-wire heat-only thermostat.
Size: 14.1 MB - Last synced at: about 2 months ago - Pushed at: 7 months ago - Stars: 1 - Forks: 0

Abhinav-ark/ARM_TM4C123GH6PM_Weather_Monitoring
A weather monitoring system using ARM TM4C123GH6PM microcontroller
Language: C - Size: 2.53 MB - Last synced at: 6 days ago - Pushed at: 11 months ago - Stars: 4 - Forks: 1

bartekl1/rpi-thermometer
:thermometer: Raspberry Pi Thermometer
Language: Python - Size: 119 KB - Last synced at: 2 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 2

pstolarz/librasp
Raspberry Pi library for GPIO, 1-Wire, SPI, System Time Counter (STC) access. There have been provided APIs for handling various popular devices.
Language: C - Size: 184 KB - Last synced at: about 2 months ago - Pushed at: over 2 years ago - Stars: 21 - Forks: 2

beegee-tokyo/DHTesp 📦
Optimized DHT library for ESP32/ESP8266 using Arduino framework
Language: C++ - Size: 71.3 KB - Last synced at: 8 months ago - Pushed at: about 2 years ago - Stars: 232 - Forks: 61

Kavippriyan/Smart-Medibox
The Smart Medibox is a smart device that ensures timely medication by reminding users to take their medicine on schedule.
Language: C - Size: 490 KB - Last synced at: 6 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

zachstence/zero-weather
DIY a simple weather station using a Raspberry Pi Zero W and a DHT22 temperature/humidity sensor.
Language: TypeScript - Size: 212 KB - Last synced at: 3 months ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

Woselko/DotnetRaspBerryPi5Patterns
Raspberry Pi 5 .NET (C#) Patterns
Language: C# - Size: 391 MB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 2 - Forks: 0

DhiaBechikh/ESP32-TempHumidity-Monitor
An IoT-based project for monitoring temperature and humidity with ESP32 and DHT11 sensor, sending data to a local server, and triggering SMS alerts using Twilio API
Language: PHP - Size: 4.7 MB - Last synced at: 2 months ago - Pushed at: 9 months ago - Stars: 2 - Forks: 0
