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: README.md
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Neuri GUI
2
2
3
-
print(«Hello Volt»)
3
+
print("Hello, Volt!")
4
4
5
5
A graphical interface for electrophysiological biosensors that allows you to:
6
6
1. Set multiple parameters for real-time signal visualization
@@ -13,6 +13,12 @@ Watch the introduction on Youtube:
13
13
14
14
[](https://www.youtube.com/embed/8DbGR9KUszQ)
15
15
16
+
## Compatible devices
17
+
18
+
- Neuri 1.x by Helment
19
+
- Neuri-Lolin S3-PRO by Helment
20
+
- BioAmp EXG Pill by Upside Down Labs
21
+
16
22
## Setup
17
23
18
24
The GUI is distributed as a Python program. The GUI should work with **Python versions 3.9 or higher**.
@@ -55,11 +61,6 @@ ng.Run()
55
61
56
62
Note that your settings are stored in a "settings.cfg" file inside the current workspace directory of the IDE or terminal.
57
63
58
-
## Compatible devices
59
-
60
-
- Neuri 1.x
61
-
- Neuri-Lolin S3-PRO
62
-
63
64
## Troubleshooting
64
65
65
66
1. If the GUI seems to be stuck, most probably the wrong ports have been selected Check the port names (ie COM12 vs COM13). Pay special attention to the fact that if a port file is specified in the settings.conf, the GUI will default to that port even if there is no device connected to it.
0 commit comments