Web Remote Control(Slide)


Using the web remote control, you can control Arduino remotely by sending specific data to the Arduino on the Web. This application provides sending data by slide bars on a web browser to your Arduino.

Using Web Remote Control (Slide)

  1. Connect a shield to your local network.

  2. Install the PHPoC library follow the instructions of Installing the Library.

  3. Run the Arduino IDE.

    ide_icon

  4. Load the [WebRemoteSlide] example.

    wrs_ide_load

  5. Upload the example code.

    ide_upload

  6. Run the serial monitor.

    ide_sm

  7. Check the IP address of the shield.

    ide_sm_ip

  8. Run a web browser on your mobile or PC and connect to the web page of the shield.

    web_connect

  9. Click the [Web Remote Control / Slide].

    main_wrs

  10. Click the [Connect] button.

    wrs_connect

  11. Press any of the A, B and C buttons.

    wrs_run

  12. Check the messages on the serial monitor.

    wrs_sm_check