Internet of Things Programming with JavaScript
上QQ阅读APP看书,第一时间看更新

Testing the communication

We need to test whether the device is responding to the other host. Now, if everything is configured well, we can see the following IP address in the Wi-Fi connection:

Testing the communication

We can see in the router configuration the current IP address that is assigned to the wireless network:

Testing the communication

Ping from a computer

Connect the computer to the same network as the Raspberry Pi:

Ping from a computer

You need to ping the IP address of the Raspberry Pi. After we make the ping to the IP Address of the Raspberry Pi Wireless connection, we see the results:

Ping from a computer