I’m working with an Arduino Uno, an Adafruit RFM69 module, and an ADS1220 ADC, all connected via the SPI bus. The RFM69 module is powered with 5V and works perfectly when it’s the only device on the bus.
The issue arises when I add the ADS1220. Initially, I connect the ADS1220 to the SPI bus without powering it or connecting the Chip Select (CS) pin, and the RFM69 still functions as expected. However, as soon as I power the ADS1220 (even with CS still unconnected), the RFM69 module stops being recognized entirely.
I’ve verified the wiring and power supply, and I don’t suspect a power-related issue because the RFM69 works fine until the ADS1220 is powered. It seems like the mere presence of a powered ADS1220 on the SPI bus, without even selecting it, is somehow interfering with the RFM69.
Any insights on why the ADS1220 might cause the RFM69 to stop responding as soon as it’s powered, despite not being selected on the SPI bus?