Skip to main content
2 of 2
added 125 characters in body

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?

Sensor example

Thanks