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: 15 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-27T17:53:56.000Z (over 2 years ago)
- Last Synced: 2025-05-14T06:27:52.155Z (about 1 year 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.