Web Remote Control(Pad)


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 a pad on a web browser to your Arduino.

Using the Web Remote Control(Pad)

  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 [WebRemotePad] example.

    wrpd_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 / Pad].

    main_wrpd

  10. Click the [Connect] button.

    wrpd_connect

  11. Click or drag your mouse on the pad.

    wrpd_run

  12. Check the messages on the serial monitor.

    wrpd_sm_check