Chat here is you are connecting ESP-xx type modules to existing AVR based Arduino

Moderator: igrr

User avatar
By AntonyC
#62480 Hey everyone!

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...
User avatar
By HighTech
#73930 I'm looking at this, but it somehow doesn't seem right.
http://domoticx.com/esp8266-wifi-mcp3008-adc-converter/
-working on a Esp12-e / MCP3008 micro board right now.
http://piwifio.com/AnaConAD.html
Please contact me! I'm still having problems making anything MCP3008 work with the Esp12-e. Appreciate the help! :)
User avatar
By HighTech
#73931
AntonyC wrote:Hey everyone!
Has anyone managed to mix SPI devices together on the ESP8266?
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.
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...


I'm looking at this, but it somehow doesn't seem right.
http://domoticx.com/esp8266-wifi-mcp3008-adc-converter/
-working on a Esp12-e / MCP3008 micro board right now.
http://piwifio.com/AnaConAD.html
Please contact me! I'm still having problems making anything MCP3008 work with the Esp12-e. Appreciate the help! :)