muesli / saloon

Saloon, an Arduino/ESP-based Information Monitor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

saloon

Saloon, an Arduino/ESP-based Information Monitor

Support

Sensors

  • BME280 (temperature, humidity)
  • DHT-11/22 (temperature, humidity)
  • BH1750 (light sensor)
  • PIR Motion Sensor
  • Microphone

Displays

  • SH1106
  • SSD1306

LEDs

  • Neopixel
  • RGB LED
  • Built-in LED

APIs

  • MQTT
  • OpenWeatherMap

Configure

Make a copy of config.example.h named config.h and start editing it to your needs.

Build

arduino --pref build.path=./build --verify saloon.ino

About

Saloon, an Arduino/ESP-based Information Monitor

License:MIT License


Languages

Language:C++ 86.6%Language:C 13.4%