AJ Keller
a690b7f9e4
Update OpenBCI_32bit_Library.cpp
2017-10-16 09:53:10 -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
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
fb69815bf7
Bump version to 3.0.0 and add to changelog.md
2017-09-01 23:04:47 -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
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
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
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
d93670acb2
Send gains after connecting to wifi shield
2017-07-13 10:27:34 -04:00
AJ Keller
1645d6a07a
More stablilization
2017-07-06 01:02:23 -04:00
AJ Keller
1d658784d7
Fix numerous examples
2017-07-05 16:09:17 -04:00
AJ Keller
f9a3532319
Saving
2017-06-29 20:18:32 -04:00
AJ Keller
a8c1563588
Removed wifi into it's own library
2017-06-29 15:06:54 -04:00
AJ Keller
754a6ba37d
Fix seeking wifi serial0 print out
2017-06-28 23:13:22 -04:00
AJ Keller
cb4a1f95e1
Add output for test signals
2017-06-26 21:09:04 -04:00
AJ Keller
89cdb5f7b2
Saving
2017-06-20 11:49:42 -04:00
AJ Keller
f53e9ae611
Finializing
2017-06-16 21:47:20 -04:00
AJ Keller
e7792abf4b
Wrapping up 3.0.0 first release candidate
2017-06-16 21:37:00 -04:00
AJ Keller
0e44ada17e
Streaming working well fixed buf where chars were sent to process char from spi without wifi sending it
2017-06-16 16:49:59 -04:00
AJ Keller
77d9c6c448
Renamed example files, working on upgrade guide
2017-06-16 13:47:53 -04:00
AJ Keller
000c3bb19b
Wifi gain setting done
2017-06-15 19:23:44 -04:00
AJ Keller
907cf608f1
Add gain packet sending to wifi before starting each stream
2017-06-15 09:55:54 -04:00
AJ Keller
654761044a
Pass through commands starting to work well
2017-06-14 17:16:37 -04:00
AJ Keller
84e2a55972
Duplex multi char message passing working with wifi
2017-06-14 14:01:08 -04:00
AJ Keller
b12ca5c8d3
Commands are starting to flow through the esp to pic and back
2017-06-14 01:04:28 -04:00