Web Serial Plotter


Serial plotter is a function that is provided by Arduino IDE. This shield provides web serial plotter which is the web based serial plotter. Because this function is web based, you just need a web browser instead of USB connection to use this function.

Using Web Serial Plotter

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

    wsp_ide_load

  5. Upload the example code.

    ide_upload

  6. Run the serial plotter.

    wsp_ide

  7. Check the result in the serial plotter.

    wsp_ide_run

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

    web_connect

    Follow the instruction of Verifying IP Address, if you don't know the IP address.

  9. Click the [Web Serial Plotter].

    main_wsp

  10. Click the [Connect] button.

    wsp_connect

  11. The same result will be shown with those of the serial plotter.

    wsp_run