• Home
  • About Us
  • Contact Us
  • Disclaimer
  • Privacy Policy
  • Terms & Conditions
Flyy Tech
  • Home
  • Apple
  • Applications
    • Computers
    • Laptop
    • Microsoft
  • Security
  • Smartphone
  • Gaming
  • Entertainment
    • Literature
    • Cooking
    • Fitness
    • lifestyle
    • Music
    • Nature
    • Podcasts
    • Travel
    • Vlogs
  • Camera
  • Audio
No Result
View All Result
  • Home
  • Apple
  • Applications
    • Computers
    • Laptop
    • Microsoft
  • Security
  • Smartphone
  • Gaming
  • Entertainment
    • Literature
    • Cooking
    • Fitness
    • lifestyle
    • Music
    • Nature
    • Podcasts
    • Travel
    • Vlogs
  • Camera
  • Audio
No Result
View All Result
Flyy Tech
No Result
View All Result

How to Set Up a Raspberry Pi for the First Time

flyytech by flyytech
September 17, 2022
Home Computers
Share on FacebookShare on Twitter


So you’ve just gotten a new Raspberry Pi, perhaps even the Raspberry Pi 4 or Raspberry Pi 400, and taken it out of the box. Now what? There are a million things you can do with your mini computer, from using it as a web server to turning into a retro arcade, but first you need to set up the Raspberry Pi. Note that, if this is a Raspberry Pi Pico microcontroller, the setup process is completely different so see our article on how to set up Raspberry Pi Pico.

If you bought your Pi as part of a kit, you probably got everything you need right in the box, but if you just have the board, you’ll need the following:

And, unless you plan to do a headless install on the Raspberry Pi and use it via remote desktop or SSH (controlling it from a PC), you will need.

  • Keyboard (wired or perhaps one of the best wireless keyboards)
  • Mouse or other pointing device
  • Monitor or TV
  • HDMI cables

Note that the HDMI cable you need varies based on the Raspberry Pi you are using. Raspberry Pi 4 B and Pi 400 have dual, micro HDMI out ports so they require micro HDMI to HDMI cables (opens in new tab) or adapters. The Raspberry Pi Zero / Zero W and Zero 2 W have mini HDMI and therefore need mini HDMI to HDMI cables (opens in new tab) to connect to a display. All other Raspberry Pi models, including the 3 B, have standard HDMI ports and can use HDMI male to male cables to attach to your monitor or TV.

Setting Up Your Raspberry Pi’s Power

You can’t set up a Raspberry Pi without a way to power it on. The Raspberry Pi 4 B and Raspberry Pi 400 (which is just a 4 B inside a keyboard) are powered via a USB Type-C port, which requires a charger that can output 5 volts and 3 amps. Most USB Type-C phone chargers don’t have enough amps to get the job done, unless they have USB PD capability, but USB-C laptop chargers should all work. While it’s unlikely to be a problem, note that Pi 4 models that were manufactured in 2019 or early 2020 have a bug which prevents them from charging over high-speed data cables that support USB 3.x 5 or 10 Gbps connections.

All other Raspberry Pi models, including the Raspberry Pi 3 B and Pi Zero / Zero W / Zero 2 W, get power via a micro USB port, which means that you can give it juice by connecting it to just about any of the many different third-party chargers or even by attaching it to one of your computer’s USB ports. While you can get away with giving the board a lot less electricity (the Pi Zero W runs perfectly off of my laptop’s USB port), the optimal power source for a Raspberry Pi 3 should have 5 volts and 2.5 amps, which also provides plenty of power for any peripherals you attach to its USB ports.

Raspberry Pi 3 B with power source

There are a number of power supplies that are made specifically for Raspberry Pis, including the official Raspberry Pi  4 power supply (opens in new tab) and the CanaKit 5V 2.5A supply (opens in new tab)for other Raspberry Pi models.

The Pi doesn’t have a built-in power switch, so the default way to turn it on is to plug it in. You can also find power supplies with built-in on / off switches. However, to avoid data loss, you’ll want to use the shutdown feature in your operating system (OS) before unplugging or switching it off. 

An OS on a microSD Card

There are more than a dozen different OSes for Raspberry Pi, and there’s even a way to run full Windows 11 on the Pi 4. However, Raspberry Pi OS, a special version of Debian Linux that’s optimized for the Pi, is the best platform for most use cases so that’s the one we’ll be explaining how to set up.

The Raspberry Pi has no internal storage, but instead boots off of a a microSD memory card that you provide. Be sure to get a card that’s at least 8GB, preferably 32GB or higher, and has class 10 speed (see our list of best Raspberry Pi microSD cards). It almost goes without saying, but you’ll need some kind of card reader to write the OS to it from your PC.

Headless Install for Raspberry Pi?

If you just want to experiment with the Pi or use it to control physical objects like lights, motors and sensors, you don’t need to give it its own screen and keyboard. Follow our separate instructions for how to do a headless install on the Raspberry Pi, and you can control the device from the desktop of your PC or Mac, using VNC or SSH remote access software.

Downloading and Installing Raspberry Pi OS

