Circuitpython library for DFR0627 IIC to dual UART ?
Hi,
is there anyone having success to talk to a DFR0627 board using CircuitPython?
I can see the board showing up in a i2c.scan()
I also can write to and read from the board.
But “nothing” seems to work.
Even writing a value to a register and reading the register back always only gives 0 as the value read.
Any hints are very welcomed!
ThomasF
So far I am having the same result as you. Frustrating. If anyone out there has made this work I would really appreciate any help.
SraBelandI just ordered a couple of these and intend to make a library and share it on the circuitpython community bundle. I am fairly new to this so it might take some time…
I have added one library so far - it's crazy no one has added a single Gravity part yet.
If you have made any progress since your post let me know.
SraBeland