Skip to content
The Great Mojave Rover
The Great Mojave Rover

A build log sharing my experiences learning how to build a rover.

  • About The Great Mojave Rover
  • Rover Build Blog
  • Knowledge Base
The Great Mojave Rover

A build log sharing my experiences learning how to build a rover.

December 1, 2022December 4, 2022

How To: Determining the IP address of Your Raspberry Pi

Finding the IP address of your Raspberry Pi is not a difficult task once you learn the proper command. That command is ifconfig. ifconfig will list most of the information you need about your network interface.

Each interface has a different name, and those names are:

  • eth0 is the wired interface on your Raspberry Pi.
  • wlan0 is the wireless interface on your Raspberry Pi.

How:

Start the terminal and type ifconfig.  In the diagram below, I have highlighted in yellow text the inet address and the ether.  inet is the IP Address of your pi. In my case, it’s 172.16.42.197.  The ether address, in my case b8:27:eb:ab:60:5c is the MAC address of my wireless adapter. 99% of the time, you will only need the IP address, but sometimes the security on your WiFi is such that you need to know the MAC address.

Compute How-To Rover

Post navigation

Previous post
Next post

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

December 2022
M T W T F S S
 1234
567891011
12131415161718
19202122232425
262728293031  
« Sep   Jan »

Categories

  • Compute
  • Design
  • Environmental Sensors
  • Full Stack Sensor Project
  • How-To
  • Rover
  • Rover Testing
  • Solar Testing
  • Uncategorized
  • Update

Recent Posts

  • The full stack sensor project
  • Quick update.
  • Solar test 16 is having a hard time.
  • Wiring done working on Mission Control
  • Solar Testing Still working and wiring of motors done
©2025 The Great Mojave Rover | WordPress Theme by SuperbThemes