Main Content

Controlling LED with NodeMCU ESP8266 and Quark D2000 board

This instructable will teach you how to connect a NodeMCU ESP8266 to an Intel Quark D2000 board. At the end of this tutorial, you will be able to control an LED connected to the D2000 over wifi! You will choose whether to turn on or off the LED, that command will be send over wifi to the ESP8266, and the ESP8266 will process the information, and send the correct data to the D2000 to turn on or off the LED. When I was first getting started, it was difficult to find good tutorials for getting started with the ESP8266 and the D2000 board. I finally managed to figure out how to program the ESP8266 with the Arduino IDE. However, it was harder to find a good explanation and tutorial on having pin input for the D2000 board. I hope this tutorial helps you learn how these work!”

Link to article