Raspberry Pi has been around for sometime and I was interested in Setting up MagicMirror using it, so went to Sim Lim Square and got one for S$ 70. Luckily the shop owner just had one model — Raspberry Pi 3 Model B+ without which, setting up this thing would have required buying an SD Card , Keyboard, etc.
This is not new information — rather gathered from several sources. I am just shouting out loud that “Yes — you don’t have buy any additional stuff ” — if you are able to locate a Pen Drive/USB drive and an Android phone charger (micro USB).
Hardware
Software
Step 1: Preparing USB Drive by loading Operating System
Select Raspian Image, USB Drive and Flash
Step 2: Enable SSH and Wifi Connection
cd /Volumes/boot
touch ssh
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdevnetwork={ssid=""psk=""key_mgmt=WPA-PSK}
Step 3: Selecting the micro USB Charger
There are several articles that go into detail of how much current(important) is required than voltage. Since most USB charges produce 5V output.
The suggested output required is 5V and 2.5 A if you have to run several peripherals (monitor, keyboard, Wifi, etc).
In our case, we just need one peripheral — Wifi . So anything more than 1.5 A should be good to start with. I was able to find a USB charger that produced 2.4A output. Find the thickest USB cable that you can find, thicker the cable — higher the current it can carry (discounting insulation thickness).
Step 4: Startup and Terminal Access
raspberrypi.local
is assigned and this can be used to connect from terminal. Open a terminal and connecthere pi
is the Username and raspberrypi.local
is the hostname. Default password for pi
account is raspberry
Step 5: View Desktop using VNC Viewer
raspi-config
to enable VNC Server
sudo raspi-config
Interfacing Options
> VNC
> Yes
New VNC Connection
Invincible
References
Raspberry Pi 3 Model B+ - Raspberry Pi_The Raspberry Pi 3 Model B+ is the latest product in the Raspberry Pi 3 range._www.raspberrypi.org
How to boot from a USB mass storage device on a Raspberry Pi - Raspberry Pi Documentation_This section contains documentation with technical information about the Raspberry Pi hardware, including official…_www.raspberrypi.org
Installing operating system images - Raspberry Pi Documentation_This section includes some simple guides to setting up the software on your Raspberry Pi. We recommend that beginners…_www.raspberrypi.org
Download Raspbian for Raspberry Pi_Raspbian is the Foundation's official supported operating system. You can install it with NOOBS or download the image…_www.raspberrypi.org
VNC (Virtual Network Computing) - Raspberry Pi Documentation_Need to access a Raspberry Pi, but don't have a monitor spare? This section provides basic instructions for setting up…_www.raspberrypi.org
How to set up WiFi on your Raspberry Pi without a keyboard or monitor (or ethernet)_I'm one of the rare software developers that doesn't have an extra HDMI monitor, keyboard, and ethernet connection…_howchoo.com