Giter Site home page Giter Site logo

asparatu / raspberrypi-wpa-supplicant.conf Goto Github PK

View Code? Open in Web Editor NEW
3.0 1.0 8.0 21 KB

Raspberry Pi WiFi Configuration File

License: MIT License

rapsberrypi raspberry-pi raspberry-pi-3 wpa-supplicant headless-server howto howto-tutorial wifi wifi-configuration

raspberrypi-wpa-supplicant.conf's Introduction

Raspberry Pi Wifi Configuration File

Help you to setup a wpa supplicant configuration file for Raspbian Stretch or later on new headless Rasbian installation.

Getting Started

These will be step-by-step instruction on how to create the configuration file on any OS and Rasbian installation.

Prerequisites

Git or Git for Windows needs to be install on the pc. You can download a copy from Git Official Website.

How to use

  1. Run the following command in command prompt or terminal window:
git clone https://github.com/asparatu/raspberrypi-wpa-supplicant.conf.git
  1. Move into the folder
cd raspberrypi-wpa-supplicant.conf
  1. Edit the configuration file
Linux: nano wpa_supplicant.conf
Windows: notepad wpa_supplicant.conf
  1. Edit country to your two letter ISO Code. If you do not know yours, check countrycode.org or keep the default of US

  2. Edit the Wifi SSID and PSK to your Wifi Information.

ssid="YOUR-SSID"
psk="wpa_passphrase"

Note: If using clear text password make sure you keep the quotes. If you use a hash of the password, you do not need to have quotes.

  1. Save the file and copy the file to the Boot directory on the microSD card.
  2. Optional: To enable SSH Server on boot, you need to copy the ssh file to the root of the microSD card.

How to connect to Raspberry Pi

You can connect to the Raspberry Pi by typing ssh [email protected] or ssh pi@(ip address) at the command prompt or terminal window and default password is raspberry

Authors

Shane Saunders - Initial work - asparatu

License

This project is licensed under the MIT License - see the LICENSE.md file for details

raspberrypi-wpa-supplicant.conf's People

Contributors

asparatu avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.