Available on Tindie: https://www.tindie.com/products/nEXT_EVO1/universal-ac-mains-dimmer-mpdmv41/
Available on Tindie: https://www.tindie.com/products/nEXT_EVO1/universal-ac-mains-dimmer-mpdmv41/
Explore... Chat... Share...
Moderator: Mmiscool
i2c.setup(4,5)
for address = 1 to 127
i2c.begin(address)
stat = i2c.end()
if stat < 1 then
'print stat
wprint "Found I2C device at address: 0x" & hex(address)
wprint " - > " & address
wprint " <br>"
endif
next
wait
memclear
let address = 82 '82 which is what was scanned
i2c.setup(D3,D4)
i2c.begin(82)
i2c.write(64)
i2c.write(0)
i2c.end()
'delay 10
i2c.begin(82)
i2c.write(0)
i2c.end()
i2c.requestfrom(82,6)
b1 = (val(i2c.read()) xor 23) + 23
b2 = (val(i2c.read()) xor 23) + 23
b3 = i2c.read()
b4 = i2c.read()
b5 = i2c.read()
b6 = i2c.read()
print b1
print b2
print b3
print b4
print b5
print b6
It takes about 20-25 seconds for home assistant c[…]
I tried to upgrade tof my sonoff basic R2 with the[…]
a problem Perhaps you want to define "Probl[…]
Rebooting your router will not give you a faster I[…]
There are no other notifications from esptool.py i[…]
Using the Arduino IDE, you'll learn how to set up […]
In this project, you will post to Twitter using an[…]
In this project, we will build a water level contr[…]
I guess I'm late, but I had the same problem and f[…]
Last night I received my first D1 Minis for a lear[…]
Although I am aware that this is an old post, I fe[…]