Search found 2 matches

by VDRainer
Mon Feb 13, 2017 10:16 am
Forum: Drivers for External Components
Topic: bh1750 i2c digital light sensor
Replies: 3
Views: 13064

Re: bh1750 i2c digital light sensor

deshipu, youre my Hero!!

Now the results are as expected.

Thank you very much!
by VDRainer
Sun Feb 12, 2017 2:39 pm
Forum: Drivers for External Components
Topic: bh1750 i2c digital light sensor
Replies: 3
Views: 13064

Re: bh1750 i2c digital light sensor

Hi All, Im from Germany and new to the ESP8266 and MicroPython, so sorry for stupid questions and bad english. Want to use this driver for measuring with the NodeNCU ESP8266 ESP-12E. The code example gave me an error, so i tried: import machine, bh1750 i2c = I2C(scl=Pin(5), sda=Pin(4)) s = bh1750.BH...