Has anyone managed to mix SPI devices together on the ESP8266?
I have a basic understanding of how SPI works, i.e. Connect devices to the bus, set the active one low, set it back high, set the next low and high again...
The problem is that for whatever reason, I can't get these two modules to work together! It just will not work!
I can get the MCP3008 to work on it's own and I can get the NRF to work on it's own... But I cannot get them to work together.
I'm using HSPI. I want to attempt SSPI but I can't seem to access the pins via Arduino IDE!
Can anyone help? I've spent about 3 days on this and used both the RadioHead and Timar libraries. Both do the same thing.
Thanks! Antony...