Verifying the IP Address


  1. Connect a shield to your network.

  2. Run the Arduino IDE.

    ide_icon

  3. Input the code as follows:

    #include <Phpoc.h>
    
    void setup() {
      Serial.begin(9600);
      while(!Serial)
        ;
    
      Phpoc.begin(PF_LOG_NET);
    }
    
    void loop() {
    }
  4. Upload the code to Arduino.

    ide_upload

  5. Run the serial monitor.

    ide_sm

  6. Verify the IP address shown on the serial monitor.

    ide_sm_ipcheck