Skip to content

Commit bda9c9c

Browse files
committed
adding videos
1 parent 8b739c2 commit bda9c9c

4 files changed

Lines changed: 14 additions & 1 deletion

File tree

docs/02_Toolboxes/08_QuantumBox/09_ODMR/04_qBox_ODMR_ENG.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,8 @@ The source code can be found [here](https://github.com/openUC2/TechnicalDocs-ope
207207

208208
4. Wait until the firmware has been successfully flashed.
209209

210+
<iframe width="560" height="315" src="https://www.youtube.com/embed/rGLcOb0IWbg?si=rmYORgaFhbwyFtMG" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
211+
210212
### 2.3: Connecting to the Web Interface
211213

212214
After flashing the firmware - unplug and replug the ESP and wait for a wifi Hotspot to appear. Something like `ODMR-XXXX`. Connect to that and go to http://192.168.4.1

docs/05_ImSwitch/01_Quickstart.mdx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,11 @@ cd ~/Desktop
5252
./launch_docker_container.sh
5353
```
5454

55+
### Changing Wifi Settings, Creating an Access Point, or Connecting to a Network
56+
57+
Inside the ImSwitch Interface, you can manage WiFi settings:
58+
<iframe width="560" height="315" src="https://www.youtube.com/embed/QIGkZ3ph3uc?si=eVhyj7qRGNXue37M" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
59+
5560
### Modifying ImSwitch Configuration
5661
To adjust settings, edit the configuration file:
5762
```sh
@@ -438,6 +443,8 @@ If you haven't provided the token, you can simply follow the link and add this t
438443

439444
#### Connect to Wifi
440445

446+
*See also the previous wifi connection section for the manual installation [here](#changing-wifi-settings-creating-an-access-point-or-connecting-to-a-network).*
447+
441448
By default, the forklift configuration provides an access point and maps internet from the LAN to the AP conveniently. If you have an existing access point and you want to connect to that one using the raspberry pi, you can do that by following the steps below.
442449

443450
##### Connection Options:

docs/05_ImSwitch/Advanced/01_Installation/ForkLift.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,10 @@ sudo raspi-config
120120

121121
If you haven't explicitly configured the firewall to allow traffic into a dedicated port (e.g. 8005) from the outside world you have to explicitly open it by doing:
122122

123+
ImSwitch runs on 8001 (REST), 8002 (SOCKET) per default:
123124
```
124-
sudo firewall-cmd --zone=public --add-port=8005/tcp; sudo firewall-cmd --zone=nm-shared --add-port=8005/tcp
125+
sudo firewall-cmd --zone=public --add-port=8001/tcp; sudo firewall-cmd --zone=nm-shared --add-port=8001/tcp
126+
sudo firewall-cmd --zone=public --add-port=8002/tcp; sudo firewall-cmd --zone=nm-shared --add-port=8002/tcp
125127
```
126128
in an SSH session on the RPi. Then you can test this is by doing `curl localhost:8005` (e.g. if you run a python server as `python -m http.server 8005`). If you get valid HTML, then it's extremely likely that the firewall is blocking external access to port 8005.
127129

docs/05_ImSwitch/Advanced/01_Installation/Installer.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,8 @@ You can scan for available microscopes in your network using the new installer.
122122
<source src="/video/installer_autodiscovery.mp4"/>
123123
</video>
124124

125+
<iframe width="560" height="315" src="https://www.youtube.com/embed/GfeYezUYIak?si=_QQPU0_GGxMUn42q" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
126+
125127
## Updating ImSwitch
126128

127129
* Update source code via Git (ImSwitch, UC2-REST)

0 commit comments

Comments
 (0)