Giter Site home page Giter Site logo

debsahu / artikcloud Goto Github PK

View Code? Open in Web Editor NEW
7.0 4.0 1.0 4.44 MB

ESP8266/32 ⯈ Samsung ARTIK Cloud https://my.artik.cloud/

License: MIT License

C++ 16.17% C 40.08% HTML 39.89% JavaScript 1.49% CSS 2.36%
esp8266 esp32 neopixel google-home alexa smartthings artik iot

artikcloud's Introduction

ARTIKCloud

ESP8266 Connecting to Samsung ARTIK Cloud https://my.artik.cloud/

Build Status License: MIT version LastCommit

An application made for ESP8266 to comunicate with ARTIK Cloud

  • Connects to ARTIK Cloud via MQTT SSL port 8883
  • ARTIK Cloud is connected to all assistant platforms, integration is seamless
  • Compiles on ESP8266-arduino core v2.4.2, v2.5.0-beta3, git version

YouTube

ARTIKCloud

ARTIK Cloud Instructions

Follow instructions

Libraries Needed

platformio.ini is included, use PlatformIO and it will take care of installing the following libraries.

Library Link
ESPAsyncUDP https://github.com/me-no-dev/ESPAsyncUDP
ESPAsyncTCP https://github.com/me-no-dev/ESPAsyncTCP
Adafruit NeoPixel https://github.com/adafruit/Adafruit_NeoPixel
NeoPixelBus https://github.com/Makuna/NeoPixelBus optional: #define USE_NEOPIXELBUS
ESPAsyncWiFiManager https://github.com/alanswx/ESPAsyncWiFiManager #define USE_WIFIMANAGER
ESPAsyncDNSServer https://github.com/devyte/ESPAsyncDNSServer
ESP Async WebServer https://github.com/me-no-dev/ESPAsyncWebServer #define USE_ASYNC_WEBSERVER
ArduinoJson https://github.com/bblanchon/ArduinoJson
WebSockets https://github.com/Links2004/arduinoWebSockets optional: //#define USE_ASYNC_WEBSERVER
WiFiManager https://github.com/tzapu/WiFiManager optional: //#define USE_ASYNC_WEBSERVER & #define USE_WIFIMANAGER

ESP32

Check this issue for latest progress.

Hardware

  • Connect 5V to + of WS2812B and VIN of NodeMCU or voltage regulator in of your favorite ESP8266 board
  • Connect GND to GND of WS2812B and ESP device
  • Connect GPIO3/RX pin of ESP8266 to WS2812B
  • Attach at least a 1000μF capacitor between 5V and GND near the first LED

hardware

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.