So you have your Pi ready to go, the micro SD card has the OS and is in the Pi. Now what? There are a few options. You can connect using a monitor, keyboard and mouse, remotely using VNC Viewer, or remotely using SSH.
Using a Monitor, Keyboard, and Mouse (easiest option)
Connect your Pi to a monitor, keyboard, and mouse. Once you plug in the Pi, it will automatically boot up. Since you are running the Raspberry Pi OS with Desktop, you can you the graphical user interface just like a normal computer. I recommend a wired or wireless keyboard and mouse instead of bluetooth since the bluetooth can be difficult to connect at start up and consumes a lot of power for the Pi.
Don't have a monitor, keyboard, and mouse? You can check one out from the Makerspace!
Connecting to Wi-Fi on Home Network
There are a few ways to connect to wifi. If you are using the Pi with monitor, keyboard, and mouse then log into your Wi-Fi as you would on a regular computer.
However, if you are planning to only use your Pi remotely, there is a small hurdle. You will need your Pi to already be connected to the internet either via ethernet or wifi and then find the IP address of your Pi. If using wifi, make sure to set up your internet connection when you are installing the OS in Raspberry Pi Imager. Read through this guide from Raspberry Pi for a few different options.
Connecting to Wi-Fi on MSU Campus Network
If you are using MSU campus internet, you will need to register your Pi at dhcp.msu.edu
When registering your Pi, you will need to know the mac address. The mac address is a unique code assigned to your hardware.
If you can access the terminal of your Pi, type "ifconfig" into the terminal and press enter. You can see an example of where the mac address is below:
If you are remotely connecting to your Pi, it is tricky to find the mac address while using campus wifi. Typically, you can find the mac address either through your router or by using an IP scanner. There are many IP scanning programs available online depending on your operating system. However, if you are connected through MSU campus wifi you will not be able to use these options. For this reason, it is often easiest to set up your Pi with a monitor, keyboard, and mouse even if you plan to primarily use the Pi remotely.
Don't have a monitor, keyboard, and mouse? You can check one out from the Makerspace!
Connecting Remotely Using VNC Viewer
If you do want to connect to your Pi remotely, two popular options are VNC, or SSH. Both allow you to control the Pi across wifi on another device. For both you will need to be connected to the wifi and know the IP address of the Pi in order to connect to it.
VNC (virtual network computing) lets you view the the GUI (graphical user interface) of the Pi. With SSH you can only operate the Pi using the terminal. There are lots of benefits to using SSH and running your Pi without the Desktop at all but it does require you to be very familiar with using the terminal.
Follow this guide from Raspberry Pi for connecting remotely.
Once you are connected to your pi, the first thing you will need to do is update your pi.