
If you have trouble finding any of the materials, these links may help you:
Breadboard: https://www.ebay.com/itm/830-Point-Solderless-Prototype-PCB-Circuit-Breadboard-Security-Practical/172874889888?rt=nc&_trkparms=aid%3D222007%26algo%3DSIM.MBE%26ao%3D2%26asc%3D44039%26meid%3D025f25bfa5c846cfabb181f9a2fbcdfe%26pid%3D100005%26rk%3D6%26rkt%3D6%26sd%3D192401566964&_trksid=p2047675.c100005.m1851
Jumper Wires (male to male): https://www.ebay.com/itm/40pcs-20cm-Male-To-Female-Dupont-Wire-Jumper-Cable-for-Arduino-Breadboard/232362155302?epid=8005685113&hash=item3619dd1d26:g:BGYAAOSwZtlaO~5v
Wire Stripper: https://www.ebay.com/itm/WGGE-WG-015-Ratchet-control-crimping-tool-Multi-Tool-Wire-Stripper/272842106979?epid=2149127546&hash=item3f86a82863:g:WKsAAOSwDRxZtcys
LEDs: https://www.ebay.com/itm/150pcs-3mm-5mm-LED-Light-White-Red-Green-Yellow-Assorted-Emitting-Diode-DIY-Set/391368927437?epid=1758962047&hash=item5b1f67e8cd:g:U5sAAOSwCypWpsoN:sc:USPSFirstClass!60637!US!-1
NodeMCU Wi-Fi Chip:
USB Cable Micro to standard male cable:
Power outlet:
AC power cord:
DHT11 Humidity Sensor:
Hobby Motors (Optional):
Wire a DHT11 temperature and humidity sensor to a NodeMCU ESP8266 with a breakout board, install the Adafruit DHT library in Arduino, and read temperature, humidity, and heat index.
Create a basic ESP8266 web server using arduino not in access point mode, connect to Wi‑Fi, set up mDNS, and serve a hello world page on port 80.
In access point mode, program the ESP8266 to host a web server that controls an LED via http requests like /led on and /led off, with a home page.
Master the basics of Swift 4 syntax in Xcode playgrounds, working with variables and constants, and exploring types, functions, structs, and classes.
Build your first iOS app with a text field, button, and label in Xcode, linking outlets and actions to display input on the label and clear the field.
Create a simple iOS app to control a LED via Wi-Fi by loading LED on/off pages in a web view, wiring buttons to URL requests.
Create the smart home app by building a home menu with a table view listing rooms, and wiring up the delegate, datasource, and the 'cell' prototype.
Creating Awesome IoT projects with NodeMCU ESP8266 + iOS 11 is about learning how to easily create Home Automation projects with basic electronic components. This course includes 14 projects that will guide you to the final project, which is a Home Automation hub with an app, portable temperature and humidity reader, and controllable power outlets.
This course is designed made for beginners, but anyone can take this course.
I will go through every program and project step by step.
Alright, let's get started with the Home Automation!