Skip to content

Latest commit

 

History

History
93 lines (58 loc) · 3.24 KB

set_up_your_raspberry_pi.rst

File metadata and controls

93 lines (58 loc) · 3.24 KB

Note

Hello, welcome to the SunFounder Raspberry Pi & Arduino & ESP32 Enthusiasts Community on Facebook! Dive deeper into Raspberry Pi, Arduino, and ESP32 with fellow enthusiasts.

Why Join?

  • Expert Support: Solve post-sale issues and technical challenges with help from our community and team.
  • Learn & Share: Exchange tips and tutorials to enhance your skills.
  • Exclusive Previews: Get early access to new product announcements and sneak peeks.
  • Special Discounts: Enjoy exclusive discounts on our newest products.
  • Festive Promotions and Giveaways: Take part in giveaways and holiday promotions.

👉 Ready to explore and create with us? Click [|link_sf_facebook|] and join today!

Set up Your Raspberry Pi

Power Supply for Raspberry Pi (Important)

  1. Insert the SD card set up with Raspberry Pi OS into the microSD card slot located on the underside of the Raspberry Pi.

    img/insert_sd_card.jpg
  2. Following the assembly instructions, insert the battery cable and turn on the power switch. Next, insert the USB-C cable to power up the battery. Wait for 1-2 minutes, and you will hear a sound indicating that the Raspberry Pi has successfully booted.

    img/slide_to_power.png

    Note

    It is recommended to leave the USB-C cable plugged in, as the subsequent software setup process can take a considerable amount of time.

If You Have a Screen

Note

The Raspberry Pi ZERO installed on the Robot is not easy to connect to the screen, please use the method without a screen to set it up.

If you have a screen, it will be easy for you to operate on the Raspberry Pi.

Required Components

  • Raspberry Pi 4B/3B 3B+/2B
  • 1 * Power Adapter
  • 1 * Micro SD card
  • 1 * Screen Power Adapter
  • 1 * HDMI cable
  • 1 * Screen
  • 1 * Mouse
  • 1 * Keyboard
  1. Plug in the Mouse and Keyboard.

  2. Connect the screen to Raspberry Pi's HDMI port and make sure your screen is plugged into a wall socket and switched on.

    Note

    If you use a Raspberry Pi 4, you need to connect the screen to the HDMI0 (nearest the power in port).

  3. Use the power adapter to power the Raspberry Pi. After a few seconds, the Raspberry Pi OS desktop will be displayed.

    img/image20.png

If You Have No Screen

If you don't have a monitor, you can remotely log into your Raspberry Pi.

Required Components

    • Raspberry Pi 4B/Zero 2 w/3B 3B+/2B/Zero W
  • 1 * Power Adapter
  • 1 * Micro SD card

You can apply the SSH command to open the Raspberry Pi's Bash shell. Bash is the standard default shell for Linux. The shell itself is a command (instruction) when the user uses Unix/Linux. Most of what you need to do can be done through the shell.

If you're not satisfied with using the command window to access your Raspberry Pi, you can also use the remote desktop feature to easily manage files on your Raspberry Pi using a GUI.

See below for detailed tutorials for each system.

.. toctree::

    remote_macosx
    remote_windows
    remote_linux