https://github.com/lefucjusz/bme680-arduino
Simple Arduino Mega2560 based project presenting measurements taken by Bosch BME680 sensor (using SPI bus) on SSD1306 128x32 LCD display. Additionally, BSEC state is stored on external M24C16 EEPROM to avoid long initial stabilization time.
https://github.com/lefucjusz/bme680-arduino
arduino bme680 bsec measurements mega2560 ssd1306
Last synced: 4 days ago
JSON representation
Simple Arduino Mega2560 based project presenting measurements taken by Bosch BME680 sensor (using SPI bus) on SSD1306 128x32 LCD display. Additionally, BSEC state is stored on external M24C16 EEPROM to avoid long initial stabilization time.
- Host: GitHub
- URL: https://github.com/lefucjusz/bme680-arduino
- Owner: Lefucjusz
- License: gpl-3.0
- Created: 2024-02-24T17:13:02.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-27T17:53:56.000Z (about 1 year ago)
- Last Synced: 2025-02-17T01:09:00.262Z (3 months ago)
- Topics: arduino, bme680, bsec, measurements, mega2560, ssd1306
- Language: C++
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BME680-Arduino
Simple project presenting measurements taken by Bosch BME680 on SSD1306 128x32 LCD display. Additionally, BSEC state is stored on external M24C16 EEPROM to avoid long initial stabilization time.