Hey there,
I have the following system setup:
*10x of those pressure sensors (https://www.first-sensor.com/cms/upload/datasheets/DS_Standard-SSI_E_11671.pdf)
*1x Arduino Mega 2560
*1x Adafruit Feather NRF52480 Express (Adafruit Feather nRF52840 Express : ID 4062 : $24.95 : Adafruit Industries, Unique & fun DIY electronics and kits)
*2x 4.7kOhm resistors on the V5+ to SDA/SCL
My Goal is to read the air pressure from the sensors using the Mega and send them to the Adafruit NRF Module for BLE communication.
The Mega is the I2C-Master in the system, the NRF52 is the client.
I am using the I2C-Scanner example to verify that my devices are there. When I connect all sensors and the Module, the scanner only finds the NRF Module. If I remove it, I can see all the pressure sensors with their correct addresses.
Its my first bigger project using I2C, so maybe someone could have an idea where the problem could be. Thanks!