258 Commits

Autor SHA1 Mensagem Data
AJ Keller a59623e329 ADD: Firmware version reporting v3.1.0 2017-10-16 09:55:28 -04:00
AJ Keller 63fcdf2cd6 Update OpenBCI_32bit_Library_Definitions.h 2017-10-16 09:53:42 -04:00
AJ Keller a690b7f9e4 Update OpenBCI_32bit_Library.cpp 2017-10-16 09:53:10 -04:00
AJ Keller f872250748 Merge pull request #77 from aj-ptw/fix-daisy-sr
Fix daisy sr
2017-10-16 09:50:27 -04:00
AJ Keller 254d2d772e FIX: Daisy sample rate was not being set 2017-10-16 09:45:05 -04:00
AJ Keller 725d2d887b FIX: now streaming even faster 2017-09-13 07:56:37 -04:00
AJ Keller 7641136c4b FIX: remove inter send delay for BLE 2017-09-12 17:19:01 -04:00
AJ Keller 3aaf97d8db FIX: BLE seems to be working 2017-09-12 16:58:10 -04:00
AJ Keller 01a663319f WIP: BLE code 2017-09-12 09:25:52 -04:00
AJ Keller 3bceb9977a WIP: BLE code 2017-09-09 12:08:44 -04:00
AJ Keller dba8c87b2c FIX: BLE packets 2017-09-08 11:08:33 -04:00
AJ Keller 68fd3e1bc3 FIX: BLE Counter 2017-09-08 10:26:56 -04:00
AJ Keller d50af04542 Merge pull request #75 from aj-ptw/master
FIX: can stream rfduino data without having to take your wifi shield …
2017-09-06 10:05:12 -04:00
AJ Keller 83655084b6 CHORE: Bump library.properties version 2017-09-06 10:04:48 -04:00
AJ Keller e6ecd3b087 FIX: can stream rfduino data without having to take your wifi shield off of cyton just because the command to start streaming came from serial port 2017-09-06 10:03:15 -04:00
AJ Keller 7e5c3e03a8 Merge pull request #73 from aj-ptw/dev-3.0.0
Dev 3.0.0
v3.0.0
2017-09-01 23:07:15 -04:00
AJ Keller fb69815bf7 Bump version to 3.0.0 and add to changelog.md 2017-09-01 23:04:47 -04:00
AJ Keller 43efb00b01 ADD: BLE example 2017-09-01 16:08:38 -04:00
AJ Keller b863fe2b9d FIX: BLE now working with downsampled 2017-09-01 16:06:10 -04:00
AJ Keller e4212ce0d2 Merge branch 'dev-3.0.0' of https://github.com/aj-ptw/OpenBCI_32bit_Library into dev-3.0.0 2017-08-30 14:24:29 -04:00
AJ Keller f091cf62d0 FIX: BLE mode to downsample and change sample rate to 9600 2017-08-30 14:24:09 -04:00
AJ Keller ff963a6ee2 Merge pull request #3 from gerrievanzyl/patch-1
Typo in the comments
2017-08-30 10:49:54 -04:00
gerrievanzyl 6532bc1362 Typo in the comments 2017-08-30 10:33:09 -04:00
AJ Keller 896acc772b FIX: Update version numbers and changelog.md 2017-08-29 14:23:56 -04:00
AJ Keller 12766b1b2c FIX: Board mode marker never actually launched a multi char situation 2017-08-29 14:20:28 -04:00
AJ Keller bbea2f0fea FIX: multi-char commands 2017-08-29 13:57:08 -04:00
AJ Keller f1dcb503eb FIX: Now compiling 2017-08-29 13:28:40 -04:00
AJ Keller 5bcf64ba9d FIX: Merge in new board mode marker 2017-08-29 13:01:48 -04:00
AJ Keller 5d770d35a8 Merge pull request #2 from gerrievanzyl/dev-3.0.0
Added new board mode
2017-08-29 12:09:36 -04:00
gerrievanzyl 1156b3d15d Added new board mode 2017-08-29 11:52:12 -04:00
AJ Keller f34e095095 Merge pull request #1 from gerrievanzyl/insert-markers-via-serial
Insert markers via serial and new multi char serial timing
2017-08-29 11:19:15 -04:00
Gerrie van Zyl cbc90760bb formatting 2017-08-29 11:14:18 -04:00
AJ Keller 1e9f3ac0a1 ADD: BLE board mode for making smaller packets 2017-08-29 09:39:17 -04:00
Gerrie van Zyl 7f17332b8c changes to boards files 2017-08-29 08:37:12 -04:00
Gerrie van Zyl 4d5efccdd9 spaces 2017-08-29 08:21:25 -04:00
Gerrie van Zyl 398932064d Added User feedback on multi char timeout and formatting
Added User feedback on multi char timeout and formatting
2017-08-29 08:18:58 -04:00
Gerrie van Zyl c72225c8d5 Formatting
Removed extra line
2017-08-28 19:11:52 -04:00
Gerrie van Zyl b3a6e92dfd Changes to bring the code up to formatting standards
Various formatting
Clarity changed BOARD_MODE_DUMMY to BOARD_MODE_END_OF_MODES
2017-08-28 17:02:12 -04:00
Gerrie van Zyl 1c39c08374 fixed processIncommingBoardMode to accommodate BOARD_MODE_MARKER
fixed processIncommingBoardMode to accommodate BOARD_MODE_MARKER by
introducing BOARD_MODE_DUMMY end mode
2017-08-28 14:44:58 -04:00
Gerrie van Zyl 0684d2fb4a Insert serial markers and update to multi char timing
1. Serial markers:
- for the following functionality to work the board must be put into
“BOARD_MODE_MARKER” mode (‘/4’).  This mode turns accel mode to
ACCEL_MODE_OFF to allow data to be sent in the auxData[0] Channel
- if the board receives ‘`n’ (where n = ‘0’:’9’) on any of the serial
or wifi streams it will insert the associated integer value 0:9 into
the auxData[0]  channel

2. Revised timeout for multi char commands sent over the serial channel.

The Marker Mode and the revised timeouts have been tested and work.
2017-08-28 14:34:44 -04:00
Gerrie van Zyl b839f5bf32 Insert markers and new multi char timing
This code does two things:
- allows for markers to be received over serial and inserts these
markers into the SD and serial data streams
- introduces a slightly different timing mechanism for multi char
serial commands
2017-08-28 13:59:00 -04:00
AJ Keller 9136c490d6 FIX: Bug where sending register settings with took too long or was corupted 2017-08-27 14:32:41 -04:00
AJ Keller 9cd6c054b4 FIX: Board wrote to Serial0 even if command came from wifi 2017-08-24 09:36:37 -04:00
AJ Keller 9d232886cf FIX: #69 timeout and potential bad channel settings 2017-08-22 08:56:31 -05:00
AJ Keller 0c9d796d98 FIX: Error with internal function prevented debug working when calling beginBoardDebug with void arg 2017-08-21 13:49:40 -05:00
AJ Keller a6f77e96e7 ADD: msg to wifi when stopping and starting streaming 2017-08-12 18:25:55 -04:00
AJ Keller 1ca98b4c4b FIX: library.properties with version bump 2017-08-11 12:39:13 -04:00
AJ Keller b139e44c40 FIX: library.properties 2017-08-11 12:38:04 -04:00
AJ Keller fe127aeb32 Bump version 2017-08-10 17:23:34 -04:00
AJ Keller c1760d44dc Updated library.properties file for arduino library manager 2017-08-10 17:21:00 -04:00