Measure Light Lux or Intensity with BH1750L Light Sensor Module

  Рет қаралды 19,383

Robojax

Robojax

Күн бұрын

Пікірлер: 37
@yashwinb9810
@yashwinb9810 2 жыл бұрын
Hello, how can I fade a led based on the value of lux, I'm not able to include the led output statement inside the if conditional statement.
@2007xoxox
@2007xoxox 4 жыл бұрын
Very informative. Thanks for all the effort you put into making these videos.
@robojax
@robojax 4 жыл бұрын
You are welcome.
@pranayreddy6533
@pranayreddy6533 2 жыл бұрын
it was very helpful, but I am getting my sensor BH1750 is not recognized while serial monitoring, and says ([BH1750] ERROR: received NACK on transmit of address BH1750 Test begins [BH1750] Device is not configured! Light: -2.00 lx ). have any solution?
@robojax
@robojax 2 жыл бұрын
Ply use I2C scanner from robojax.com and see if you are getting the address. If not check wiring or module is bad
@604smit
@604smit 4 жыл бұрын
thank you Robojax, nice video, good to be used instead of ldr or photoresistor
@robojax
@robojax 4 жыл бұрын
You are welcome. Yes this is very precises but 500 times expensive.
@olivieroreggia
@olivieroreggia 8 ай бұрын
Very good work ! Is it possible to change the lux value of BH1750 sensor in W/m2 ? Thank you
@2sadki
@2sadki 3 жыл бұрын
Great demonstration, thank you so much Robojax. You said we can make a solar tracker with this sensors. Can you tell me how?
@electronic7979
@electronic7979 4 жыл бұрын
Very good
@ogztnr5581
@ogztnr5581 4 жыл бұрын
Aga neden her yerdesin.d
@robojax
@robojax 4 жыл бұрын
Selam. Ben Hurasanlıyım. Farsça konuşuyorum. Türkiye'yi ve Türkiye halkını seviyorum.
@electronic7979
@electronic7979 4 жыл бұрын
@@ogztnr5581 demekki aynı kanalları takip ediyoruz
@electronic7979
@electronic7979 4 жыл бұрын
@@robojax buna çok sevindim. Videolarınızı beğenerek izliyorum.
@mahasher4219
@mahasher4219 2 жыл бұрын
Which i2c address is used to increase the range of BH1750 from 65535 lx to 100000 lx.?
@sangarmutusamy9801
@sangarmutusamy9801 4 жыл бұрын
Hi Robojax, i m using wemos mini pro, how to change the scl and sda pin connection, i understand fix pin for this in the library is D1 and D2, but i want to use D3 and D4 so where is the changes i should make? Pls help. Thank you.
@robojax
@robojax 4 жыл бұрын
you can do wire.begin(SDA, SCL); see it here github.com/esp8266/Arduino/blob/master/libraries/Wire/Wire.h
@sangarmutusamy9801
@sangarmutusamy9801 4 жыл бұрын
@@robojax Thanks Robojax, its work.
@robojax
@robojax 4 жыл бұрын
you are welcome
@beastcutter954
@beastcutter954 4 жыл бұрын
How can i make lamp dimming circuit using tsl2561 ?
@muhammadadnanahmed8324
@muhammadadnanahmed8324 Жыл бұрын
Hi Ahmed! Informative video, nice but i have faceing one issue when connect DS3231, LCD wit I2C module and BH1750 module but my arduino Uno hang @1300 and 1400 in day time. When isolated BH1750 it work fine.
@robojax
@robojax Жыл бұрын
salaam alaikum, use I2C scanner to check if you are getting 3, I2C addresses. Click File->Examples->Wire->I2C Scanner and upload the code and see what you are read in Serial Monitor. you should get 3 addresses. then Disconnect them one by one to see which is NOT active and check the wiring. Or connect them ONE by one and check I2C scanner. you will find where the issue is. I am not sure if there is conflict in I2C address. But if there is it is very easy to change the I2C address for the LCD. I have explained I2C address for LCD here kzbin.info/www/bejne/mKKwfnyYor59iZI
@muhammadadnanahmed8324
@muhammadadnanahmed8324 Жыл бұрын
@@robojax ad per your instructions, i connected to upload I2C scanner in arduino uno but, unfortunately my controller was not communicating to upload via serial port so i replaced my controller with other new one and upload after that found address sequentially as Scanning... I2C device found at address 0x23 I2C device found at address 0x27 I2C device found at address 0x57. I2C device found at address 0x68 done
@muhammadadnanahmed8324
@muhammadadnanahmed8324 Жыл бұрын
Assalamualaikum Ahmed! I connected BH1750 module with 4 core shield cable of 35ft length.
@SenyumNetwork
@SenyumNetwork 4 жыл бұрын
how about esp32 with bh1750? which pin?
@robojax
@robojax 4 жыл бұрын
The same. connect to to SDA and SCL. watch my video on LCD which uses LDA and SLC pins.
@Ordinary._.Original
@Ordinary._.Original 2 жыл бұрын
bm6000 bs bh1650 wich one is the best?
@robojax
@robojax 2 жыл бұрын
it depends on many factors. Simple open for datasheet for each sensor and compare.
@gymmusicservice6703
@gymmusicservice6703 3 жыл бұрын
I want to connect 2 bh1750 with 1 arduino. What is code??
@robojax
@robojax 3 жыл бұрын
you can get learn from this video by creating new object kzbin.info/www/bejne/gmfInJ9odqeWq7s
@moufidelaroussi414
@moufidelaroussi414 4 жыл бұрын
hello i am using a max4009 light sensor can you do a video on it on how to change the i2c adresse from 0x4A to 0x4B , i wanted to use 2 of them at the same time but i don't know how the change the i2c adresse . thanks
@robojax
@robojax 4 жыл бұрын
my google search resulted with no datasheet for MX4009.
@moufidelaroussi414
@moufidelaroussi414 4 жыл бұрын
Sorry it was max44009 or GY-49
@robojax
@robojax 4 жыл бұрын
a simple search showed this library and here is example on how to use 2 sensors github.com/RobTillaart/Max44009/blob/master/examples/max44009_two_sensors/max44009_two_sensors.ino
@tiagodomas7055
@tiagodomas7055 4 жыл бұрын
PLEAS A VIDEO ATTINY DIGISPARK WITH VL53L0X
@robojax
@robojax 4 жыл бұрын
it is the same for Arduino and digispark. Just connect SDA and SCL shown here kzbin.info/www/bejne/anm6nIioms2LmLs
@robojax
@robojax 4 жыл бұрын
did you do it?
#300 How to measure CO2 and VOC with Arduino. Which one is better?
21:13
EEPROM Memory - Store Anything - Arduino101
13:16
Electronoobs
Рет қаралды 113 М.
BAYGUYSTAN | 1 СЕРИЯ | bayGUYS
36:55
bayGUYS
Рет қаралды 1,9 МЛН
Мясо вегана? 🧐 @Whatthefshow
01:01
История одного вокалиста
Рет қаралды 7 МЛН
IL'HAN - Qalqam | Official Music Video
03:17
Ilhan Ihsanov
Рет қаралды 700 М.
LUX vs PAR Meter | Can You Use a Lux Meter with Grow Lights?
12:17
Growing Answers
Рет қаралды 72 М.
Faulty Ubiquiti POE Network Switch | Can I Fix It?
31:22
Buy it Fix it
Рет қаралды 33 М.
BAYGUYSTAN | 1 СЕРИЯ | bayGUYS
36:55
bayGUYS
Рет қаралды 1,9 МЛН