Skip to content

Commit

Permalink
note that MacOS hotspot might not work for any device
Browse files Browse the repository at this point in the history
  • Loading branch information
scivision committed Sep 23, 2021
1 parent 8cafd6a commit 570feed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions RaspberryPiSetup.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@ Additional ways to connect the Pi to the internet include:
* Ethernet cable to an internet-connected wall jack
* WiFi hotspot

Note: we've seen that MacOS hotspot might not be visible to any other devices (Raspberry Pi or any other device). Perhaps try your phone WiFi hotspot, or try university's Guest wifi (will need keyboard and display for Pi to setup university Guest network)

You can check that the Pi is on the internet by typing in the Pi terminal (over SSH or HDMI+keyboard):

```sh
Expand Down
2 changes: 1 addition & 1 deletion wifi_plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"""
plots data collected by wifi_scan.py
Typically run this on your laptop unless you have a graphical display or VNC setup on Raspberry Pi.
Typically run this on your laptop.
"""

from __future__ import annotations
Expand Down

0 comments on commit 570feed

Please sign in to comment.