I am trying to communicate with PN7150 from nRF52840 DK using I2C pins.
PN7150 needs 3.3V and nRF52840 is supplying 2.9V.
I am able to read PN7150 on Arduino Mega but I fail when trying to read through nRF52840.
I believe the problem is due to nRF52840 supplying less than 3.3V.
How can I change output voltage on nRF52840 DK ?
Thank You