{"id":21666874,"url":"https://github.com/debsahu/artikcloud","last_synced_at":"2025-08-08T04:12:25.839Z","repository":{"id":140207988,"uuid":"169156733","full_name":"debsahu/ARTIKCloud","owner":"debsahu","description":"ESP8266/32 ⯈ Samsung ARTIK Cloud https://my.artik.cloud/","archived":false,"fork":false,"pushed_at":"2019-04-01T03:08:16.000Z","size":4544,"stargazers_count":7,"open_issues_count":1,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-19T05:44:20.941Z","etag":null,"topics":["alexa","artik","esp32","esp8266","google-home","iot","neopixel","smartthings"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/debsahu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-02-04T22:02:01.000Z","updated_at":"2023-07-18T23:17:04.000Z","dependencies_parsed_at":null,"dependency_job_id":"0d12605e-2a73-41d8-a12d-b231791bb710","html_url":"https://github.com/debsahu/ARTIKCloud","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/debsahu/ARTIKCloud","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/debsahu%2FARTIKCloud","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/debsahu%2FARTIKCloud/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/debsahu%2FARTIKCloud/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/debsahu%2FARTIKCloud/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/debsahu","download_url":"https://codeload.github.com/debsahu/ARTIKCloud/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/debsahu%2FARTIKCloud/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269361745,"owners_count":24404403,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-08T02:00:09.200Z","response_time":72,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["alexa","artik","esp32","esp8266","google-home","iot","neopixel","smartthings"],"created_at":"2024-11-25T11:29:58.132Z","updated_at":"2025-08-08T04:12:25.813Z","avatar_url":"https://github.com/debsahu.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ARTIKCloud\n\n## ESP8266 Connecting to Samsung ARTIK Cloud https://my.artik.cloud/\n\n[![Build Status](https://travis-ci.com/debsahu/ARTIKCloud.svg?branch=master)](https://travis-ci.com/debsahu/ARTIKCloud) [![License: MIT](https://img.shields.io/github/license/debsahu/ARTIKCloud.svg)](https://opensource.org/licenses/MIT) [![version](https://img.shields.io/github/release/debsahu/ARTIKCloud.svg)](https://github.com/debsahu/ARTIKCloud/releases/tag/1.0.0) [![LastCommit](https://img.shields.io/github/last-commit/debsahu/ARTIKCloud.svg?style=social)](https://github.com/debsahu/ARTIKCloud/commits/master)\n\nAn application made for ESP8266 to comunicate with ARTIK Cloud\n- Connects to ARTIK Cloud via MQTT SSL port 8883\n- ARTIK Cloud is connected to all assistant platforms, integration is seamless\n- Compiles on ESP8266-arduino core v2.4.2, v2.5.0-beta3, git version\n\n## YouTube\n\n[![ARTIKCloud](https://img.youtube.com/vi/baNO_8L5-RY/0.jpg)](https://www.youtube.com/watch?v=baNO_8L5-RY)\n\n## ARTIK Cloud Instructions\n\n[Follow instructions](https://github.com/debsahu/ARTIKCloud/tree/master/doc/README.md)\n\n## Libraries Needed\n\n[platformio.ini](https://github.com/debsahu/ARTIKCloud/blob/master/platformio.ini) is included, use [PlatformIO](https://platformio.org/platformio-ide) and it will take care of installing the following libraries.\n\n| Library                   | Link                                                       |                                            |\n|---------------------------|------------------------------------------------------------|--------------------------------------------|\n|ESPAsyncUDP                |https://github.com/me-no-dev/ESPAsyncUDP                    |                                            |\n|ESPAsyncTCP                |https://github.com/me-no-dev/ESPAsyncTCP                    |                                            |\n|Adafruit NeoPixel          |https://github.com/adafruit/Adafruit_NeoPixel               |                                            |\n|NeoPixelBus                |https://github.com/Makuna/NeoPixelBus                       | optional: `#define USE_NEOPIXELBUS`        |\n|ESPAsyncWiFiManager        |https://github.com/alanswx/ESPAsyncWiFiManager              | `#define USE_WIFIMANAGER`                  |\n|ESPAsyncDNSServer          |https://github.com/devyte/ESPAsyncDNSServer                 |                                            |\n|ESP Async WebServer        |https://github.com/me-no-dev/ESPAsyncWebServer              | `#define USE_ASYNC_WEBSERVER`               |\n|ArduinoJson                |https://github.com/bblanchon/ArduinoJson                    |                                            |\n|WebSockets                 |https://github.com/Links2004/arduinoWebSockets              | optional: `//#define USE_ASYNC_WEBSERVER`   |\n|WiFiManager                |https://github.com/tzapu/WiFiManager                        | optional: `//#define USE_ASYNC_WEBSERVER` \u0026 `#define USE_WIFIMANAGER` |\n\n## ESP32\n\nCheck this [issue](https://github.com/debsahu/ARTIKCloud/issues/1) for latest progress.\n\n# Hardware\n\n- Connect 5V to + of WS2812B and VIN of NodeMCU or voltage regulator in of your favorite ESP8266 board\n- Connect GND to GND of WS2812B and ESP device\n- Connect GPIO3/RX pin of ESP8266 to WS2812B\n- Attach at least a 1000μF capacitor between 5V and GND near the first LED\n\n![hardware](https://github.com/debsahu/ARTIKCloud/blob/master/doc/hardware.png)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdebsahu%2Fartikcloud","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdebsahu%2Fartikcloud","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdebsahu%2Fartikcloud/lists"}