Gráfico de Commits

  • e633bc293b Merge pull request #54 from aj-ptw/wifi master Jérémy Frey 2017-09-21 17:18:55 +03:00
  • 2ae596a0e2 FIX: Streaming seems to be working well - #51 AJ Keller 2017-09-21 09:56:52 -04:00
  • 056799763f Merge pull request #55 from gianlucagiorgolo/aux-byte-support aux-byte-support Jérémy Frey 2017-09-15 18:16:37 +03:00
  • 8d80edf25a Fixed undefined names issues Gianluca Giorgolo 2017-09-15 17:06:28 +02:00
  • fb54d1a203 ADD: Wifi write function to pass through up to 30 ascii commands to the board at once - #51 AJ Keller 2017-09-13 16:03:06 -04:00
  • ec291ecceb FIX: Streaming json data over wifi - #51 AJ Keller 2017-09-13 15:48:50 -04:00
  • fd41296f2d WIP: Server needs help - #51 AJ Keller 2017-09-13 13:09:26 -04:00
  • a009aee499 WIP: Server AJ Keller 2017-09-13 13:08:49 -04:00
  • f7e44b6133 FIX: Finding wifi shield through network discovery working - getting their IPV4 and names - #51 AJ Keller 2017-09-13 11:36:07 -04:00
  • 0d8bd27e6f FIX: Wifi shield ssdp (shield discovery) now working #51 AJ Keller 2017-09-12 10:36:49 -04:00
  • cb63b619e5 ADD: Wifi shield support #51 AJ Keller 2017-09-09 13:01:36 -04:00
  • 99b0bc0ba2 ADD: Support for aux data packets #50 AJ Keller 2017-09-09 12:56:21 -04:00
  • 455cdb9007 Merge pull request #52 from OpenBCI/ganglion-ble-accel-fix Jérémy Frey 2017-09-09 19:39:32 +03:00
  • 693d9df9a8 FIX: Scale factor for Ganglion over BLE ganglion-ble-accel-fix AJ Keller 2017-09-09 12:30:11 -04:00
  • b410638d36 Update README.md Jérémy Frey 2017-08-23 23:19:41 +03:00
  • ad9c18a06d README: example command for Ganglion, see #47 #36 Jérémy Frey 2017-08-23 23:13:57 +03:00
  • 1af129181e half fix #47 Jérémy Frey 2017-08-23 12:40:59 +03:00
  • 661552e311 Merge pull request #43 from micuat/python3 Jérémy Frey 2017-07-28 00:32:55 +03:00
  • 2be559064a python-osc for python3 micuat 2017-06-18 22:37:43 +00:00
  • b1f96ea206 replace print function for python 3 (except osc) micuat 2017-06-18 22:21:59 +00:00
  • 04db9f0e7b fix pyOSC requirement, close #41 jfrey 2017-06-08 11:57:28 +03:00
  • 83c6d658c8 user.py: mention MAC in help for ganglion, see #39) jfrey 2017-04-20 18:48:59 +02:00
  • c36abb54ad fix 24bits to 32bits conversion, fix #37 jfrey 2017-04-04 11:27:30 +02:00
  • 5e4a60d0c0 README: fix command for setting BLE delays jfrey 2017-03-25 23:57:08 +01:00
  • 0932249ef5 Readme: readibility jfrey 2017-03-03 02:19:29 +01:00
  • 881d2c01cd ganglion: reduce timeou jfrey 2017-03-03 01:54:04 +01:00
  • f942fd97b6 Handling impedance at user interface jfrey 2017-03-03 01:43:53 +01:00
  • f6e5e82cd6 ganglion: parsing impedance jfrey 2017-03-03 01:19:33 +01:00
  • 9fb9bfeed4 plugin: fix print for impedance jfrey 2017-03-03 01:18:53 +01:00
  • a8c8326128 ganglion: working on impedance jfrey 2017-03-03 00:43:25 +01:00
  • 64999d362f Stub for some support of impedance check. jfrey 2017-03-03 00:28:50 +01:00
  • 4acfbf8780 ganglion: functions to set test signal and channel jfrey 2017-03-03 00:03:44 +01:00
  • 443f9f20b4 ganglion: better handling incoming ascii jfrey 2017-03-02 22:44:05 +01:00
  • a0e91dd997 ganglion: waiting for incoming ASCII messages jfrey 2017-03-02 22:40:24 +01:00
  • 816f342fd4 ganglion: switch for aux jfrey 2017-03-02 21:53:21 +01:00
  • e4037a0aa6 ganglion: better handling of ID in output samples jfrey 2017-03-02 21:13:23 +01:00
  • 86d4bddf66 ganglion: scaling output jfrey 2017-03-02 19:23:52 +01:00
  • 0f1be18614 ganglion: support 18bit+accelerometer mode jfrey 2017-03-02 19:00:18 +01:00
  • 7fef066299 Note about BLE latency, see IanHarvey/bluepy#117 jfrey 2017-03-02 17:07:14 +01:00
  • b457e2cbc8 ganglion: better detect if disconnects, timeout 1s jfrey 2017-03-02 01:04:17 +01:00
  • 29b997609f ganglion: cleanup + sampling rate fix jfrey 2017-03-01 23:57:29 +01:00
  • 6f87135858 ganglion: finish integration to user.py jfrey 2017-03-01 23:56:14 +01:00
  • bbf2e8f16a ganglion: fix API to integrate it to user.py, docs jfrey 2017-03-01 23:24:25 +01:00
  • 24c10da4ad ganglion: fix decompress of negative numbers jfrey 2017-03-01 22:57:58 +01:00
  • 8339f2cfa3 ganglion: fix bug with bit shift in decompression jfrey 2017-03-01 22:19:40 +01:00
  • 75d4239746 ganglion: takes into account deltas jfrey 2017-03-01 20:48:23 +01:00
  • 7c82229823 ganglion: implementing 19bit decompression jfrey 2017-02-28 22:46:43 +01:00
  • 7b32d872dd Convert uncompress. jfrey 2017-02-28 21:51:39 +01:00
  • a7836a3b3f ganglion: better handling broken pipe jfrey 2017-02-28 20:45:52 +01:00
  • 7680f93f30 ganglion: deco/reco jfrey 2017-02-28 20:28:50 +01:00
  • eddcd69648 ganglion: handling packets dropped jfrey 2017-02-28 19:58:42 +01:00
  • e4bc128bd7 v3 api: fix example jfrey 2017-02-28 19:45:13 +01:00
  • 5809084f32 ganglion: mechanisms to reco drop data or timeout jfrey 2017-02-28 18:26:44 +01:00
  • 1f0697ea81 ganglion: start to process notifies data jfrey 2017-02-28 17:46:59 +01:00
  • dddb8fa0eb ganglion: turning on notifications. jfrey 2017-02-28 17:12:36 +01:00
  • 50dd42d87d ganglion: fix for python3 jfrey 2017-02-27 21:29:24 +01:00
  • 07b16c7048 ganglion: starting to read stuff jfrey 2017-02-26 03:03:16 +01:00
  • b88239e3c5 Fix doc for v3 jfrey 2017-02-26 01:59:29 +01:00
  • 41d473ecbd ganglion: connect and get characteristics jfrey 2017-02-26 01:51:40 +01:00
  • f6bafc9897 ganglion: detecting MAC address jfrey 2017-02-25 23:48:03 +01:00
  • 36cfb50bc1 importing bluepy jfrey 2017-02-25 22:45:51 +01:00
  • 49acb331b0 Starting to create stub API for Ganglion. jfrey 2017-02-25 21:49:05 +01:00
  • 50b515398b user.py: no more direct access to serial port jfrey 2017-02-25 21:03:01 +01:00
  • 8955dc42de Fixing decoding issues, closes #24 jfrey 2017-02-25 18:25:12 +01:00
  • 1fcce1d940 Explicit logging level, fixes #23 jfrey 2017-02-25 18:15:29 +01:00
  • a4e0e2af41 AUTO port by default, more informative help. jfrey 2017-02-25 18:13:38 +01:00
  • ac68b20577 Fix print() formatting for concatenation. jfrey 2017-02-25 17:46:09 +01:00
  • d819eda510 Fix formatting for plugins list. jfrey 2017-02-25 17:24:08 +01:00
  • a36aec5b68 Merge pull request #32 from yarikoptic/enh-plugins-path Jérémy Frey 2017-02-25 16:41:21 +01:00
  • 30a396c62c Merge pull request #35 from yufengwng/connection Jérémy Frey 2017-02-25 16:37:04 +01:00
  • b752d15c9d Merge pull request #33 from Frederik-D-Weber/patch-1 Jérémy Frey 2017-02-25 16:35:07 +01:00
  • 9ad6b57501 stop connection timer when no longer streaming Yufeng Wang 2017-02-23 13:20:03 -05:00
  • a9b9309175 fix for correct sample ids (0-255)! Frederik-D-Weber 2016-12-29 21:14:20 +01:00
  • 8d3f639250 ENH: --plugins-path option for user.py to specify path to custom plugins + throw error if unknown board Yaroslav Halchenko 2016-11-21 16:54:04 -05:00
  • 28d6c234cc fixed function call within print_register_settings Gabriel Ibagon 2016-08-08 11:37:43 -04:00
  • c5c490c2ef increased wait time during openbci_id Gabriel Ibagon 2016-07-20 17:45:24 -04:00
  • bd80aec765 Merge pull request #27 from OpenBCI/iss26 cfausn 2016-07-20 13:32:00 -04:00
  • 85e24d1f4e fixed duplicate function gabrielibagon 2016-07-20 13:28:55 -04:00
  • 5b5aacb825 now checks specifically for openbci serial ports gabrielibagon 2016-07-20 13:24:38 -04:00
  • 64ba468aaa Merge pull request #29 from OpenBCI/python3_dev cfausn 2016-07-20 11:53:34 -04:00
  • d0781c43c6 improved python3 compatability gabrielibagon 2016-07-20 11:48:09 -04:00
  • bf13b64673 fixed error messaging gabriel.ibagon 2016-07-01 11:53:41 -04:00
  • afa52f1fb2 fixed code formatting gabriel.ibagon 2016-07-01 11:39:36 -04:00
  • d7e257f84a iss26 fix. automatic port detection gabriel.ibagon 2016-07-01 11:27:32 -04:00
  • 65cb3f5141 Update README.md gabrielibagon 2016-02-23 21:00:10 -05:00
  • ac5cff3ae6 Update open_bci_v3.py Tao Lin 2016-01-29 12:44:48 -05:00
  • f619b09848 Compatible with both python 2.7 and 3.4 Tao Lin 2016-01-29 12:43:37 -05:00
  • 35a37a8b88 ENH v4 was used for ganglion board testing. name changed to reflect this and avoid confusion teonlamont 2015-11-13 15:37:42 -05:00
  • 07544c2df2 Update README.md Rodrigo Ceballos 2015-11-09 01:25:34 +04:00
  • 179d6ddf3f Merge pull request #21 from timka/patch-1 Rodrigo Ceballos 2015-11-09 01:20:12 +04:00
  • d99c8a3c43 Fix logging issue Timur 2015-11-08 21:33:52 +03:00
  • aad1f130b2 Merge pull request #19 from teonlamont/mne Teon L Brooks 2015-11-06 13:09:54 -05:00
  • 99eec5bd45 ADD ext module for MNE compatibility teonlamont 2015-11-06 11:39:52 -05:00
  • ce898c49a8 Create LICENSE Joel Murphy 2015-11-01 12:20:50 -05:00
  • 2a259822dc Fix one last regression from 49b3727, close #18 jfrey 2015-10-19 15:38:02 -04:00
  • f0f2b537b4 Parameters: fix regression introduced by 49b3727 jfrey 2015-10-13 15:01:42 -04:00
  • 3fe7eb3a3c Merge pull request #16 from chipaudette/master Rodrigo Ceballos 2015-08-10 00:25:17 -04:00
  • 49b372765d Altered whitespace to all tabs to better compile on Chip's machine Chip Audette 2015-08-09 22:50:46 -04:00
  • aec3d047e0 Moved self.log to make run on Chip's installation Chip Audette 2015-08-09 22:50:17 -04:00
  • fae6eaea11 Merge pull request #1 from OpenBCI/master Chip Audette 2015-08-09 17:07:07 -04:00