-->
Page 1 of 3

Could you tell me how to make SPI communication with Arduino

PostPosted: Tue Jan 05, 2016 8:22 pm
by jesus.tejerina
Could you tell me how to make SPI communication with Arduino?
Please take a simple example to start with.
Thanks :D

Re: Could you tell me how to make SPI communication with Ard

PostPosted: Tue Jan 05, 2016 9:15 pm
by martinayotte
What kind of devices you wish to access ?

Re: Could you tell me how to make SPI communication with Ard

PostPosted: Wed Jan 06, 2016 7:23 pm
by jesus.tejerina
martinayotte wrote:What kind of devices you wish to access ?


I will sing to Arduino different things; LEDs, sensors (digital, analog).
Send the status of each one of these things through the esp8266 to my web server (internet).
Also send commands from my web server to the Arduino through esp8266 and change the status of the connected things.

Re: Could you tell me how to make SPI communication with Ard

PostPosted: Wed Jan 06, 2016 7:24 pm
by jesus.tejerina
jesus.tejerina wrote:
martinayotte wrote:What kind of devices you wish to access ?


I will sing to Arduino different things; LEDs, sensors (digital, analog).
Send the status of each one of these things through the esp8266 to my web server (internet).
Also send commands from my web server to the Arduino through esp8266 and change the status of the connected things.


arduino<--->esp8266(ESP01) data transfer Thinking of IoT.