Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Rainfall Tip Gauge

1 tip = .011”/.2794mm of accumulation.

I2C addresses of sensors I have

These are my sensors and they work with the addresses in the Arduino code. I strongly recommend running a port scan to make sure your devices are responding in the same manner. Driver.begin() functions can usually be modified for alternate addresses from different vendors.

Accessory

I2C address

Comments

UV - SI1145

0x60

Lux - BH1750

0x23

Barometer - BME280

0x76

EEPROM

0x50

Extended reliability for rainfall collection. Not as interesting now that we fail WiFi connect more gracefully in v1.3.1 (without tripping WDT)

  • No labels