Skip to content
This repository was archived by the owner on Oct 17, 2020. It is now read-only.

jabelone/jsensor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

jsensor

Open source sensor platform based on ESP8266 and compatible with MQTT.

Usage

jsensor-deepsleep-example

This demonstrates how you can use the deep sleep function to save a lot of power between measurements and transmissions.

jsensor-volume

This is a volume based sensor. It uses a microphone sensor with a digital (on/off) output. It takes the running average of the last x seconds. If the running average is more than 0.5 it sends jsensor/bathroom/volume 1 to the configured MQTT broker. There's a minimum "on" time to prevent rapid oscillation and when it turns off, it will send jsensor/bathroom/volume 0. It's simple to configure. Just specify the WiFi, MQTT and sensor settings in the user_config file.

About

Open source sensor platform based on ESP8266 and compatible with MQTT.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Other 100.0%