Once you have all the components you need, use the following steps to create the boot disk you will need to set up your Raspberry Pi. These steps should work on a  using a Windows, Mac or Linux-based PC (we tried this on Windows, but it should be the same on all three).

1.  Insert a microSD card / reader into your computer.  

2.  Download and install the official Raspberry Pi Imager. Available for Windows, macOS or Linux, this app will both download and install the latest Raspberry Pi OS. There are other ways to do this, namely by downloading a Raspberry Pi OS image file and then using a third-party app to “burn it,” but the Imager makes it easier. 

3.  Click Choose OS.

Click Choose OS

(Image credit: Tom’s Hardware)

4. Select Raspberry Pi OS (32-bit) from the OS menu (there are other choices, but for most uses, 32-bit is the best).  

Choose Raspberry Pi OS 32-bit

(Image credit: Tom’s Hardware)

 4. Click Choose storage and pick the SD card you’re using. 

Click Choose Storage

(Image credit: Tom’s Hardware)

5. Click the settings button or hit CTRL + SHIFT + X to enter settings.

Click Settings

(Image credit: Tom’s Hardware)

6. Fill in settings fields as follows and then hit Save. All of these fields are technically optional, but highly recommended so that can get your Raspberry Pi set up and online as soon as you boot it. If you don’t set a username and password here, you’ll have to go through a setup wizard that asks you to create them on first boot.

  • Set hostname: the name of your Pi. It could be “raspberrypi” or anything you  like.
  • Enable SSH: Allow SSH connections to the Pi. Recommended.
  • Use password authentication / public key: method of logging in via SSH
  • Set username and password: Pick the username and password you’ll use for the Pi
  • Configure wireless LAN: set the SSID and password of Wi-FI network
  • Wireless LAN country: If you’re setting up Wi-Fi, you must choose this.
  • Set locale settings: Configure keyboard layout and timezone (probably chosen correctly by default)

Settings in Raspberry Pi Imager

(Image credit: Tom’s Hardware)

7. Click Write. The app will now take a few minutes to download the OS and write to your card.  

Click Write in Raspberry Pi Imager

(Image credit: Tom’s Hardware)

Booting Your Raspberry Pi for the First Time

After you’re done writing the Raspberry Pi OS to a microSD card, it’s time for the moment of truth.

1. Insert the microSD card into the Raspberry Pi.

2. Connect the Raspberry Pi to a monitor, keyboard and mouse.

3. Connect an Ethernet cable if you plan to use wired Internet.

4. Plug the Pi in to power it on. 

If you had used the Raspberry Pi Imager settings to create a username and password, you’ll be able to go straight into the desktop environment, but if not, you will get a setup wizard.

Using the Raspberry Pi First-Time Setup WIzard

If you chose a username and password in Raspberry Pi Imager settings, before writing the microSD card, you will get the desktop on first boot. But, if you did not, you’ll be prompted to create a username and password and enter all the network credentials by a setup wizard on first boot. If that happens, follow these steps to finish setting up your Raspberry Pi.

1. Click Next on the dialog box.

Click Next

(Image credit: Tom’s Hardware)

2. Set your country and and language and click Next. The default choices may already be the correct ones.

Set country and language

(Image credit: Tom’s Hardware)

3. Enter a username and password you wish to use for your primary login. Click Next.

Enter username and password

(Image credit: Tom’s Hardware)

4. Toggle Reduce the size of the desktop” to on if the borders of the desktop are cut off. Otherwise, just click Next.

Reduce the size of Raspberry Pi desktop

(Image credit: Tom’s Hardware)

5. Select the appropriate Wi-Fi network on the screen after, provided that you are connecting via Wi-Fi. If you don’t have Wi-Fi or are using Ethernet, you can skip this.

Select the Wi-Fi network

(Image credit: Tom’s Hardware)

6. Enter your Wi-Fi password (unless you were using Ethernet and skipped). 

Enter Wi-Fi password

(Image credit: Tom’s Hardware)

7. Click Next when prompted to Update Software. This will only work when you are connected to the Internet, and it can take several minutes. If you are not connected to the Internet, click Skip.

Click Next to updatge

(Image credit: Tom’s Hardware)

8. Click Restart. 

Click restart

(Image credit: Tom’s Hardware)

If you wish to change these settings later, you can find the region and password settings, along with many other options, by clicking on the Pi icon in the upper left corner of the screen and navigating to Preferences -> Raspberry Pi Configuration. You can configure Wi-Fi by clicking on the Wi-Fi / network icon on the taskbar. 

Selecting the Raspberry Pi Configuration Menu

(Image credit: Tom’s Hardware)

Changing Your Screen Resolution on Raspberry Pi

If you don’t have enough desktop real estate, you may want to change your screen resolution to ensure that it matches what your display is capable of. If you are using a headless Pi and accessing it via VNC, you still probably want at least a 720p screen.

To change the Raspberry Pi resolution:

1. Open the Screen configuration menu by clicking on the Pi icon then selecting Preferences -> Screen Configuration.

Screen configuration

