Skip to content

Commit

Permalink
updated Neurobit interface and dll
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisVeigl committed Jul 29, 2019
1 parent 10a8af7 commit c2ac746
Show file tree
Hide file tree
Showing 17 changed files with 469 additions and 250 deletions.
8 changes: 6 additions & 2 deletions BrainBay_installer.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

;Name and file
Name "BrainBay"
RequestExecutionLevel user
RequestExecutionLevel admin
OutFile "Setup_BrainBay.exe"

;Default installation folder
Expand All @@ -26,7 +26,7 @@
>> Read this first. << \
*Uninstall* will remove ALL FILES from the folder below, \
INCLUDING any of your own .con files \
created in CONFIGUATIONS or other sub-folders. \
created in CONFIGURATIONS or other sub-folders. \
YOU MUST SAVE your own files BEFORE \
you press the *Uninstall* button."

Expand Down Expand Up @@ -123,6 +123,10 @@ Section "Application" SecApp
SetOutPath $INSTDIR\ComputerVision
File "bin\ComputerVision\*.*"

SetOutPath $SYSDIR
File "bin\NeurobitRuntime\ftd2xx.dll"


; Write the installation path into the registry
WriteRegStr HKLM SOFTWARE\BrainBay "Install_Dir" "$INSTDIR"

Expand Down
Binary file modified bin/NeurobitRuntime/NeurobitDrv.dll
Binary file not shown.
Binary file modified bin/NeurobitRuntime/NeurobitServ.exe
Binary file not shown.
337 changes: 170 additions & 167 deletions bin/NeurobitRuntime/Neurobit_Driver_Dev_Win.htm

Large diffs are not rendered by default.

7 changes: 4 additions & 3 deletions bin/NeurobitRuntime/winload.htm
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
<html>
<head>
<title>Neurobit Firmware Loader 5.0</title>
<meta name=viewport content="width=device-width, initial-scale=1">
<title>Neurobit Firmware Loader 5.1</title>
</head>

<body style="font-family: Arial; margin-left: 7%; margin-right: 9%;
margin-top: 5%; margin-bottom: 5%; font-size: 11pt; ">
<h1 align="center">Neurobit Firmware Loader 5.0</h1>
<h1 align="center">Neurobit Firmware Loader 5.1</h1>
<div style="line-height: 135%; ">
<p align="center"><i>&copy; Copyright by Neurobit Systems 2005-2018</i><br>
<p align="center"><i>&copy; Copyright by Neurobit Systems 2005-2019</i><br>
<a href="http://www.neurobitsystems.com/">http://www.neurobitsystems.com</a></p>

<p>This software application enables to upload firmware to Neurobit devices.
Expand Down
Binary file modified bin/brainBay.exe
Binary file not shown.
8 changes: 5 additions & 3 deletions bin/brainbay.cfg
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
samplingrate=256
samplingrate=125
dialoginterval=50
drawinterval=10
startup=0
autorun=0
configfile=C:\BrainBay\BrainBay\bin\CONFIGURATIONS\OtherDemos\threshold_test.con
configfile=c:\brainbay\brainbay\bin\CONFIGURATIONS\demomenu.con
use_cvcapture=1
emotivpath=C:\Program Files (x86)\Emotiv Development Kit_v1.0.0.3-PREMIUM
ganglionhubpath=C:\Program Files\OpenBCI_GUI\data\OpenBCIHub\OpenBCIHub.exe
gangliondevicename=Ganglion-2c22
ganglionbledevice=1
neurobit_device=Neurobit Optima 4
addtime=0
startdesign=1
startdesignpath=demomenu
Expand All @@ -17,4 +18,5 @@ statusheight=35
statusheightplayer=76
statusmargin=43
statusmarginplayer=83
midiports=0
midiport1=Microsoft MIDI Mapper
midiports=1
Loading

0 comments on commit c2ac746

Please sign in to comment.