The assignment consists of the following:
Individual Assignments:
Write an application that interfaces a user with an input and/or output device that you made.
Learning outcomes:
For this week assignment, we had to create a Graphic User Interface (GUI) by implementing design and programming protocols. I decided to use the ESP8266 NodeMCU board
Below shown the steps I did to connect the ESP to the internet and test it.
To test the ESP8266 I have generated an LED_WIFI code, where I connected the ESP to the internet and control the LED ON/OFF using my phone. The method to control the LED, was to generate a simple Web User Interface with a simple ON and OFF buttons
STEP 1: PIN connection
The connection was as the following
- Pin D6 ------> +LED
- GND ------> -LED
In this section I wanted to control Stepper Motor 28BYJ-48 using ESP8266 NodeMCU over WiFi using my mobile phone
STEP 1: Connection