Skip to content

delongqilinksprite/LinkNodeR4-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to use Android APP to control LinkNode R4

LinkNode R4 is an open source 4-Channel relay controller which is powered by the ESP8266 WiFi SoC.

The following will introduce how to use Android APP to control the LinkNode R4.

Steps

1. Install Android and iOS APP

  • Download the APK file from the github and install it.
  • if your equipment is iphone/ipad,you can get the app form appstore and name is "LinkNode Relay".
  • iOS App download link :LinkNode Relay

2. Login LinkSpriteIO

  • If you never register an account on LinkSpriteIO, please enter Email and your password, then click the SIGN IN button
  • If you have an account on LinkSpriteIO, please enter Email and your password, then click the REGISTER button

3. Go to Relay device list

  • Click the plus icon on the upper right quarter to add a new LinkNode R4.

4. Scan the QRcode

  • Get the device information and register it to your account.

5. Configure to accece WiFi AP

  • Supply the power for LinkNodeR4, the LinkNode R4 will create a AP called LinkNodeAP
  • Use your mobile phone to connect this AP
  • Open a browser and enter the ip address 10.0.1.1 and you will see the following website:

  • Click the button configure WiFi
  • Select your WiFi AP which you want to connect and enter your wifi password.
  • If connecting failed, you can go to the same website to configure it again.
  • After that, LinkNode R4 will connect to Linksprite IO via the internet.

6. Control your 4-channel relay

  • control the button on the right side to turn on or off the relays, and you can click the relay's name to change it.

How to update LinkNode R4 firmware

If you wipe the original firmware of LinkNode R4, you now need to restore the previous firmware, then follow the following steps can be restored.

Note: Apikey,deviceID and wifi message are written into the flash inside,if you want to erase the apikey and deviceID,you could change the code.but wifi message can't be erased!

  • Open the Arduino IDE Serial Monitor,you will see "start to configure..."
  • Use your cell phone scan the qr,get the akikey and deviceID
  • send the deviceID and apikey by Serial Monitor,when you see "Configuration is finished!",that's done
Note: Scan QR result is:C1:0080000xxxx,D1:xxxxxxxx-xxxx-xxxx-xxxxxxxxxxxx-xxxxxxxxxxxx,we just send:0080000xxxxxxxxxxxx-xxxx-xxxx-xxxxxxxxxxxx-xxxxxxxxxxxx,no space.

About

LinkNode R4 with app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Other 100.0%