Let's discuss setting up your development environment in order to work on your Raspberry Pi Zero:
- SSH access to the Raspberry Pi is disabled by default. Launch Raspberry Pi configuration from your desktop. On the top-left corner, Go to Menu | Preferences | Raspberry Pi Configuration:
![](https://static.packt-cdn.com/products/9781786467577/graphics/assets/image_11_001.png)
Launch Raspberry Pi configuration
- Under the Interfaces tab of the Raspberry Pi configuration, enable SSH and VNC and click on OK to save changes.
![](https://static.packt-cdn.com/products/9781786467577/graphics/assets/image_11_002.png)
Enable SSH and VNC
- Launch the Raspberry Pi's Command Prompt and type the following command: ifconfig. If you connected your Raspberry Pi Zero to the network using a Wi-Fi adapter, locate the IP address of your Raspberry Pi Zero under wlan0, as shown in the following screenshot. In this case, the IP address is 192.168.86.111:
![](https://static.packt-cdn.com/products/9781786467577/graphics/assets/image_11_003.png)
IP address of the Raspberry Pi Zero
- You can also find the IP address by hovering over the Wi-Fi symbol on the...