Setting Up Wi-Fi Simple Configuration with NFC on Raspberry Pi

This post shows steps to setup Wi-Fi Simple Configuration with NFC adapter on Raspberry Pi using nfcpy[1]. The goal is to enable “tap-to-connect” a NFC enabled phone with a Wi-Fi access point [2].   Prerequisites (parentheses indicate my environment) Raspberry Pi board (Raspberry Pi 3 B+) running Raspbian Stretch (June 2018) NFC USB adapter (Identiv SCL3711) NFC enabled… Continue reading “Setting Up Wi-Fi Simple Configuration with NFC on Raspberry Pi”

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”