Skip to content

1.2 Getting Started with the Smart Pi One

Smart Pi One - Yumi

Introduction

The Smart Pi One is a versatile nano-computer designed for various projects, from home automation to retro gaming. This guide will walk you through the initial setup and essential configurations to get you started.

Specifications

For detailed specifications of the Smart Pi One, visit the Specifications Page.

1. Required Materials

Before starting, ensure you have the following:

  • A Smart Pi One board
  • A compatible power adapter (5V - 2A or Power delivery)
  • A microSD card (Minimum of 16GB)
  • An HDMI cable (for display)
  • A USB keyboard and mouse (for initial setup)
  • Internet connection (Wi-Fi or Ethernet)

2. Modules Complémentaires

While not required for the initial setup, the following accessories can enhance your Smart Pi One experience:

3. Printable Cases

To protect and enhance your Smart Pi One, you can print cases. Here are some resources where you can find 3D models:

4. Preparing the microSD Card

  1. Download the Official Linux Server Image for Smart Pi One from the Linux Image Page.
  2. Flash the Image onto the microSD card using software like balenaEtcher. Follow the instructions on the Micro SD Card Flashing Guide.

smartpi_one_startup_2

  1. Insert the microSD card into the Smart Pi One.

5. Connecting the Hardware

  1. Connect the Smart Pi One to a monitor using an HDMI cable.
  2. Plug in the USB keyboard and mouse.
  3. Connect the power adapter to the board.

6. Powering On the Board

  1. Turn on the power supply. The board should boot automatically.
  2. Follow the on-screen instructions to configure the initial settings for both the root and user accounts, which will appear during the first boot.

smartpi_one_startup_9

Note: If the initial setup for configuring the root and user accounts doesn't appear, you may have missed the first boot and initialization phase. In this case, reflash the SD card, and ensure that the screen and HDMI cable are properly connected before powering on the board to avoid missing the first boot process.

7. Accessing the Board via SSH

The Smart Pi One has SSH enabled by default. To connect remotely: 1. Find the IP Address of the Smart Pi One. You can use a network scanner or check your router’s DHCP settings. 2. From another device, open a terminal and type:

ssh user@ip_address
Replace user with your username and ip_address with the Smart Pi One’s IP address.

smartpi_one_startup_3

For detailed SSH connection instructions for Windows, Mac, and Linux, refer to the SSH Connection Guide.

8. System Update

After booting, it’s crucial to update the system to ensure you have the latest security patches and features:

sudo apt update && sudo apt upgrade -y

smartpi_one_startup_4

9. Initial Configuration

10. Basic Commands

Familiarize yourself with essential commands to manage your board effectively. Visit the Basic Commands Page for useful commands such as shutting down, rebooting, and file management.

11. Explore Advanced Projects

Once you are comfortable with the basics, explore advanced projects: