Using nrf24l01 with other devices on one SPI bus
-
The page on teh link is not available anymore. WHich of the three lines did you delete? I have exactly the same issue now
-
Welcome to the MySensors community @jianglisha !
Could you describe which link you are referring to?The nrf24l01+ can generally coexist with other spi devices. In some cases (like the w5100 ethernet module), softspi can be used instead.
-
@mfalkvidd
Can nrf24l01+ coexist with TFT LCD on one SPI port?
-
@foad62 The nrf24l01+ can generally coexist with other spi devices. In some cases (like the w5100 ethernet module), softspi can be used instead. Try your particular TFT LCD and let us know how it goes.
-
Since I'm using Arduino Nano because of it's small size, I think I can't use softspi. Am I correct?
-
@foad62 softspi works on Arduino. See the link I provided.
-
@mfalkvidd
Yes you are right, Thank you.