https://github.com/muesli/saloon
Saloon, an Arduino/ESP-based Information Monitor
https://github.com/muesli/saloon
Last synced: about 1 month ago
JSON representation
Saloon, an Arduino/ESP-based Information Monitor
- Host: GitHub
- URL: https://github.com/muesli/saloon
- Owner: muesli
- License: mit
- Created: 2020-11-10T11:26:05.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-11-10T15:26:33.000Z (over 4 years ago)
- Last Synced: 2025-03-31T04:32:34.048Z (3 months ago)
- Language: C++
- Size: 20.5 KB
- Stars: 13
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# saloon
Saloon, an Arduino/ESP-based Information Monitor
## Support
### Sensors
- [x] BME280 (temperature, humidity)
- [x] DHT-11/22 (temperature, humidity)
- [x] BH1750 (light sensor)
- [x] PIR Motion Sensor
- [x] Microphone### Displays
- [x] SH1106
- [x] SSD1306### LEDs
- [x] Neopixel
- [x] RGB LED
- [x] Built-in LED### APIs
- [x] MQTT
- [x] 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