Blacktoviche / SmartThingsCtrl

Simple mobile app to controll ESP8266 over HTTP API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SmartThingsCtrl ( simple app to controll ESP8266 over HTTP API)

  • Change SSID and Password in ( esp_sketch.ino )
  • Upload sketch ( esp_sketch.ino ) to ESP8266
  • change the IP address in the mobile app ( App.js ) to ESP IP Address and you ready to go..
# Clone this repository
git clone https://github.com/blacktoviche/SmartThingsCtrl
# Go into the repository
cd SmartThingsCtrl
# Install dependencies
yarn install
# Link dependencies
react-native link
# Run the app
react-native run-android or react-native run-ios on macOS
# In development mode you should open second bash and run this before react-native run-android
yarn start

License

Twitter @SyrianDeveloper

About

Simple mobile app to controll ESP8266 over HTTP API

License:MIT License


Languages

Language:JavaScript 33.1%Language:C++ 29.1%Language:Objective-C 20.9%Language:Python 9.3%Language:Java 7.6%