A place users can post their projects. If you have a small project and would like your own dedicated place to post and have others chat about it then this is your spot.

User avatar
By hansaya
#5823 I just finished my first version of BH1750 driver. Took me while to get it working and had to get a Analog dicovery to debug.

If anyone wondering how to use I2c, this driver might help get started. Big thanks to the person who wrote the newest I2c driver.

Here is the link to my driver and i hope this helps someone out.

https://github.com/hansaya/BH1750-Driver-ESP8266

Let me know if you guys have any questions. Just keep in mind, this driver is not perfect and I'm fairly new to I2c. :shock:


-Hans-
User avatar
By hansaya
#6065 No you don't need to modify in anyways except you could change the pins, as you need on i2c.h file.

They are located in driver folder and make sure in your make file include the file path folder for i2c driver. Look at sample firmware folder for an example.