Setting up Wi-Fi on Raspberry Pi

You can setup Wi-Fi on GUI, or you can configure it from your console. Here is how to do it from the console. Brief steps: 1. Registering Wi-Fi Network 2. Enabling Automatic Connection 3. Connecting to Wi-Fi network Let’s get started.   1. Registering Wi-Fi Network 1-1. Open /etc/wpa_supplicant/wpa_supplicant.conf sudo nano /etc/wpa_supplicant/wpa_supplicant.conf 1-2. Add last… Continue reading “Setting up Wi-Fi on Raspberry Pi”

Changing Keyboard Layout on Raspberry Pi

  By default, the keyboard layout is set for UK on Raspbian OS. So, if your keyboard is not UK layout, you may want to change it. Here is the steps. 1. Launch Terminal if you are on  graphical desktop mode. 2. Open “/etc/default/keyboard” with nano (or any other editor you prefer). sudo nano /etc/default/keyboard The… Continue reading “Changing Keyboard Layout on Raspberry Pi”

Setting & Booting up Raspberry Pi

This post shows steps to setup and boot up Raspberry Pi board with Raspbian, the recommended OS [1]  . Here is the list of contents of this post. Contents – Prerequisites – Steps 1. OS Image Preparation 2. Booting up Raspberry Pi board – What’s next? – Reference   Prerequisites (parentheses indicate my environment) Raspberry Pi… Continue reading “Setting & Booting up Raspberry Pi”