(Image credit: Tom’s Hardware)

2. Right Click on the HDMI box and select your Resolution from the Resolution menu.

Select Resolution

(Image credit: Tom’s Hardware)

3. Click the Check box. The screen resolution will update.

Click checkbox

(Image credit: Tom’s Hardware)

4. Click Yes to reboot.

Click yes to reboot

(Image credit: Tom’s Hardware)

What Do I Do Now?

Now that you have set up your Raspberry Pi, there are so many different things you can do with it. Some popular uses include making your Raspberry Pi into a retro arcade machine, using your Raspberry Pi as a web server or using it as the brain for a robot, security system or custom iOT device.  

Here are some tutorials to get you started.



Source_link

flyytech

flyytech

Next Post
Improving safety and security at automotive plants

Improving safety and security at automotive plants

Leave a Reply Cancel reply

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

Recommended.

Netflix ‘Basic With Ads’ Plan Announced for $6.99 Per Month

Netflix’s new solution to address password-sharing issue

October 18, 2022
BluOS Announces 4.0 Mobile Application Update and Interface Redesign

BluOS Announces 4.0 Mobile Application Update and Interface Redesign

January 30, 2023

Trending.

Image Creator now live in select countries for Microsoft Bing and coming soon in Microsoft Edge

Image Creator now live in select countries for Microsoft Bing and coming soon in Microsoft Edge

October 23, 2022
Allen Parr’s false teaching examined. Why you should unfollow him.

Allen Parr’s false teaching examined. Why you should unfollow him.

September 24, 2022
Review: Zoom ZPC-1

Review: Zoom ZPC-1

January 28, 2023
Elden Ring best spells 1.08: Tier lists, sorceries, incantations, and locations

Elden Ring best spells 1.08: Tier lists, sorceries, incantations, and locations

January 14, 2023
CPU Benchmarks Hierarchy 2022: Processor Ranking Charts

CPU Benchmarks Hierarchy 2022: Processor Ranking Charts

September 11, 2022

Flyy Tech

Welcome to Flyy Tech The goal of Flyy Tech is to give you the absolute best news sources for any topic! Our topics are carefully curated and constantly updated as we know the web moves fast so we try to as well.

Follow Us

Categories

  • Apple
  • Applications
  • Audio
  • Camera
  • Computers
  • Cooking
  • Entertainment
  • Fitness
  • Gaming
  • Laptop
  • lifestyle
  • Literature
  • Microsoft
  • Music
  • Podcasts
  • Review
  • Security
  • Smartphone
  • Travel
  • Uncategorized
  • Vlogs

Site Links

  • Home
  • About Us
  • Contact Us
  • Disclaimer
  • Privacy Policy
  • Terms & Conditions

Recent News

The Logue CL-1 is a MIDI controller that feels like a Minimoog

The Logue CL-1 is a MIDI controller that feels like a Minimoog

March 31, 2023
Upcoming changes to the App Store receipt signing certificate – Latest News

WWDC23 – Discover – Apple Developer

March 31, 2023

Copyright © 2022 Flyytech.com | All Rights Reserved.

No Result
View All Result
  • Home
  • Apple
  • Applications
    • Computers
    • Laptop
    • Microsoft
  • Security
  • Smartphone
  • Gaming
  • Entertainment
    • Literature
    • Cooking
    • Fitness
    • lifestyle
    • Music
    • Nature
    • Podcasts
    • Travel
    • Vlogs

Copyright © 2022 Flyytech.com | All Rights Reserved.

What Are Cookies
We use cookies on our website to give you the most relevant experience by remembering your preferences and repeat visits. By clicking “Accept All”, you consent to the use of ALL the cookies. However, you may visit "Cookie Settings" to provide a controlled consent.
Cookie SettingsAccept All
Manage consent

Privacy Overview

This website uses cookies to improve your experience while you navigate through the website. Out of these, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may affect your browsing experience.
Necessary
Always Enabled
Necessary cookies are absolutely essential for the website to function properly. These cookies ensure basic functionalities and security features of the website, anonymously.
CookieDurationDescription
cookielawinfo-checkbox-analytics11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics".
cookielawinfo-checkbox-functional11 monthsThe cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional".
cookielawinfo-checkbox-necessary11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary".
cookielawinfo-checkbox-others11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other.
cookielawinfo-checkbox-performance11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance".
viewed_cookie_policy11 monthsThe cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data.
Functional
Functional cookies help to perform certain functionalities like sharing the content of the website on social media platforms, collect feedbacks, and other third-party features.
Performance
Performance cookies are used to understand and analyze the key performance indexes of the website which helps in delivering a better user experience for the visitors.
Analytics
Analytical cookies are used to understand how visitors interact with the website. These cookies help provide information on metrics the number of visitors, bounce rate, traffic source, etc.
Advertisement
Advertisement cookies are used to provide visitors with relevant ads and marketing campaigns. These cookies track visitors across websites and collect information to provide customized ads.
Others
Other uncategorized cookies are those that are being analyzed and have not been classified into a category as yet.
SAVE & ACCEPT