์ ์ฒด ๊ธ (3) ์ธ๋ค์ผํ ๋ฆฌ์คํธํ Arduino ESP8266 IO Expasion with 74HC595 and Code [M2M Hacks] Home Automation ESP8266 Base Board (feat. 74HC595) # ESP8266 Base Board Schematic # 74HC595 Timing Diagram # ESP8266 & 74HC595 Test Code //Pin Setting //Pin connected to ST_CP of 74HC595 int latchPin = 2; //Pin connected to SH_CP of 74HC595 int clockPin = 0; //Pin connected to DS of 74HC595 int dataPin = 3; void setup() { pinMode(latchPin, OUTPUT); pinMode(clockPin, OUTPUT); pinMode(.. Smart Home Automation MQTT Broker & Subcribe on ESP8266 Module with 74HC595 [M2M Hacks] Smart Home Automation MQTT Broker & Subcribe on ESP8266 Module (feat. 74HC595) (# 2) # MQTT Broker / Publish / Subscribe Diagram # How to make MQTT Broker 1. Go to maqiatto.com 2. Make maqiatto account by putting email and password 3. Log in maqiatto 4. Go to Broker Configuration 5. Add Topic you want to use ( Ex. room_0 ~ room_7 ) 6. Done # How to make MQTT Publish 1. Install MQTT D.. ESP01 Board Install in Arduino IDE # Set Additional Board Manager URL 1. Run Arduino IDE 2. File - Preference 3. Set Additional Board Manager URL to http://arduino.esp8266.com/stable/package_esp8266com_index.json 4. Click OK Button # Install Board Manager Library 1. Run Arduino IDE 2. Tool - Board - Board Manager 3. Type "ESP8266" 4. Install ESP8266 Board Library 5. Tool - Board - ESP8266 Board (x.x.x) - Generic ESP8266 Module 6... ์ด์ 1 ๋ค์