Forum >I2C to Dual UART - DFR0627 Raspberry Pico driver
I2C to Dual UART - DFR0627 Raspberry Pico driver

Has anyone ported the driver for this board to work with the pico-sdk? This requires removing the dependance on the Wire library and using the Raspberry Pico i2c library.
2023-03-09 07:11:59
mv
Thanks for the quick response. I looked at that but my application is c++. I'll look at this again, probably easier to port python to c++ than getting rid of Arduino streams dependancy.

2023-03-06 19:31:24
NeloKin
Hi
If you wish to use Gravity: I2C to Dual UART Module(SKU:DFR0627) with Raspberry pi, you can refer to the following library.
https://github.com/DFRobot/DFRobot_IICSerial/tree/master/python/raspberrypi
However, we only test it on raspberry Pi 4, you may have to develop your only library if you wish to use it with Raspberry Pico
