Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/brainflow-dev/brainflow

BrainFlow is a library intended to obtain, parse and analyze EEG, EMG, ECG and other kinds of data from biosensors
https://github.com/brainflow-dev/brainflow

add release all for board shim and ml model (#402)

* add release all for board shim and ml model

Signed-off-by: Andrey Parfenov <a1994ndrey@gmai...

394cfbdbe0df5aa6f84a3c170debf3ec3c0fd152 authored about 3 years ago
fix codeql alerts (#401)

Signed-off-by: Andrey Parfenov <[email protected]>

1b939c342f4052d6de99623a67385a86dd66bd56 authored about 3 years ago
add img for brainalive device

Signed-off-by: Andrey Parfenov <[email protected]>

5b2b812c6cb326c55cb8ed7f636ab7b0e99a89fb authored about 3 years ago
bump julia version

Signed-off-by: Andrey Parfenov <[email protected]>

aec320b313358fc1cc98d44171e7fff116d96f94 authored about 3 years ago
cleanup ppg for muse and add status check (#400)

* fix ppg data for muse devices

702dd06f20c47dd0de7565e553b2302b77a749cc authored about 3 years ago
fix ppg data for muse devices (#399)

Signed-off-by: Andrey Parfenov <[email protected]>

769c2a5d9c93e4fe206aa6f90e1f0be81a0ae376 authored about 3 years ago
Add PPG data for Muse and fix race condition (#397)

* fix Muse(no dongle)

Signed-off-by: Andrey Parfenov <[email protected]>

b85a87531e04ef4725a0a3631cca7371150827ac authored about 3 years ago
fix deploy_cpp_libs CI job (#395)

* update cpp job

Signed-off-by: Andrey Parfenov <[email protected]>

9b2d1196660510d049b25aba5cbddcfeb2a37f85 authored about 3 years ago
bump julia version

Signed-off-by: Andrey Parfenov <[email protected]>

3bb4569c3590466600c7a32496ff914b5840400d authored about 3 years ago
fix gforce pro issue

Signed-off-by: Andrey Parfenov <[email protected]>

2a656b7f05d325daa42d62be5b3adc057ce68fb9 authored about 3 years ago
Rename (#388)

* rename file

Signed-off-by: Andrey Parfenov <[email protected]>

287c2cabfb021616b0d830798e97c7ad069691c8 authored about 3 years ago
Added the BrainAlive device in the BrainFlow using the BLELibBoard class (#387)

* Added the BrainAlive device in the BrainFlow using the BLELibBoard class

2b8b3d485e179b127ddb12d906642043d89dbb45 authored about 3 years ago
bump julia version

Signed-off-by: Andrey Parfenov <[email protected]>

38af9b83d4be748e556d11597555a67ab939d3f5 authored about 3 years ago
Use rust enums as function parameters (#385)

f8b55c3c028cd97b84cfc43c1f141739370e8961 authored about 3 years ago
dont publish to crates.io for now

Signed-off-by: Andrey Parfenov <[email protected]>

b646816da4d968118ff56d8e4a552aa36e4508de authored about 3 years ago
fixing awscli issue in ci

Signed-off-by: Andrey Parfenov <[email protected]>

a126dea52f3573a9fcd6b5c5974b70e47b32f04f authored about 3 years ago
fixing rust packaging in ci

Signed-off-by: Andrey Parfenov <[email protected]>

fa74e2ef44e5b23275e3ba8cd8dcebb59df40ded authored about 3 years ago
update docs for matlab

Signed-off-by: Andrey Parfenov <[email protected]>

be899518eab494b5ef45513147a7746b4e9d9dff authored about 3 years ago
final steps for rust packaging (#384)

Signed-off-by: Andrey Parfenov <[email protected]>

b320b87644297334a70e6dd0745bdb6b18263d77 authored about 3 years ago
Add eeg metrics example for Rust (#383)

* Add eeg_metrics example for rust

9a77cb3daa2bc87fe321ac935564041cfb9d5bae authored about 3 years ago
update docs

Signed-off-by: Andrey Parfenov <[email protected]>

acf37b25e0595691f258b48dc77ab2419f58472d authored about 3 years ago
check that we dont close handle twice (#381)

Signed-off-by: Andrey Parfenov <[email protected]>

baf16d3d0b8e94a8d8c5adb0f4a70c2f8f4408a9 authored about 3 years ago
Use ndarray as data format and add rw-file example (#377)

* Use ndarray as data format in rust

dea78ebbc4bbab0419c4e1d6583fde24add63e49 authored about 3 years ago
bump julia version

Signed-off-by: Andrey Parfenov <[email protected]>

7ca708e14f21d92d2aba55c9ef1d797e0f7854e5 authored about 3 years ago
Add dyn lib classifier and user defined metrics (#380)

* add dyn lib classifier

Signed-off-by: Andrey Parfenov <[email protected]>

2c2c50a7b5a85d59ef975583a318fd096c3521b7 authored about 3 years ago
fix missed values in board id enum

Signed-off-by: Andrey Parfenov <[email protected]>

5df66928ea35e152f348094bec9be788b621eb2a authored about 3 years ago
bump julia version

Signed-off-by: Andrey Parfenov <[email protected]>

4135c9497a03b16c3c0c49bcb942b3cc9ea36c36 authored about 3 years ago
rm rust from master docs temporary

Signed-off-by: Andrey Parfenov <[email protected]>

99cc8506c2404d14a3ad6e9965eb91beef7b455f authored about 3 years ago
Rust CI and examples (#365)

Add ci pipelines and tests for rust binding

Signed-off-by: Daniel <[email protected]>

Co-authored-...

e5429d3f4828ea33f7ca8c2ba58f515569521ece authored about 3 years ago
docs update for muse wo dongle (#373)

* cleanup docs and update dockerfile

Signed-off-by: Andrey Parfenov <[email protected]>

dd823cc8b97bed747d987a7019c920cbf8230a63 authored about 3 years ago
adding Muse 2 and Muse S devices using native BLE API(no dongle) (#350)

* add SimpleBLE library and Muse wo dongle

Signed-off-by: Andrey Parfenov <[email protected]>

3f341d6ed5245ffe768d8930735d053ff6ea707b authored about 3 years ago
Update ironbci.cpp

67b05bf204cc75bf7db6895d7b89fca1dcc592d8 authored about 3 years ago
try to improve sampling rate for synthetic (#372)

Signed-off-by: Andrey Parfenov <[email protected]>

27d8104a99949306eb1381808ca7d982e64fd2a7 authored about 3 years ago
fix plotting example

Signed-off-by: Andrey Parfenov <[email protected]>

c74810c855347df007f4b792b69333c9c1e1c586 authored about 3 years ago
fix plotting examples

Signed-off-by: Andrey Parfenov <[email protected]>

a1f4dd1e007d06e305f5b974c4b70bb1b144492e authored about 3 years ago
add c-periphery library (#370)

* add c periphery

Signed-off-by: Andrey Parfenov <[email protected]>

80172b02bc41d586ab23bba335c5e76e0d134a03 authored about 3 years ago
update logo (#369)

Signed-off-by: Andrey Parfenov <[email protected]>

616079200cd3b678dba05e843191aad37def83f1 authored about 3 years ago
Update openbci_serial_board.cpp (#367)

Fixed typo

4bac32c9138ca3b0ecd206de942cc551bbaa4808 authored over 3 years ago
Rust Package: fix dynamic link loading (#361)

* update logging names in rust binding, fix lib packaging

3fc5d4fa5f9d76ef1b6e56a80c5ebc4b1ccd7359 authored over 3 years ago
fix the issue with start stop repeat for neuromd boards (#364)

* fix the issue with start stop repeat for neuromd boards

Signed-off-by: Andrey Parfenov <a19...

ef4e4d249e6672c8fb93f1533cb4842f5ca1fb0e authored over 3 years ago
fix naming for logging methods in low-level api (#362)

* fix naming for logging methods in low-level api

Signed-off-by: Andrey Parfenov <a1994ndrey@...

5b8ba8b071777407cd4c49b4979836045f6d2290 authored over 3 years ago
fix deploy.yml

Signed-off-by: Andrey Parfenov <[email protected]>

acfb12790aeb2572748051def9774f2de261b809 authored over 3 years ago
Rust package (#355)

* Initial commit for Rust package

c5b09f3ddde00340996af38f1b532b0e513e77be authored over 3 years ago
fix readmes in bindings (#358)

Signed-off-by: Andrey Parfenov <[email protected]>

7287ded72e49ddae90f3886da895ad5ffbc75e40 authored over 3 years ago
disable c# check from codeql

d4cb5bde93e22a956a2108946184f331beee9ba1 authored over 3 years ago
rm not used or not implemented devices (#352)

* rm not used or not implemented devices

Signed-off-by: Andrey Parfenov <[email protected]>

c2f5c3f34e343aa5c90d7d926fbeedfb5d64d661 authored over 3 years ago
Update issue templates

d2151b96957b92e127ae982290854816cceacd58 authored over 3 years ago
Update issue templates

463bd0bb1414499f651d1b8504074be526a28a41 authored over 3 years ago
fixed most of security warnings (#349)

* fixed most of security warnings

eb4a30a257cc06d093168fbac9c45538e3b6142d authored over 3 years ago
set default for oymotion to false in build.py

Signed-off-by: Andrey Parfenov <[email protected]>

663f1ecf03d378bbf7133dc3a47b8a621e62d15c authored over 3 years ago
fixing ci

Signed-off-by: Andrey Parfenov <[email protected]>

d103874f7683c53e0cd1762a9729beadcba9a7a6 authored over 3 years ago
rename codeql workflow

Signed-off-by: Andrey Parfenov <[email protected]>

f552baa4f0319653e7b262646a7505b0e57ce171 authored over 3 years ago
Create codeql-analysis.yml

b22308282175d102f5f26d74e26221046ae2966a authored over 3 years ago
Update board_controller.h

011f23185337f3300a40097749e6cddec445cda2 authored over 3 years ago
revert last commit

Signed-off-by: Andrey Parfenov <[email protected]>

c7a6d318994e2ea95391b0b2099911e3979553e0 authored over 3 years ago
restore virtual for dynlibboard

Signed-off-by: Andrey Parfenov <[email protected]>

61f09cb644700660038dcc5180f28a70395027ca authored over 3 years ago
Improve const correctness, remove const_cast (#347)

7ae7374a2605876ee0c236b113d7ddf2789ec41d authored over 3 years ago
fix typo

Signed-off-by: Andrey Parfenov <[email protected]>

287f929a4df33b4ac9d2c9c380dc7ad4cf4cf955 authored over 3 years ago
comment out unimplemented boards

Signed-off-by: Andrey Parfenov <[email protected]>

04e387ae5bfc5bf52b0cbbc2f7196b765ca6cd1c authored over 3 years ago
Merge branch 'mentalab'

5a18204137da786aaf0e8b25ee4ce0c858cf574e authored over 3 years ago
update readme

Signed-off-by: Andrey Parfenov <[email protected]>

907a891ab31d04d3c16267d63bdd309a9b359b8d authored over 3 years ago
Update README.md

de957ea8086d456ec7d68da4f72548dc6102de81 authored over 3 years ago
Update README.md

5a7fdae14cca7c3515f250a91e9def344dbccebd authored over 3 years ago
Update README.md

0cd2a5fcc9a10197d0734389d71b183896e56461 authored over 3 years ago
Update README.md

d2bbee84dc5ce90f5be34fd126c3f32a93dc4034 authored over 3 years ago
bump julia version

Signed-off-by: Andrey Parfenov <[email protected]>

4913c900df20a1b4a0e2e5997a6f4142c915e1a0 authored over 3 years ago
update readme

Signed-off-by: Andrey Parfenov <[email protected]>

8e469b222d7fe7bb1aa9f1e575b0b568bf321f55 authored over 3 years ago
Update run_windows.yml

74eb10391f0322733e4f2fdf0cfbd51401f1e4d8 authored over 3 years ago
update docs

Signed-off-by: Andrey Parfenov <[email protected]>

b0bfa7c2d717c0b30e8b7b2051093a6c28d1e23e authored over 3 years ago
add an option to override bt port

Signed-off-by: Andrey Parfenov <[email protected]>

ac320c6da4be68f79c7bb9d20856731ec2b7389d authored over 3 years ago
Merge branch 'master' into mentalab

cf6421f627961ddb7df157c8bb8dcfcc1e5b425e authored over 3 years ago
added get_board_data(int num_datapoints) method (#325)

* added get_board_data(int num_datapoints)

Signed-off-by: Satyam Bhardwaj <stmbhardwaj@gmail....

e96b7fea8414e1e2446c973074c43c5d2d15f75c authored over 3 years ago
Update Partners.rst

55f9d3ea0cb7ee9454de9817e4d6bedb7a42061d authored over 3 years ago
Update Partners.rst

21968308044da6b27eaffbe3ce950d4fbc7005ef authored over 3 years ago
Merge branch 'master' of https://github.com/brainflow-dev/brainflow

a47f19278d231fb881adb3cada444c84ae1ebe19 authored over 3 years ago
update docs

Signed-off-by: Andrey Parfenov <[email protected]>

ccad5714d8aee9f27d1058b97271a75050bce0d5 authored over 3 years ago
update docs

Signed-off-by: Andrey Parfenov <[email protected]>

a3d942eb189918bde0b5c7b9e2460f5a86157e11 authored over 3 years ago
Create CONTRIBUTING.md

407b2357cc61a8cdfc2b163cfd10c2916467100f authored over 3 years ago
Update bug_report.md

04fec9d7b23a16dff298f30713efb19466b4b16a authored over 3 years ago
Update issue templates

76c596b6927189460671cbd887d265b1606807cc authored over 3 years ago
convert char to unsigned

Signed-off-by: Andrey Parfenov <[email protected]>

2404f44cb76634e49861e5e7b6fbef1bc013866b authored over 3 years ago
adding explore devices from mentalab

Signed-off-by: Andrey Parfenov <[email protected]>

4a0e0dce80e7404f30048b3a78f3557fb1b87551 authored over 3 years ago
wip, adding bluetooth lib board

Signed-off-by: Andrey Parfenov <[email protected]>

8e2a0ac077db7e9c217cc1b8c455144be96288b1 authored over 3 years ago
added missing call to get_gyro_channels (#335)

1178bc767eb55819148e8be25592fa24a91868db authored over 3 years ago
Added Live Streaming Example for Enophone (#334)

* Added enophones live streaming example with basic processing

a239fae2fe2cd93456e5b464510bd52c3c40e27e authored over 3 years ago
add catch for Nonetype

Signed-off-by: Andrey Parfenov <[email protected]>

d27a908648a3d6ce792f7cbcbc58ddc714332539 authored over 3 years ago
adding spotify data collection sample

Signed-off-by: Andrey Parfenov <[email protected]>

1753af239d9639ee5973dbc49c61e3ca3b015c6a authored over 3 years ago
fix docs

Signed-off-by: Andrey Parfenov <[email protected]>

2f5bc36d91e4f5b342fabe07ddd27e3f7291c7ab authored over 3 years ago
bump julia version

Signed-off-by: Andrey Parfenov <[email protected]>

c3a2f87834637b0dba9cb4fabc6f67b4732e294b authored over 3 years ago
add support for enophone headphones (#320)

* add enophone

Signed-off-by: Andrey Parfenov <[email protected]>

7e5d3db1b3b2bb53d28fe2535dad67ceaebe990e authored over 3 years ago
add remaining ant boards (#318)

Signed-off-by: Andrey Parfenov <[email protected]>

f353a12f19317ce1fa170934de15d506b83afea9 authored over 3 years ago
Enable optical connection for FreeEEG32 on Windows (#319)

* Enable serial settings for Windows

a34d8d13bccee7f7ce9a1e20f3175fec93964ac7 authored over 3 years ago
fixing ci, add msvc runtime option

Signed-off-by: Andrey Parfenov <[email protected]>

2f13722f2f9939b5781024b39f022300b660602d authored over 3 years ago
Update GameEngines.rst

615fdd5d471ea41a25f9ddbf3731d847d0a70392 authored over 3 years ago
bump julia version

Signed-off-by: Andrey Parfenov <[email protected]>

42e394273decba2c9d974413f9ba0042854bd8b0 authored over 3 years ago
Add support for ANT Neuro devices (#306)

* initial commit for ant neuro devices

Signed-off-by: Andrey Parfenov <[email protected]>

ca4004b2529d133071e87183f13b8d54a76b40a3 authored over 3 years ago
fix build script

Signed-off-by: Andrey Parfenov <[email protected]>

c58cdb9be017fa1892d6103bb7b07d5c2fb38df4 authored over 3 years ago
Merge branch 'master' of https://github.com/brainflow-dev/brainflow

3bc5235730cdfa680ccced9704284cb1d47c102e authored over 3 years ago
fix build script

Signed-off-by: Andrey Parfenov <[email protected]>

ccaae275c449d9a34941ac01caf6d149e57c6eb4 authored over 3 years ago
add gyro data for muse devices (#310)

* add gyro data for muse s

Signed-off-by: Andrey Parfenov <[email protected]>

5ebfc1fc3403d5cd952419be531a7307d24fe82b authored over 3 years ago