Skip to content

Commit

Permalink
Merge pull request #228 from lncm/nolim1t-patch-documentation
Browse files Browse the repository at this point in the history
Fix up documentation to include advanced wifi configuration
  • Loading branch information
nolim1t committed Aug 6, 2019
2 parents 1e6954c + 1cb4c08 commit 4de4e63
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,27 @@ The Raspberry Pi lightning box provides it's own WiFi hotspot to ease access and
- **IP address**: 192.168.27.1
- **hostname**: box.local

### WiFi hotspot

The box provides it's own WiFi hotspot to ease access and configuration.

- **WiFi name** (SSID): "LNCM-Box"
- **WiFi password**: "lncm box"
- **IP address**: 192.168.27.1
- **hostname**: box.local

#### Advanced configuration

If the wifi configuration manager does not work (currently there is an issue where the wifi manager is not getting downloaded), you may SSH in and invoke the following command.

```bash
curl -w "\n" -d '{"ssid":"YOUR-SSID-NAME", "psk":"YOUR-PASSWORD"}' \
-H "Content-Type: application/json" \
-X POST http://192.168.27.1:8080/connect
```

Alternatively, when building the image you can create a ```wpa_supplicant.automatic.conf``` file with all your wifi passwords.

Documentation
-------------
[Read the Docs](https://pi-factory.readthedocs.io/en/latest/?badge=latest)
Expand Down

0 comments on commit 4de4e63

Please sign in to comment.