how can i interface a mcp3008 with nodEMCU
Well in answer to your title question, a nodeMCU is a ESP8266 development board. It can be programmed using the arduino IDE or a LUA script, Ive not had much work with LUA but programming an ESP8266 from arduino is easy you just need to download the board managers for it (plenty of online tutorials for adding this, I cant remember the exact url)
If memory serves me right MCP3008 is a SPI ADC, the ESP8266 has cabaplitly for using the SPI bus. If you search on google for "ESP8266 SPI tutorial" you will find plenty of tutorials. hope this helps
Well in answer to your title question, a nodeMCU is a ESP8266 development board. It can be programmed using the arduino IDE or a LUA script, Ive not had much work with LUA but programming an ESP8266 from arduino is easy you just need to download the board managers for it (plenty of online tutorials for adding this, I cant remember the exact url)
If memory serves me right MCP3008 is a SPI ADC, the ESP8266 has cabaplitly for using the SPI bus. If you search on google for "ESP8266 SPI tutorial" you will find plenty of tutorials. hope this helps