-
Notifications
You must be signed in to change notification settings - Fork 3
Added Cyton Status check #50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
68 commits
Select commit
Hold shift + click to select a range
5a37c04
Add base Flutter dependencies
abelfodil 65cf38d
Bump minimal android sdk version
abelfodil 0c53add
Increment and decrement with counter cubit & create main/app/locator …
8697b35
create and implement domain layer
38e939e
Connection bluetooth avec le ganglion
MouradLachhab 15e4ab8
Create Flutter code structure example based on this [arch](https://gi…
ff2854f
Merge branch 'master' of https://github.com/PolyCortex/polydodo into …
428d554
Remove widget test specific to counter app
118ed85
Create an empty test for pipeline to perform build
baebeab
Create an empty test in order for build pipeline to pass
0c23975
fix mistake: move test/ under mobile/
37b8cc2
Requete de donnees et enregistrement sur csv
MouradLachhab a756532
Changement du format du fichier output pour openBCI
MouradLachhab 6c66e52
Merge remote-tracking branch 'remotes/origin/base-arch-structure' int…
MouradLachhab c7929d5
Fixed some duplicates
MouradLachhab 6663be0
Merge branch 'base-arch-structure' into bluetooth
MouradLachhab 0809597
Finished updating bluetooth files. Missing csv feature
MouradLachhab 437ff84
Added recording feature
MouradLachhab dd515c8
Removed main2 temporary file
MouradLachhab 8a56384
Removed unecessary prints
MouradLachhab 475aef0
Extracted variable and renamed for clarity
MouradLachhab 3468343
Removed unecessary imports and exposed methods in bluetooth interface
MouradLachhab 9680850
Removed unecessary bluetooth from domain
MouradLachhab 71c36f2
Created eeg data repository
MouradLachhab 6985672
Changed string id to UniqueID, fixed state inconsistency
MouradLachhab 3bead5f
Fixed typo, removed unecessary delay
MouradLachhab 5cd7bf4
Merging Master into bluetooth
MouradLachhab 707a85f
format
abelfodil 3c67918
Fixed typo
MouradLachhab 80f22c5
Merge branch 'bluetooth' of https://github.com/PolyCortex/polydodo in…
MouradLachhab 82c7b1e
Removed general export files in favor of individual import
MouradLachhab 798d10a
Added missing files for last commit
MouradLachhab dd694c5
Extracted openbci header and only adding it at export time
MouradLachhab d9a554a
Added error handling for failed connections
MouradLachhab 226d8e6
Handling already connected error and cleaned slightly findCharacteris…
MouradLachhab 2af1964
Merge branch 'master' into bluetooth
MouradLachhab b4192ad
Switched to generic acquisiton device in application layer
MouradLachhab 6a6edd6
Merge branch 'bluetooth' of https://github.com/PolyCortex/polydodo in…
MouradLachhab b95d5b2
Reverted merge with master
MouradLachhab 351c57b
Added handling for packet id 0 and fixed data values
MouradLachhab bc62be0
Returning Container in view instead of new ListView
MouradLachhab 6056901
Remove default formatter for workspace because it prevents dartfmt to…
436aa8e
Merge branch 'bluetooth' of https://github.com/PolyCortex/polydodo in…
7a463c1
Reset esbenp.prettier-vscode as default formatter, but specified dart…
bbe2475
Changes based on last pull request comments (injecting flutter blue i…
MouradLachhab fdda64d
Changed Acquisition initialization method to more generic name instea…
MouradLachhab 6bd2028
Initial connection with usb serial achieved, missing data formatting
MouradLachhab a44ca17
Merge branch 'bluetooth' into serial
MouradLachhab 4a4fecd
Renamed serial port
MouradLachhab 7561a4d
Moved back flutter instance into repository initialization and created
MouradLachhab e237995
Merge branch 'bluetooth' into serial
MouradLachhab f3719b6
Switched to AcquisitionDevice interface usage
MouradLachhab 303a8df
Merge branch 'master' into serial
MouradLachhab c68745b
Seperated data formatting into stream transformer
MouradLachhab 9c08814
Implemented Cyton transformer
MouradLachhab 469cd05
Small convention changes and changed BaseTransformer to an abstract c…
MouradLachhab 3b865b7
Made async function into future
MouradLachhab 6abde11
Removed transformer interface
MouradLachhab b63d3b9
Dynamically changing repositories and transformers
MouradLachhab 326db2e
Added missing file
MouradLachhab 60cdf14
Fixed negative handling in cyton transformer and cleaned up a bit
MouradLachhab c252b57
Added unit testing
MouradLachhab 254e647
Awaiting stream in serial
MouradLachhab 6625807
Added status check for Cyton
MouradLachhab 09a75be
Merge branch 'master' into serial
MouradLachhab ff5022c
Made exception parameter optional
MouradLachhab 9b8c10f
Using implicit variable type instead of string
MouradLachhab 0f8669c
Added overrides for interface implemented methods
MouradLachhab File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.