mirror of
https://github.com/UberGuidoZ/Flipper.git
synced 2024-12-23 15:00:13 +00:00
.. | ||
gui | ||
icons | ||
images | ||
lib/BH1750 | ||
module | ||
.clang-format | ||
application.fam | ||
LICENSE | ||
lightmeter_config.h | ||
lightmeter_helper.c | ||
lightmeter_helper.h | ||
lightmeter.c | ||
lightmeter.h | ||
lightmeter.png | ||
README.md |
flipperzero-lightmeter
Wiring
VCC -> 3.3V
GND -> GND
SCL -> C0
SDA -> C1
Sensor module
If you want to build this module, you'll need (it's quite over-engineered, sorry :D)
- Module PCB
- Enclosure
- 4-pin female header
- 10-pin male header
- 2x M3 threaded inserts (max diameter 5.3 mm, max height 4 mm)
- 2x M3x5 screws
TODO
- Save settings to sd card
References
App inspired by lightmeter project for Arduino by vpominchuk.