Git Product home page Git Product logo

gr-peach-2017-node-device's Introduction

Software

# Install arduino IDE
https://arduino.esp8266.vn/basic/install.html
https://github.com/esp8266/Arduino#using-git-version


# Download all the dependencies libraries
git clone https://bitbucket.org/xoseperez/hlw8012.git
git clone [email protected]:blynkkk/blynk-library.git
git clone [email protected]:tzapu/WiFiManager.git

# and link it to arduino library
cd ~/bin/arduino-1.6.9/hardware/esp8266com/esp8266/libraries
ln -s <absolute-path-to-hlw8012> .
ln -s <absolute-path-to-blynk-library> .
ln -s <absolute-path-to-WiFiManager> .

# Now the example should be able to build with arduino IDE
  • For more infomation visit:

    • Some more tips to debug with esp8266 arduino firmware: tips
    • Node device development guides and notes: node-device-notes
  • External modules and libaries:

Hardware

  • Top view Top view

  • Board schematic Board schematic

  • Smart node pinout: Smart node info
    Smart node pinout

  • Wiring ftdi - esp8285 Wiring ftdi - esp8285

  • Soldering ftdi header Soldering ftdi header

  • Fix the header to board Fix the header to board

Distributor

esp-pow
smart-node

Demo

Link1

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.