View on GitHub

Using Core Pi v2

What is Core Pi used for?

Home

Description

Core Pi provides a local network for working with pies. This eases initial setup and provides a safe environment for novice learning.

Next up?

After reading this guide, you may be interested in reading:

Overview

This how-to covers the various uses of a Core Pi. Of course, in order to use the Core Pi, one must be connected to it.

  1. Connect the Core Pi
  2. Setup other pies

Connect the Core Pi

Since corepiv2 already acts as a wifi access point, connect to its SSID.

SSH

Now use SSH to connect to its IP address. If you used the settings given in Core Pi v2, the IP address is 192.168.84.1.

  • Connect to the pi using an SSH session with 192.168.84.1
    • If this fails, check your network connections. If the wifi to corepiv2 is not the only connection then maybe the OS is trying to route through the other connection. Disconnect the other connections.

VNC

VNC was discussed in RPi Initial Setup Guide - Connect to the Pi using VNC.

  • On the pi, vncserver -nolisten tcp -nevershared -dontdisconnect :1
  • From your VNC Viewer, connect to VNC at 192.168.84.1:1
  • If not already connected, connect the pi to your wifi access point.
  • Once connected to wifi, disconnect VNC and kill the service, vncserver -kill :1.

Connect Core Pi to your WiFi Internet

From the VNC desktop, use the dialogs to connect to your Internet wifi SSID.

Setup other pies

Core Pi makes it easy to set up a new pi, starting with an image written to a microSD card inserted into the new pi.

  • Connect an Ethernet cable between the Core Pi and router's WAN port
  • Connect an Ethernet cable from the router to the new pi
  • Power up the new pi
  • Begin your setup