πŸ‘©πŸ½β€πŸ’» Step 2: Determining Our IP Address | Betabox

πŸ‘©πŸ½β€πŸ’» Step 2: Determining Our IP Address

Everything connected to a WiFi network has a unique address known as an Internet Protocol (IP) address. Think of it like a mailman trying to deliver a letter. Where may he look? At your home’s address! What if you wanted to call a friend? You’d dial their unique cell phone number to get in touch!

IP addresses look like a string of four sets of numbers (ranging from 0-255) separated by periods. Look at the three IPs in the image below.

PHOTO: PC MAG

In order to remotely connect our computer to our car, we need to know the car’s IP address. There are a few different ways to do this, and one of them might work better for you than others since everyone has a slightly different router. We can start with an IP Shortcut step but if it doesn’t work for you, try the follow-up steps below. (If unsuccessful, try Plan A to get the IP of your car. If that doesn’t work, move on to Plan B).

When we need to use our car’s IP address, we can use ourΒ hostname (from the Advanced Options Step in Imaging Raspberry Pi OS) with these shortcuts instead:

hostname.local IP Shortcut

  • raspberrypi.local

hostname.local IP Shortcut If Using Classroom Router

  • YOURCARHOSTNAME.local (example robotcar1.local)

Plan A | The Ping Plan

Most of the time, you should be able to get your IP address using this method, assuming you properly went through the Raspberry Pi imager step already.

Make sure that…

  • Your batteries are fully charged
  • Your car is turned on
  • Your microSD card is inserted into the Raspberry Pi board on your car
  • Your computer is connected to WiFi you configured in the Raspberry Pi Advanced Options step

If that worked, amazing! This is a tricky step. You can move on to the next page. If not, try Plan B below.

Plan B | The NMap IP Scan


  • Turn on car
  • Figure out the last 3 numbers of your network ID
  • MAC: Run the arp -a command to take a look at the structure of network IDs
  • Open Nmap and try to ping scan on your network

Plan C | The Supplicant File

If you are not seeing any IP for your Pi, go a few steps ahead in myBetabox and follow the steps for adding a supplicant file on the ‘What if I need to change my IP’ page.

Plan D | Ethernet Cable

Try connecting an ethernet cable, if you have one available, into your Raspberry Pi. Then bring your car over to your router and plug it into your router. This may allow the router to assign an IP to your car.

Troubleshooting