Skip to content
/ ESP Public

ESP8266 with BMP180 plus BH1750 sensor feeding the output to syslog server

Notifications You must be signed in to change notification settings

cubapp/ESP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

ESP 8266 plus BMP180 plus BH1750

Connecting BMP 180 (temperature and pressure) and BH1750 (light sensor) to ESP8266 and reporting the values to the syslog server.

Requirements

Hardware:

Libraries:

init.lua

initial file (start file) to blink the internal LED, connect to WiFi and starting the sensor readout

mbp180client.lua

the sensor readout and syslog reporting. I chose 514/UDP to the nearest syslog since it is easy to catch on the syslog server.

About

ESP8266 with BMP180 plus BH1750 sensor feeding the output to syslog server

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages