Search found 4 matches

by ogollemon
08 May 2016, 03:29
Forum: ESP Easy: Hardware
Topic: Which LUX sensor
Replies: 22
Views: 42352

Re: Which LUX sensor

So far I've tried only the BH1750. At least with the BH1750 it is possible to use two sensors on the same bus. "With the ADDR pin grounded, the address is as you have it 0x23, the other address is 0x5C (a simple bit inversion)." + Please tell me how i this is working in the easpeasy? What...
by ogollemon
07 May 2016, 02:54
Forum: ESP Easy: Hardware
Topic: Which LUX sensor
Replies: 22
Views: 42352

Re: Which LUX sensor

So far I've tried only the BH1750. At least with the BH1750 it is possible to use two sensors on the same bus.

"With the ADDR pin grounded, the address is as you have it 0x23, the other address is 0x5C (a simple bit inversion)."
by ogollemon
20 Apr 2016, 21:15
Forum: ESP Easy: Software
Topic: Max time for deep sleep?
Replies: 3
Views: 4960

Re: Max time for deep sleep?

Hi Petrho,
if you want to use deep sleep, you have to connect 16 with rst.

regards,

ogo
by ogollemon
20 Apr 2016, 21:10
Forum: ESP Easy: Software
Topic: Still bugs in new INA219.ino for quad INA219 support
Replies: 5
Views: 6290

Still bugs in new INA219.ino for quad INA219 support

Hi everyone, I am still struggling with a bug in the code. I've modified the original Plugin 027 INA219 code to support four possible INA's. Unfortunately I don't get a clue on how to save the INA address for the specific task only. As of now, the last saved task will overrule all other INA device a...