Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 567 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 567 Bytes

Nanoprobes are ESP-based home automation sensing units. The idea here is to create simple platforms that can be distributed around a house for a main server to collect data from. In the interests of being standards-based as possible, the goal is to respond over HTTP with a simple plaintext format that can be easily parsed by any language.

The initial test nanoprobe currently programmed here is a ESP8266-powered Feather HUZZAH with a DHT11 sensor assigned to pin 16 for testing.

Most of this project is based on tutorials found at https://randomnerdtutorials.com