-
Hello , I am having a problem sending a HTTP PUT request to a server , here's my code:
```
#include
#include
#include
#include
#include
#include
#include "WiFiEsp.h"
#ifndef HAVE_H…
-
my code:
```#include
#include
BH1750 lightMeter(0x5C);
void setup() {
// put your setup code here, to run once:
Wire.begin();
Serial.begin(115200);
lightMeter.begin(BH1750::CONTI…
-
I have a a tasmotized geekcreit ESP8266 module with a BH1750 Illuminance sensor attached. It is configured and displaying fine in the Tasmota web gui.
TasmoAdmin found and displays the module fine b…
-
Please publish to npm:
https://github.com/miroRucka/bh1750/issues/2
I can help to set this up automatically
-
I would be very interested in an Implementation of light insensity. Such as TSL2591 or
BH1750.
Light pollution should also ne covered by this awesome project.
Is it possible to do auch an Integrati…
-
### The problem
I'm using ESP32-C6 with latest ESP-IDF. It shows the warning during compilation:
```
i2c: This driver is an old driver, please migrate your application code to adapt driver/i2c_mast…
-
A constant lightning of an enclosure would probably be wanted by some users to record proper timelapses and ensure a real time camera to deliver constant picture quality. A light sensor, like an BH175…
-
It looks like this project is orphaned,
So I am maintaining this fork:
https://github.com/abandonware/bh1750
Would it be desired to transfer maintenance rights to avoid duplication ?
Relate-…
-
It looks like this project is orphaned,
So I am maintaining this fork:
https://github.com/abandonware/bh1750
Would it be desired to transfer maintenance rights to avoid duplication ?
Relate-…
-
I'm working with a custom PCB with an ESP32 Wroom and a BH1750 and using this library to make the readings, most of the times it works perfectly, however eventually the readLightLevel function returns…