An open API service indexing awesome lists of open source software.

https://github.com/salvof88/raspberry-sensor-kit-demo

A lightweight Raspberry Pi sensor logger in Python for HC-SR04 (ultrasound) and DHT11 (temperature/humidity), exporting data to CSV or Google Sheets. Perfect for IoT experiments, smart home logging, or Raspberry Pi Zero DIY kits.
https://github.com/salvof88/raspberry-sensor-kit-demo

automation csv-logger data-logging data-visualization dht11 google-sheets gpio hc-sr04 hc-sr04-ultrasonic-sensor iot python python-sensors python3 raspberry-pi raspberry-pi-3 raspberry-pi-4 raspberry-pi-gpio raspberry-pi-zero sensor-data

Last synced: 29 days ago
JSON representation

A lightweight Raspberry Pi sensor logger in Python for HC-SR04 (ultrasound) and DHT11 (temperature/humidity), exporting data to CSV or Google Sheets. Perfect for IoT experiments, smart home logging, or Raspberry Pi Zero DIY kits.

Awesome Lists containing this project

README

          

# Anteprima - Raspberry Sensor Kit

---

## 1. Cosa puoi fare con il Raspberry Sensor Kit

- Leggere distanza (HC-SR04) e temperatura/umidità (DHT11)
- Salvare i dati su file CSV oppure su Google Sheets
- Personalizzare tutto tramite file di configurazione JSON
- Visualizzare i dati in tempo reale
- Usare grafici automatici in cloud (Sheets Edition)

---

## 2. Come funziona

Il kit è progettato per essere plug & play. Dopo aver collegato i sensori al tuo Raspberry Pi, puoi configurare i parametri e avviare lo script Python.

Nella versione completa:
- Il codice legge i dati reali da GPIO
- I risultati sono salvati automaticamente
- Puoi esportare e visualizzare i dati anche da remoto

Questa versione è solo dimostrativa.

---

## 3. Output previsto (esempio)

**CSV locale:**
data, ora, distanza, temperatura, umidità
2025-06-19, 15:00, 54.3, 24.1, 48.7

**Google Sheets:**
Accesso a grafici e dashboard online in tempo reale.

---

## 4. Come ottenere la versione completa

Per accedere a:
- Codice Python completo
- Guida PDF dettagliata
- File di configurazione pronti
- Supporto via email

Acquista il kit completo al link:
[https://salvafran.gumroad.com/l/wvmyk](https://salvafran.gumroad.com/l/wvmyk)

---

## 5. Contatti

Per domande o supporto, scrivici a:
salvatorefranco88@libero.it

---

# Raspberry Sensor Kit – Python + Raspberry Pi (HC-SR04 / DHT11)

Un kit completo per leggere dati da sensori di distanza **HC-SR04** e temperatura/umidità **DHT11** usando **Python su Raspberry Pi**.

👉 I dati raccolti vengono salvati in **formato CSV** oppure sincronizzati con **Google Sheets**.

🎯 Ideale per:
- Progetti di data logging fai-da-te
- Sistemi di monitoraggio ambiente (umidità, distanza)
- Esperimenti IoT con Raspberry Pi Zero o Pi 4

---------------------------------------------------------------------------------------------------------

# Raspberry Sensor Kit – Python + Raspberry Pi (HC-SR04 / DHT11)

A complete kit to read data from **HC-SR04** distance sensors and **DHT11** temperature/humidity sensors using **Python on Raspberry Pi**.

👉 Collected data is saved in **CSV format** or synchronized with **Google Sheets**.

🎯 Ideal for:
- DIY data logging projects
- Environmental monitoring systems (humidity, distance)
- IoT experiments with Raspberry Pi Zero or Pi 4