Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
SUFST-Arduino-Firmware
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SUFST
SUFST-Arduino-Firmware
Commits
Commits · f4972798ebb49424eb3f5ced97339e486261d88c
f4972798ebb49424eb3f5ced97339e486261d88c
Select Git revision
Selected
f4972798ebb49424eb3f5ced97339e486261d88c
Branches
3
master
default
protected
nrs1g15-experiemental
Integrated-can-sd-board
4 results
sufst-arduino-firmware
Author
Search by author
Any Author
authors
aar1g17
aar1g17
ag3u17
ag3u17
aias1g18
aias1g18
ajm2g17
ajm2g17
al2u18
al2u18
Andrew Taylor
at1g18
aps1g17
aps1g17
bc1u17
bc1u17
brl1u18
brl1u18
chr1g17
chr1g17
dsj1n18
dsj1n18
jcb1g17
jcb1g17
jgr1g14
jgr1g14
jks1n18
jks1n18
jrja1g17
jrja1g17
kd1g18
kd1g18
kgm1g17
kgm1g17
lers1n15
lers1n15
mms2n18
mms2n18
mnmn1g17
mnmn1g17
20 authors
Browse files
Jul 24, 2019
Properly serialized the data before transmission
· f4972798
nrs1g15
authored
5 years ago
f4972798
Lastest tested with car rpm and water temp
· db2bf9a1
nrs1g15
authored
5 years ago
db2bf9a1
Jul 23, 2019
Initial commit of tested dash control for both the dash arduino and the main...
· 1587c409
nrs1g15
authored
5 years ago
1587c409
Jul 21, 2019
tested for about 10 mins at 4800 Kbytes per second which is 12 ecu sensors and was stable
· a0432033
nrs1g15
authored
5 years ago
a0432033
Fixed full issue
· 20a00308
nrs1g15
authored
5 years ago
20a00308
removed todo
· 55a0cd12
nrs1g15
authored
5 years ago
55a0cd12
Managed to get it stable at 6400Kbytes per second which is enough for 16 ecu sensors at once
· b576d234
nrs1g15
authored
5 years ago
b576d234
Added implementation for ease of use saving to sd card ecu parameters in the...
· 678dca50
nrs1g15
authored
5 years ago
678dca50
Added new timestamp field to can messages to allow for timestamping data, this...
· bd95e51d
nrs1g15
authored
5 years ago
bd95e51d
Jul 20, 2019
Cant for the life of me work out why about 3000 Kbytes per second is a hard...
· 75bf208e
nrs1g15
authored
5 years ago
75bf208e
Working implementation seems error free up to about 2Kbytes per second then it...
· 32c48f09
nrs1g15
authored
5 years ago
32c48f09
Jul 19, 2019
Working implementation tested working up to 3kbytes per second without errors
· 94718d11
nrs1g15
authored
5 years ago
94718d11
Streamlined controller tranmissions so it can steam an arbitary amount of bytes each transaction
· e329c7f3
nrs1g15
authored
5 years ago
e329c7f3
Fixed cir buffers but need to redo the data streaming interface
· 185f0ba4
nrs1g15
authored
5 years ago
185f0ba4
Pretty stable implementation at 2000 KBps but there is a tiny amount of errors...
· d17f7990
nrs1g15
authored
5 years ago
d17f7990
Jul 18, 2019
more optimizations and bug finding@
· 8c2ffcc8
nrs1g15
authored
5 years ago
8c2ffcc8
Started to convert code to more function pointer based and updated circular...
· 8230b6f2
nrs1g15
authored
5 years ago
8230b6f2
Jul 17, 2019
Added uart time out resetting to checking for start byte and sending info back to master
· 5420ad09
nrs1g15
authored
5 years ago
5420ad09
MUCH better working and faster data logging with pure function pointers and state machines
· b26fa61c
nrs1g15
authored
5 years ago
b26fa61c
Jul 16, 2019
nice
· ec6317f9
nrs1g15
authored
5 years ago
ec6317f9
Jul 15, 2019
Tested with buad rate 9600 and openlogger side works perfectly
· d2d7b99e
nrs1g15
authored
5 years ago
d2d7b99e
Seems to be working bidirectional uart between controller and openlogger for...
· a0be0402
nrs1g15
authored
5 years ago
a0be0402
wrong equality
· 86e943a7
nrs1g15
authored
5 years ago
86e943a7
wrong equality
· beb6cd56
nrs1g15
authored
5 years ago
beb6cd56
Merge branch 'master' of
https://git.soton.ac.uk/SUFST/sufst-arduino-firmware
· d96dc964
nrs1g15
authored
5 years ago
d96dc964
Removed left over statics from ecu functions
· ce5f3356
nrs1g15
authored
5 years ago
ce5f3356
Update circularBuffer.cpp
· bfd747a7
nrs1g15
authored
5 years ago
bfd747a7
Merge branch 'master' of
https://git.soton.ac.uk/SUFST/sufst-arduino-firmware
· 79cd9c56
nrs1g15
authored
5 years ago
79cd9c56
Added can to the open logger controller and updated all circular buffers to...
· 128f7f4e
nrs1g15
authored
5 years ago
128f7f4e
Update openLogger.cpp
· 193bbf32
nrs1g15
authored
5 years ago
193bbf32
Update circularBuffer.cpp
· 07ae0e31
nrs1g15
authored
5 years ago
07ae0e31
Update openLogger.cpp
· 1b14bf2b
nrs1g15
authored
5 years ago
1b14bf2b
Update openLogger.cpp
· 353586e0
nrs1g15
authored
5 years ago
353586e0
Added Serial parsing to control open logger state from a host and fixed...
· cfe68c00
nrs1g15
authored
5 years ago
cfe68c00
Jul 14, 2019
Changed Serial to Serial1
· cf4b3454
nrs1g15
authored
5 years ago
cf4b3454
More mistakes fixed
· 958fc27a
nrs1g15
authored
5 years ago
958fc27a
Mistake in openloggerProessUartTx
· 5dcd2815
nrs1g15
authored
5 years ago
5dcd2815
Added serial begin and defines woops slightly important
· dde8f3b6
nrs1g15
authored
5 years ago
dde8f3b6
Added initial commit of untested works of the open logger being sent data to...
· 8c50ecdb
nrs1g15
authored
5 years ago
8c50ecdb
Jul 13, 2019
Added scotts code
· 2bb3bfff
nrs1g15
authored
5 years ago
2bb3bfff
Loading