Web Remote Control(Push)


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

Using the Web Remote Control(Push)

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

    wrp_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 / Push].

    main_wrp

  10. Click the [Connect] button.

    wrp_connect

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

    wrp_run

  12. Check the messages on the serial monitor.

    wrp_sm_check

This example only processes for these three buttons (A, B, C). Add the rest of buttons to Arduino codes yourself.