Skip to main content
1 of 2

Arduino add two spi slaves that has no slave select pin

I am working on a project where Arduino is communicating with two devices using SPI. Unfortunately, these two devices has no ss(slave select) pin to communicate with each one separately.

How Can I solve this issue ?

Thanks