项目作者: gabrielwong159

项目描述 :
Materials for IoT Workshop @ SUTD Open House 2017
高级语言: Arduino
项目地址: git://github.com/gabrielwong159/IoTWorkshop.git
创建时间: 2017-01-25T03:55:01Z
项目社区:https://github.com/gabrielwong159/IoTWorkshop

开源协议:

下载


IoT Workshop - Open House 2017

Control a strip of LEDs via WiFi using a NodeMCU board, and a website.

Sample image of website

Getting Started

To begin, you will need a WS2812 LED strip, a NodeMCU board, and a MicroUSB data cable for connecting to the board.
In addition, you should have the Arduino IDE already installed on your computer, along with the NeoPixel library.

Installation instructions for the NeoPixel library can be found here.

Prerequisites

  1. Click on the ‘Clone or download’ button above, followed by ‘Download ZIP’, to download the files into your desktop.
  2. Extract the files from the downloaded ZIP.
  3. Rename the folder to iotworkshop.

Setting up

  1. Open iotworkshop.ino.
  2. Set up your Arduino IDE for the NodeMCU according to the instructions here
  3. Key in your desired WiFi credentials.
  4. Upload your code to the board.

Getting started

  1. Connect to the WiFi using the name and password you have set.
  2. Go to 192.168.4.1 on your browser.
  3. Enjoy!

Questions?

Feel free to leave any questions you have in the ‘Issues’ section above.

Hope you enjoyed the workshop!