1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

RaspberryPiとVEML7700を試す

Last updated at Posted at 2023-01-28

Outline

raspberryPiを使って明るさを得るために
VEML7700モジュールを使って値を取得する。 

Hardware

Installation of VEML7700 Library

sudo pip3 install adafruit-circuitpython-veml7700

run

python3 veml7700_simpletest.py

output

veml7700_simpletest.py
Ambient light: 144
Ambient light: 99
Ambient light: 310
Ambient light: 310
Ambient light: 2432
Ambient light: 6025
Ambient light: 7135
Ambient light: 6812
Ambient light: 6888
Ambient light: 6882

仕様

センサ:照度
測定範囲:0~120 klx
ダイナミックレンジ:16 bit
解像度:0.0036 lx/ct

参考

1
0
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?