101
edits
(Created page with "= Setup a wifi hotspot with a Raspberry Pi = What you need: * Raspberry Pi 4 * USB-C Power Cord * SD-Card * A Computer with an SD Card reader == Step 1: Clone SD Card == * Insert SD Card into computer * Download image from: https://seafile.rlp.net/f/972ddd1625904263aef7/ ** Unzip the file (should be around 7.68 GB when unzipped) * Download https://etcher.balena.io/ or https://www.tweaking4all.com/software/macosx-software/applepi-baker-v2/ ** clone the image to the SD...") |
No edit summary |
||
Line 20: | Line 20: | ||
* You should see a red turn on constantly and green led blink | * You should see a red turn on constantly and green led blink | ||
* After around 30 secs. you should see a wifi coming up called garden1 | * After around 30 secs. you should see a wifi coming up called garden1 | ||
* when connected to the wifi you should see this window pop up | |||
[[File:Screenshot 2023-12-11 at 12.49.22.png|thumb]] | |||
== Step 3: Connect to PI through SSH == | |||
(this only works as long as you are on the Garden1 wifi) | |||
* Now things will become a bit more tricky, because we need to use the command line (here is a free tutorial on the basics: https://www.codecademy.com/learn/learn-the-command-line) | |||
* Open the terminal on your computer and type | |||
** <code>ssh garden@garden.local</code> | |||
** When asked for the PW type: <code>master2023</code> | |||
== Step 4: Make changes to the website == | |||
I used this setup, so there is a lot more to read on here: https://github.com/Splines/raspi-captive-portal | |||
* when on the Pi you can make changes to the website by | |||
** <code>cd raspi-captive-portal/</code> | |||
** <code>cd server/public/</code> | |||
** <code>sudo nano index.html</code> |