Flipper/Applications/Official/DEV_FW/source/grnch/lightmeter
2022-12-28 22:34:27 -08:00
..
gui Reorg, added more sources 2022-12-28 22:34:27 -08:00
icons Reorg, added more sources 2022-12-28 22:34:27 -08:00
images Reorg, added more sources 2022-12-28 22:34:27 -08:00
lib/BH1750 Reorg, added more sources 2022-12-28 22:34:27 -08:00
module Reorg, added more sources 2022-12-28 22:34:27 -08:00
.clang-format Reorg, added more sources 2022-12-28 22:34:27 -08:00
application.fam Reorg, added more sources 2022-12-28 22:34:27 -08:00
LICENSE Reorg, added more sources 2022-12-28 22:34:27 -08:00
lightmeter_config.h Reorg, added more sources 2022-12-28 22:34:27 -08:00
lightmeter_helper.c Reorg, added more sources 2022-12-28 22:34:27 -08:00
lightmeter_helper.h Reorg, added more sources 2022-12-28 22:34:27 -08:00
lightmeter.c Reorg, added more sources 2022-12-28 22:34:27 -08:00
lightmeter.h Reorg, added more sources 2022-12-28 22:34:27 -08:00
lightmeter.png Reorg, added more sources 2022-12-28 22:34:27 -08:00
README.md Reorg, added more sources 2022-12-28 22:34:27 -08:00

flipperzero-lightmeter

Build FAP

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)

  1. Module PCB
  2. Enclosure
  3. 4-pin female header
  4. 10-pin male header
  5. 2x M3 threaded inserts (max diameter 5.3 mm, max height 4 mm)
  6. 2x M3x5 screws

TODO

  • Save settings to sd card

References

App inspired by lightmeter project for Arduino by vpominchuk.