General Gravity

I2C to Dual UART - DFR0627 Raspberry Pico driver

userHead mv 2023-03-06 08:41:05 264 Views2 Replies

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-08 23:11:59

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.

userHeadPic mv
2023-03-06 11:31:24

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

userHeadPic NeloKin