I2C Master Registers

anthony-ql
Posts: 49
Joined: Thu Jun 04, 2020 1:26 am

Do you still having issue with accessing I2C using M4? If yes, I'll look into this and get back to you. I have done some codes to access the DPS310 Pressure sensor on board QuickFeather.
btashton
Posts: 14
Joined: Thu Jul 02, 2020 6:34 am

Yes, I cannot seem to get any communication to start on the wishbone bus, so any example that you have would be much appreciated. I am likely giving a talk on this platform at our NuttX workshop in a couple weeks and would really like to demonstrate some of these features.
btashton
Posts: 14
Joined: Thu Jul 02, 2020 6:34 am

@anthony-ql Is there anything you can share on this? Thanks.
anthony-ql
Posts: 49
Joined: Thu Jun 04, 2020 1:26 am

The QORC-SDK has included new application for QuickFeather that include example for adding I2C sensor to the device. Please check it out. Application "qf_mqttsn_ai_app" is using I2C for accessing QuickFeather on-board I2C sensor.
btashton
Posts: 14
Joined: Thu Jul 02, 2020 6:34 am

Thanks I will look, I have been meaning to circle back to add more support in Apache NuttX now that things have settled a but more.
anthony-ql
Posts: 49
Joined: Thu Jun 04, 2020 1:26 am

QORC-SDK application "qf_mqttsn_ai_app" has example for using I2C Master to communicate with I2C Sensor.
Post Reply