-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
new networking dir; notes on internet sharing
- Loading branch information
1 parent
395b031
commit 22c7370
Showing
10 changed files
with
48 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ There are two simple ways to access the Raspberry Pi from a Windows desktop. | |
2. Type `ssh pioreactor@<insert unit name>.local`. For example, to access on our Pioreactor named _worker3_, we typed `ssh [email protected]`. The default password is `raspberry` (see "info" below). If asked "The authenticity of host...", enter "yes". | ||
|
||
:::info | ||
When typing in the password, characters may not show up as you type - that's normal. This is a security feature. | ||
When typing in the password, characters may not appear up as you type - that's expected. This is a security feature. | ||
::: | ||
|
||
|
||
|
37 changes: 37 additions & 0 deletions
37
user-guide/30-Advanced/02-networking/01-internet-sharing.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
--- | ||
title: Internet sharing between a PC and a Pioreactor | ||
slug: /internet-sharing | ||
--- | ||
|
||
Below is a way to physically connect your PC to your Pioreactor and be able to control the Pioreactor from your PC, without needing any wifi or external router. This is called _internet sharing_. Note that this method _does_ scale to larger clusters, but below is only how to connect a single Pioreactor. A simple way to set up a cluster of Pioreactor is to use internet sharing between your PC and the leader Pioreactor, and use a [local access point](/user-guide/local-access-point) between the leader Pioreactor and the worker Pioreactors. | ||
|
||
#### Requirements | ||
|
||
1. The Pioreactor requires an ethernet port. Any Raspberry Pi B models have this, but also you can purchase inexpensive (micro)USB-to-ethernet dongles. | ||
2. You can use a freshly installed Pioreactor, or an existing Pioreactor. | ||
2. An ethernet cable | ||
3. A PC with an available ethernet connector (again, you can purchase dongles to connect ethernet to PC's that don't have an available ethernet port). | ||
|
||
#### Steps | ||
|
||
1. Power off the Pioreactor. | ||
2. Connect the ethernet cable to the Pi. | ||
3. Connect the other end of the ethernet cable to the PC. | ||
4. If using a **mac / OSX**: turn on internet sharing with the following: | ||
1. Go to System Preferences -> Internet sharing. | ||
2. In "Share your connection from", choose the source of your internet. Ex: if connected over Wi-Fi, choose that. | ||
3. "To devices using": select the USB10/100/1000 LAN. | ||
4. Set "Internet Sharing" to "On". | ||
5. Click "Done" | ||
|
||
5. If using a **Windows**, turn on internet sharing with the following: | ||
1. Open search bar and search for "View Network Connections" | ||
2. Find the interface that has your Internet connection on (green symbol), right click and select 'Properties' | ||
3. Select the sharing tab and in 'Home networking connection' select the interface the Pi is connected to (something like "Ethernet"). | ||
4. Tick the box 'Allow other network users to connect through this computer's Internet connection' and click on 'OK' | ||
6. Power up the Pioreactor. After a few minutes, you should be able to `ping your-leaders-hostname.local` and get back an address like `192.168.xx.xx`. | ||
7. Try http://pioreactor.local in your browser. The UI should come up. Or try http://your-leaders-hostname.local. | ||
9. Save the new config. | ||
|
||
|
||
And you're done! Your Pioreactor should be able to be both accessed by the local PC, and be able to ping the internet (for updates, plugins, etc). You can also disconnect the ethernet cable as well, and your Pioreactor will still function (albeit it will lose internet connectivity). |
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
user-guide/30-Advanced/02-networking.md → ...0-Advanced/02-networking/10-networking.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--- | ||
title: Networking | ||
title: Networking tools | ||
slug: /networking | ||
--- | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
collapsed: true | ||
collapsible: true | ||
label: "Networking" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,7 +31,7 @@ First, with the stirring activity running, carefully examine if the fan below is | |
- Try lowering the `initial_duty_cycle` in the config.ini to a value like ~20. | ||
- Are the two magnets still present on the fan? Visually inspect from the side, or unscrew the top faceplate from the vial holder to see better. | ||
- The heater PCB may be damaged. Contact us at [email protected]. | ||
- You can turn off the feedback loop by setting `use_rpm=0` in the `[stirring]` section of your configuration. Set the `initial_duty_cycle` to some appropriate value (20 to 40), as well. | ||
- You can turn off the feedback loop by setting `use_rpm=0` in the `[stirring.config]` section of your configuration. Set the `initial_duty_cycle` to some appropriate value (20 to 40), as well. | ||
|
||
|
||
<img src="/img/user-guide/hardware-assembly/vial_holder_alignment.jpg" width="465" style={{margin: "auto", display:"block"}} /> | ||
|