Josh Stewart
8e2e3f125b
Convert all tables in code to match the numbering in the ini (Probably has bugs for now)
2018-01-24 12:05:50 +11:00
Josh Stewart
4b5b040615
Merge pull request #110 from Autohome2/can-serial3
...
Can serial3 updates
2017-11-03 00:00:53 +11:00
darren siepka
7d4b90a6a0
fix conflicts
2017-11-02 00:19:57 +00:00
darren siepka
380ffc20b8
update serial3 and canbus related data transfer protocols and naming
2017-11-01 20:17:47 +00:00
Josh Stewart
9d2192d04c
Fix the array (packet) sizes for both the main serial and CAN
2017-11-01 14:55:47 +11:00
autohome2
ef657a08b3
added sendcanValues routine for serial3 and canbus use
2017-10-26 01:43:33 +01:00
Josh Stewart
485affc81e
Cleanup some of the strings to reduce sketch size for Bluepill
2017-10-04 18:02:12 +11:00
Josh Stewart
64ade1a9a6
Fix MISRA violations from branch merge
2017-07-02 22:54:41 +10:00
darren siepka
35dfa6395d
support read values(16channel) from gpio or other external device . other device can also access the speeduino data values(realtime)
...
all via serial3
2017-06-20 02:29:55 +01:00
darren siepka
0296f06438
changes to serial3 protocol and further tidyng with new canserial use
2017-06-13 03:02:50 +01:00
Josh Stewart
60a013655c
MISRA compliant cancomms.ino
2017-05-31 18:57:36 +10:00
darren siepka
bffb4fb72f
r command bug fixes and further multiprocessor can and serial3 support
2017-05-11 00:08:24 +01:00
darren siepka
49a23d9a33
This version is based from the can-serial3 branch which was updated from josh's master on 07/05/2017
...
Before change it compiled at
bytes of 63,444 flash(24%) and 4137 bytes of ram(50%) used
upon pr submission this changed to
bytes of 63,574 flash(25%) and 4155 bytes of ram(50%) used
Changes were to allow the use of the "r" command to access specific data in the realtime list
It contains minor changes to the ini file to link to the help for serial3 and can interface.
also change 0x07 to 0x30(dec48) as discussed on slck with josh for the r command
added teensy and stm32 can references and some specific canwork for teensy3.5
need to use pawelsky flexcan library (https://github.com/pawelsky/FlexCAN_Library )
2017-05-08 23:15:03 +01:00
Josh Stewart
3f099f06f1
Merge branch 'master' into pr/77
...
# Conflicts:
# reference/speeduino.ini
# speeduino/comms.ino
2017-05-02 12:25:51 +10:00
Josh Stewart
4380f8b0d5
Move to TS optimised serial comms model + many minor serial improvements
2017-04-22 23:31:13 +10:00
darren siepka
9bff58a265
added 8ch input over serial3 , displays data in TS live and logs to TS log file.
...
Data format follows j1939 type methods , see protocol doc
2017-04-09 01:17:36 +01:00
Josh Stewart
74137338e5
February dev signature
2017-02-09 09:54:25 +11:00
Josh Stewart
8b4008ce27
Extremely early stm32 work
...
I was bored
2017-02-08 15:40:44 +11:00
Josh Stewart
c555bbc060
Move to PlatformIO for project layout
2017-02-06 20:56:46 +11:00