Skip to content

Lightmeter app for photography based on BH1750 sensor

License

Notifications You must be signed in to change notification settings

oleksiikutuzov/flipperzero-lightmeter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flipperzero-lightmeter

FAP: Build and lint

Download: FAP Factory

Repository for source code and hardware files for Lightmeter app for Flipper Zero

Supported sensors

  • BH1750
  • MAX44009

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. BH1750 Sensor
  2. Module PCB
  3. Enclosure
  4. 4-pin female header
  5. 10-pin male header
  6. 2x M3 threaded inserts (max diameter 5.3 mm, max height 4 mm)
  7. 2x M3x5 screws

TODO

  • Save settings to sd card
  • Color measurement with TCS34725 sensor

References

App inspired by lightmeter project for Arduino by vpominchuk.