Web Remote Control (Slide)


We can control Arduino remotely by using the web remote control and sending Arduino specific data on the web. PHPoC WiFi Shield for Arduino provides the ability to send continuous data to the Arduino using a lever on the Web.

Using Web Remote Control (Slide)

  1. Connect the shield to the network according to Connecting to Network.

  2. Install Phpoc Library to your PC according to Installing The Library.

  3. Run the Arduino IDE from the PC.

    Arduino IDE

  4. Open the "WebRemoteSlide" example.

    Load Example

  5. After checking the example, upload it to the Arduino.

    Upload

  6. Click the serial monitor of the Arduino IDE.

    Web Serial Monitor

  7. Check the IP address of the shield and leave the window open.

    Verify IP

  8. Now run a web browser on your smartphone or PC and connect to the IP address of the shield.

    Web Access

  9. Click "Web Remote Control / Slide" link.

    Web Remote Control Slide

  10. Click "Connect" to connect to the shield.

    Connect

  11. Pull the left lever up on the web.

    Operate

  12. Ensure that the data of the 'A' lever is properly updated on the Serial Monitor of Arduino IDE.

    Verify Operation