├── .github ├── ISSUE_TEMPLATE │ └── documentation_change.md └── PULL_REQUEST_TEMPLATE.md ├── Contributing_to_emotibit_community ├── README.md └── Using_Visual_Studio.md ├── Getting_Started.md ├── Keep_emotibit_up_to_date.md ├── LICENSE ├── Learn_more_about_emotibit.md ├── README.md ├── Troubleshooting.md ├── Working_with_emotibit_data.md ├── assets ├── Arduino_upload_button.png ├── DataParser.png ├── Electrode-kit.jpg ├── EmotiBit-DataParser-warning.png ├── EmotiBit-EssentialsKit.jpg ├── EmotiBit-bootup-stage-0.jpg ├── EmotiBit-bootup-stage-1.jpg ├── EmotiBit-bootup-stage-2.jpg ├── EmotiBit-bootup-stage-3.jpg ├── EmotiBit-bootup-stage-4.gif ├── EmotiBit-bootup-stage-4.jpg ├── EmotiBit-box-contents.jpg ├── EmotiBit-boxContents.jpg ├── EmotiBit-buttonsAndSwitches.jpg ├── EmotiBit-forum.png ├── EmotiBit-logo.svg ├── EmotiBitFirmwareInstaller-step1.png ├── EmotiBitFirmwareInstaller-step2.png ├── EmotiBitFirmwareInstaller-step3.png ├── EmotiBitFirmwareInstaller-step4.png ├── EmotiBitFirmwareInstaller-step5.png ├── EmotiBitFirmwareInstaller-step6.png ├── EmotiBitOscilloscope_LslMarkerStream_Received.png ├── EmotiBitOscilloscope_LslMarkerStream_Search.png ├── EmotiBitSideView.jpg ├── EmotiBit_File_Types.png ├── EmotiBit_stack_boards.gif ├── Feather_ESP32_Huzzah.png ├── Feather_M0_WiFi.png ├── LightIndicators.png ├── M0_WiFi_LED_Indicators_01.png ├── PacketExample.png ├── PythonDataViewer.jpg ├── SD-CardInReader.jpg ├── SerialMonitorWifiCreds_EnterEditMode.png ├── SerialMonitorWifiCreds_FirmwareWaitsForUser.png ├── SerialMonitorWifiCreds_OpenSerialMonitor.png ├── SerialMonitorWifiCreds_PressC.png ├── SerialMonitorWifiCreds_Restart.png ├── SerialMonitorWifiCreds_WiFiAdd.png ├── SerialMonitorWifiCreds_WiFiDelete.png ├── SerialMonitorWifiCreds_WiFiList.png ├── StackSenseStream.png ├── Visualizer_green_800px.gif ├── WorkingWithEmotiBitWorkflow.png ├── arduino-choose_emotibit_example.png ├── arduino-choose_emotibit_stock_fw.png ├── arduino-uploading_FW.png ├── config-file-example.png ├── correctHibernateSwitch.jpg ├── emotibit-ftp-file-transfer.png ├── emotibit-start-ftp-server.png ├── emotibit_hand_1200x675_nr.png ├── hardwarewithback.png ├── macOS-Catalina-Allow_emotibit.png ├── macOS-Catalina-OS_version.png ├── macOS-Catalina-System_pref_Security&options.png ├── macOS-Catalina-sys_pref.png ├── macOS-Mojave-sys_pref_security.png ├── macOS-oscilloscope_file_heirarchy.png ├── macOs-Catalina-Initial_Oscilloscope_Error.png ├── ofxEmotiBit.png ├── platformio_open_project.png ├── windows-defender-AllowedApps.png ├── windows-defender-StartMenuSearch.png ├── windows-smart-screen-more-info.png └── windowsSecurityAlert-allowAccess.png └── hardware_files └── README.md /.github/ISSUE_TEMPLATE/documentation_change.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EmotiBit/EmotiBit_Docs/HEAD/.github/ISSUE_TEMPLATE/documentation_change.md -------------------------------------------------------------------------------- /.github/PULL_REQUEST_TEMPLATE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EmotiBit/EmotiBit_Docs/HEAD/.github/PULL_REQUEST_TEMPLATE.md -------------------------------------------------------------------------------- /Contributing_to_emotibit_community/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EmotiBit/EmotiBit_Docs/HEAD/Contributing_to_emotibit_community/README.md -------------------------------------------------------------------------------- /Contributing_to_emotibit_community/Using_Visual_Studio.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EmotiBit/EmotiBit_Docs/HEAD/Contributing_to_emotibit_community/Using_Visual_Studio.md -------------------------------------------------------------------------------- /Getting_Started.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EmotiBit/EmotiBit_Docs/HEAD/Getting_Started.md -------------------------------------------------------------------------------- /Keep_emotibit_up_to_date.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EmotiBit/EmotiBit_Docs/HEAD/Keep_emotibit_up_to_date.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EmotiBit/EmotiBit_Docs/HEAD/LICENSE -------------------------------------------------------------------------------- /Learn_more_about_emotibit.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EmotiBit/EmotiBit_Docs/HEAD/Learn_more_about_emotibit.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EmotiBit/EmotiBit_Docs/HEAD/README.md -------------------------------------------------------------------------------- /Troubleshooting.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EmotiBit/EmotiBit_Docs/HEAD/Troubleshooting.md -------------------------------------------------------------------------------- /Working_with_emotibit_data.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EmotiBit/EmotiBit_Docs/HEAD/Working_with_emotibit_data.md -------------------------------------------------------------------------------- /assets/Arduino_upload_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EmotiBit/EmotiBit_Docs/HEAD/assets/Arduino_upload_button.png -------------------------------------------------------------------------------- /assets/DataParser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EmotiBit/EmotiBit_Docs/HEAD/assets/DataParser.png -------------------------------------------------------------------------------- /assets/Electrode-kit.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EmotiBit/EmotiBit_Docs/HEAD/assets/Electrode-kit.jpg -------------------------------------------------------------------------------- /assets/EmotiBit-DataParser-warning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EmotiBit/EmotiBit_Docs/HEAD/assets/EmotiBit-DataParser-warning.png -------------------------------------------------------------------------------- /assets/EmotiBit-EssentialsKit.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EmotiBit/EmotiBit_Docs/HEAD/assets/EmotiBit-EssentialsKit.jpg -------------------------------------------------------------------------------- /assets/EmotiBit-bootup-stage-0.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EmotiBit/EmotiBit_Docs/HEAD/assets/EmotiBit-bootup-stage-0.jpg -------------------------------------------------------------------------------- /assets/EmotiBit-bootup-stage-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EmotiBit/EmotiBit_Docs/HEAD/assets/EmotiBit-bootup-stage-1.jpg -------------------------------------------------------------------------------- /assets/EmotiBit-bootup-stage-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EmotiBit/EmotiBit_Docs/HEAD/assets/EmotiBit-bootup-stage-2.jpg -------------------------------------------------------------------------------- /assets/EmotiBit-bootup-stage-3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EmotiBit/EmotiBit_Docs/HEAD/assets/EmotiBit-bootup-stage-3.jpg -------------------------------------------------------------------------------- /assets/EmotiBit-bootup-stage-4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EmotiBit/EmotiBit_Docs/HEAD/assets/EmotiBit-bootup-stage-4.gif -------------------------------------------------------------------------------- /assets/EmotiBit-bootup-stage-4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EmotiBit/EmotiBit_Docs/HEAD/assets/EmotiBit-bootup-stage-4.jpg -------------------------------------------------------------------------------- /assets/EmotiBit-box-contents.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EmotiBit/EmotiBit_Docs/HEAD/assets/EmotiBit-box-contents.jpg -------------------------------------------------------------------------------- /assets/EmotiBit-boxContents.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EmotiBit/EmotiBit_Docs/HEAD/assets/EmotiBit-boxContents.jpg -------------------------------------------------------------------------------- /assets/EmotiBit-buttonsAndSwitches.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EmotiBit/EmotiBit_Docs/HEAD/assets/EmotiBit-buttonsAndSwitches.jpg -------------------------------------------------------------------------------- /assets/EmotiBit-forum.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EmotiBit/EmotiBit_Docs/HEAD/assets/EmotiBit-forum.png -------------------------------------------------------------------------------- /assets/EmotiBit-logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EmotiBit/EmotiBit_Docs/HEAD/assets/EmotiBit-logo.svg -------------------------------------------------------------------------------- /assets/EmotiBitFirmwareInstaller-step1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EmotiBit/EmotiBit_Docs/HEAD/assets/EmotiBitFirmwareInstaller-step1.png -------------------------------------------------------------------------------- /assets/EmotiBitFirmwareInstaller-step2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EmotiBit/EmotiBit_Docs/HEAD/assets/EmotiBitFirmwareInstaller-step2.png -------------------------------------------------------------------------------- /assets/EmotiBitFirmwareInstaller-step3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EmotiBit/EmotiBit_Docs/HEAD/assets/EmotiBitFirmwareInstaller-step3.png -------------------------------------------------------------------------------- /assets/EmotiBitFirmwareInstaller-step4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EmotiBit/EmotiBit_Docs/HEAD/assets/EmotiBitFirmwareInstaller-step4.png -------------------------------------------------------------------------------- /assets/EmotiBitFirmwareInstaller-step5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EmotiBit/EmotiBit_Docs/HEAD/assets/EmotiBitFirmwareInstaller-step5.png -------------------------------------------------------------------------------- /assets/EmotiBitFirmwareInstaller-step6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EmotiBit/EmotiBit_Docs/HEAD/assets/EmotiBitFirmwareInstaller-step6.png -------------------------------------------------------------------------------- /assets/EmotiBitOscilloscope_LslMarkerStream_Received.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EmotiBit/EmotiBit_Docs/HEAD/assets/EmotiBitOscilloscope_LslMarkerStream_Received.png -------------------------------------------------------------------------------- /assets/EmotiBitOscilloscope_LslMarkerStream_Search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EmotiBit/EmotiBit_Docs/HEAD/assets/EmotiBitOscilloscope_LslMarkerStream_Search.png -------------------------------------------------------------------------------- /assets/EmotiBitSideView.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EmotiBit/EmotiBit_Docs/HEAD/assets/EmotiBitSideView.jpg -------------------------------------------------------------------------------- /assets/EmotiBit_File_Types.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EmotiBit/EmotiBit_Docs/HEAD/assets/EmotiBit_File_Types.png -------------------------------------------------------------------------------- /assets/EmotiBit_stack_boards.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EmotiBit/EmotiBit_Docs/HEAD/assets/EmotiBit_stack_boards.gif -------------------------------------------------------------------------------- /assets/Feather_ESP32_Huzzah.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EmotiBit/EmotiBit_Docs/HEAD/assets/Feather_ESP32_Huzzah.png -------------------------------------------------------------------------------- /assets/Feather_M0_WiFi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EmotiBit/EmotiBit_Docs/HEAD/assets/Feather_M0_WiFi.png -------------------------------------------------------------------------------- /assets/LightIndicators.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EmotiBit/EmotiBit_Docs/HEAD/assets/LightIndicators.png -------------------------------------------------------------------------------- /assets/M0_WiFi_LED_Indicators_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EmotiBit/EmotiBit_Docs/HEAD/assets/M0_WiFi_LED_Indicators_01.png -------------------------------------------------------------------------------- /assets/PacketExample.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EmotiBit/EmotiBit_Docs/HEAD/assets/PacketExample.png -------------------------------------------------------------------------------- /assets/PythonDataViewer.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EmotiBit/EmotiBit_Docs/HEAD/assets/PythonDataViewer.jpg -------------------------------------------------------------------------------- /assets/SD-CardInReader.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EmotiBit/EmotiBit_Docs/HEAD/assets/SD-CardInReader.jpg -------------------------------------------------------------------------------- /assets/SerialMonitorWifiCreds_EnterEditMode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EmotiBit/EmotiBit_Docs/HEAD/assets/SerialMonitorWifiCreds_EnterEditMode.png -------------------------------------------------------------------------------- /assets/SerialMonitorWifiCreds_FirmwareWaitsForUser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EmotiBit/EmotiBit_Docs/HEAD/assets/SerialMonitorWifiCreds_FirmwareWaitsForUser.png -------------------------------------------------------------------------------- /assets/SerialMonitorWifiCreds_OpenSerialMonitor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EmotiBit/EmotiBit_Docs/HEAD/assets/SerialMonitorWifiCreds_OpenSerialMonitor.png -------------------------------------------------------------------------------- /assets/SerialMonitorWifiCreds_PressC.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EmotiBit/EmotiBit_Docs/HEAD/assets/SerialMonitorWifiCreds_PressC.png -------------------------------------------------------------------------------- /assets/SerialMonitorWifiCreds_Restart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EmotiBit/EmotiBit_Docs/HEAD/assets/SerialMonitorWifiCreds_Restart.png -------------------------------------------------------------------------------- /assets/SerialMonitorWifiCreds_WiFiAdd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EmotiBit/EmotiBit_Docs/HEAD/assets/SerialMonitorWifiCreds_WiFiAdd.png -------------------------------------------------------------------------------- /assets/SerialMonitorWifiCreds_WiFiDelete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EmotiBit/EmotiBit_Docs/HEAD/assets/SerialMonitorWifiCreds_WiFiDelete.png -------------------------------------------------------------------------------- /assets/SerialMonitorWifiCreds_WiFiList.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EmotiBit/EmotiBit_Docs/HEAD/assets/SerialMonitorWifiCreds_WiFiList.png -------------------------------------------------------------------------------- /assets/StackSenseStream.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EmotiBit/EmotiBit_Docs/HEAD/assets/StackSenseStream.png -------------------------------------------------------------------------------- /assets/Visualizer_green_800px.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EmotiBit/EmotiBit_Docs/HEAD/assets/Visualizer_green_800px.gif -------------------------------------------------------------------------------- /assets/WorkingWithEmotiBitWorkflow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EmotiBit/EmotiBit_Docs/HEAD/assets/WorkingWithEmotiBitWorkflow.png -------------------------------------------------------------------------------- /assets/arduino-choose_emotibit_example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EmotiBit/EmotiBit_Docs/HEAD/assets/arduino-choose_emotibit_example.png -------------------------------------------------------------------------------- /assets/arduino-choose_emotibit_stock_fw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EmotiBit/EmotiBit_Docs/HEAD/assets/arduino-choose_emotibit_stock_fw.png -------------------------------------------------------------------------------- /assets/arduino-uploading_FW.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EmotiBit/EmotiBit_Docs/HEAD/assets/arduino-uploading_FW.png -------------------------------------------------------------------------------- /assets/config-file-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EmotiBit/EmotiBit_Docs/HEAD/assets/config-file-example.png -------------------------------------------------------------------------------- /assets/correctHibernateSwitch.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EmotiBit/EmotiBit_Docs/HEAD/assets/correctHibernateSwitch.jpg -------------------------------------------------------------------------------- /assets/emotibit-ftp-file-transfer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EmotiBit/EmotiBit_Docs/HEAD/assets/emotibit-ftp-file-transfer.png -------------------------------------------------------------------------------- /assets/emotibit-start-ftp-server.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EmotiBit/EmotiBit_Docs/HEAD/assets/emotibit-start-ftp-server.png -------------------------------------------------------------------------------- /assets/emotibit_hand_1200x675_nr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EmotiBit/EmotiBit_Docs/HEAD/assets/emotibit_hand_1200x675_nr.png -------------------------------------------------------------------------------- /assets/hardwarewithback.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EmotiBit/EmotiBit_Docs/HEAD/assets/hardwarewithback.png -------------------------------------------------------------------------------- /assets/macOS-Catalina-Allow_emotibit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EmotiBit/EmotiBit_Docs/HEAD/assets/macOS-Catalina-Allow_emotibit.png -------------------------------------------------------------------------------- /assets/macOS-Catalina-OS_version.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EmotiBit/EmotiBit_Docs/HEAD/assets/macOS-Catalina-OS_version.png -------------------------------------------------------------------------------- /assets/macOS-Catalina-System_pref_Security&options.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EmotiBit/EmotiBit_Docs/HEAD/assets/macOS-Catalina-System_pref_Security&options.png -------------------------------------------------------------------------------- /assets/macOS-Catalina-sys_pref.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EmotiBit/EmotiBit_Docs/HEAD/assets/macOS-Catalina-sys_pref.png -------------------------------------------------------------------------------- /assets/macOS-Mojave-sys_pref_security.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EmotiBit/EmotiBit_Docs/HEAD/assets/macOS-Mojave-sys_pref_security.png -------------------------------------------------------------------------------- /assets/macOS-oscilloscope_file_heirarchy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EmotiBit/EmotiBit_Docs/HEAD/assets/macOS-oscilloscope_file_heirarchy.png -------------------------------------------------------------------------------- /assets/macOs-Catalina-Initial_Oscilloscope_Error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EmotiBit/EmotiBit_Docs/HEAD/assets/macOs-Catalina-Initial_Oscilloscope_Error.png -------------------------------------------------------------------------------- /assets/ofxEmotiBit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EmotiBit/EmotiBit_Docs/HEAD/assets/ofxEmotiBit.png -------------------------------------------------------------------------------- /assets/platformio_open_project.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EmotiBit/EmotiBit_Docs/HEAD/assets/platformio_open_project.png -------------------------------------------------------------------------------- /assets/windows-defender-AllowedApps.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EmotiBit/EmotiBit_Docs/HEAD/assets/windows-defender-AllowedApps.png -------------------------------------------------------------------------------- /assets/windows-defender-StartMenuSearch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EmotiBit/EmotiBit_Docs/HEAD/assets/windows-defender-StartMenuSearch.png -------------------------------------------------------------------------------- /assets/windows-smart-screen-more-info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EmotiBit/EmotiBit_Docs/HEAD/assets/windows-smart-screen-more-info.png -------------------------------------------------------------------------------- /assets/windowsSecurityAlert-allowAccess.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EmotiBit/EmotiBit_Docs/HEAD/assets/windowsSecurityAlert-allowAccess.png -------------------------------------------------------------------------------- /hardware_files/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EmotiBit/EmotiBit_Docs/HEAD/hardware_files/README.md --------------------------------------------------------------------------------