You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/01_Toolboxes/06_DiscoveryFluorescence/01_Fluoresence_smart_microscope.md
+35-15Lines changed: 35 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -132,12 +132,14 @@ Now you can test all the compontents via these two tabs.
132
132
133
133
### 2.4: Testing in the web Interface
134
134
1. After that test go back to the first tab all the other Components via buttons:
135
-
-``Laser 2(on)``and ``Laser 2(off)``controlls the blue exitation LED
136
-
-``Motor Z(+)`` and ``Motor Z(-)`` controlls the Z-Stage
137
-
-``LED (on)`` and ``LED (off)`` controlls the LED-Array panel, you have to change the tab to controll it.
135
+
-``Laser 2(on)``and ``Laser 2(off)``controlls the blue exitation LED
136
+
-``Motor Z(+)`` and ``Motor Z(-)`` controlls the Z-Stage
137
+
-``LED (on)`` and ``LED (off)`` controlls the LED-Array panel, you have to change the tab to controll it.
138
+
138
139
139
140
2. Pairing the PS4 Controller
140
-
The UC2-ESP firmware is designed to support various input devices, including the PS4 controller, making it easier to interact with the microscope. You’ve already worked with USB Serial commands, but using the PS4 controller will give you a more flexible, hands-on approach.For more detailed instructions on pairing, refer to the [UC2 PS4 Controller Pairing Guide](https://openuc2.github.io/docs/Electronics/PS4-Controller). But briefly:
141
+
142
+
The UC2-ESP firmware is designed to support various input devices, including the PS4 controller, making it easier to interact with the microscope. You’ve already worked with USB Serial commands, but using the PS4 controller will give you a more flexible, hands-on approach.For more detailed instructions on pairing, refer to the [UC2 PS4 Controller Pairing Guide](https://openuc2.github.io/docs/Electronics/PS4-Controller). But briefly:
141
143
142
144
1. First, put your PS4 controller into pairing mode by holding down the ``Share`` button and the ``PS``-button simultaneously until the light bar starts blinking.
143
145
2. klick the Button ``Pair Controlller`` in the web Interface. Alternatively open the serial prompt in your browser (connected to the ESP32 board) or use the web interface and enter the command:
@@ -154,7 +156,7 @@ This will initiate the Bluetooth scan on the ESP32, which will detect and pair w
154
156
155
157
156
158
### 2.5: Setup and use the camera-software
157
-
1. conect the camera with you PC
159
+
1. connect the camera with you PC
158
160
2. For the installation process follow these instructions https://openuc2.github.io/docs/Toolboxes/DiscoveryInterferometer/SoftwareTutorial/#install-mvs-app-for-camera-utilization
159
161
160
162
# Congraduation! You did all the Setup Steps! Now lets use the microscope
@@ -164,7 +166,7 @@ This will initiate the Bluetooth scan on the ESP32, which will detect and pair w
164
166
2. put the probe in the probe insert
165
167
3. start the camera via pressing the play ▶ button
166
168
4. make shure, your probe is centered, shift it around until you see some structure on your screen
167
-
5. the imgae you see might be very blurry or to be axact, out of foucs. with the PS-controller, move the Z-stage up or down to get a sharp inmage.
169
+
5. the imgae you see might be very blurry or to be axact, out of foucs. with the PS-controller, move the Z-stage up or down to get a sharp image.
168
170
6. now you can move arround your probe an inspect it properly
169
171
170
172
@@ -335,11 +337,27 @@ Benedicts stuff
335
337
336
338
## Install Raspberry Pi + ImSwitch
337
339
338
-
1. Download Raspberry PI Imager
339
-
2. Flash Raspberry Pi OS 64Bit Bookworm Lite on an SD card with appropriate size (e.g. 64GB ) -> add the necessary settings (i.e. SSH, wifi password, uc2/youseetoo password/login ) )> Flash
340
-
3. Boot Raspberry Pi and waituntil it's full there; ~5 minutes => It should be connected to you r wifi; you're computer should be in the same network
341
-
4. You should be able to log into that using ssh => (Windows + R => CMD ) = > Terminal opens and thentype`ssh uc2@IP-OF-YOURRASPI` (You can find this using e.g. angry ip scanner or a screen connected to your rapsberry pi)
342
-
5. Install imswitch; Go to https://github.com/openUC2/ImSwitchDockerInstall?tab=readme-ov-file#imswitch--docker-on-raspi and then follow the procedures:
340
+
1. Download Raspberry PI Imager here: https://www.raspberrypi.com/software/
341
+
342
+

343
+
344
+
2. Flash Raspberry Pi OS 64Bit Bookworm Lite on an SD card with appropriate size (e.g. 64GB ) -> add the necessary settings (i.e. SSH, wifi password, uc2/youseetoo password/login ) )> Flash (was ist damit gemeint..? Keine Screenshots vorhanden..)
345
+
346
+

347
+

348
+
349
+
350
+
3. Boot Raspberry Pi and waituntil it's full there; ~5 minutes => It should be connected to you r wifi; you're computer should be in the same network (startet das booten, wenn man auf ``weiter`` klickt? siehe bild)
351
+
4. You should be able to log into that using ssh => (Windows + R => CMD ) = > Terminal opens and thentype`ssh uc2@IP-OF-YOURRASPI`
352
+
353
+

354
+
355
+
(You can find the IP-Adress of your Raspberry using e.g. angry ip scanner or a screen connected to your rapsberry pi)
356
+

357
+
5. Install imswitch; Go to https://github.com/openUC2/ImSwitchDockerInstall?tab=readme-ov-file#imswitch--docker-on-raspi and then follow the procedures: (wrong code on the website, no other than crack know what a sudo is)
358
+
359
+
in the last line copypaste the following code: (not completly correct.. do you have to type~ $ before as shown in picture?)
360
+
343
361
```bash
344
362
mkdir Downloads
345
363
mkdir Desktop
@@ -355,10 +373,12 @@ This will:
355
373
- install all necessary camera drivers
356
374
- install imswitch via Python
357
375
- create necessray startup files on the desktop
358
-
- You can launch it by doing;`bash ~/Desktop/launch_docker_container.sh`
359
376
360
-
6. Go to your browser and enter the `https://IP-OF-YOUR-RASPI:8001/imswitch/index.html`
361
-
7. Have a look for additional information here: https://openuc2.github.io/docs/ImSwitch/ImSwitchOnRaspi/
377
+
6. launch it by doing;`bash ~/Desktop/launch_docker_container.sh`
378
+
(hier fehlt auch ein screenshot.. wo soll ich das eingeben?in die reine cmd console oder muss davor wieder irgendwas aufgerufen werden..?)
379
+
380
+
8. Go to your browser and enter the `https://IP-OF-YOUR-RASPI:8001/imswitch/index.html`
381
+
9. Have a look for additional information here: https://openuc2.github.io/docs/ImSwitch/ImSwitchOnRaspi/ (nicht wirklich hilfreich)
362
382
8. Close the applicaiton by hitting ctrl + c
363
383
9. update the applicaoin by executing `bash ~/Desktop/update_docker_container.sh`
For a visual guide on how to set up ImSwitch and control the UC2 system, watch the following video:
395
+
For a visual guide on how to set up ImSwitch and control the UC2 system, watch the following video: (link wird nicht angezeigt. außerdem zeigt das video nur wie man das programm benutzt nicht wie man es intalliert.)
0 commit comments