Skip to content
This repository has been archived by the owner on Jun 20, 2018. It is now read-only.

Latest commit

 

History

History
31 lines (21 loc) · 706 Bytes

installing-wifi-hotspot.md

File metadata and controls

31 lines (21 loc) · 706 Bytes

Installing Wi-Fi Hotspot on Raspberry Pi Zero W

1.Access Raspberry Pi via SSH

2.Download required scripts

From Raspberry terminal

  $cd ~
  $curl -O https://s3-ap-northeast-1.amazonaws.com/aromajoin-downloads/software/aroma-http-controller/enable-hotspot
  $curl -O https://s3-ap-northeast-1.amazonaws.com/aromajoin-downloads/software/aroma-http-controller/rpizero-hotspot

Make sure these scripts are downloaded under /home/pi/ folder.

3.Make excutable hotspot scripts

Go to /home/pi/ folder and run the commands

  $sudo chmod +x ./enable-hotspot
  $sudo chmod +x ./rpizero-hotspot
  $./enable-hotspot

4.Reboot Raspberry Pi

  $sudo reboot