Commit Graph
74 Commits
Author SHA1 Message Date
turmary 39d55dc608 Update: all FD example works 2021-01-21 13:52:46 +08:00
turmary 92597cb97d Fix from: example receive_interruptFD compiling fail 2021-01-18 17:28:59 +08:00
turmary efad5bb364 Add: more comments about CANFD examples 2021-01-15 19:15:49 +08:00
turmary 544d2c8eeb Add: a baudrate compatible argument to MCP2518FD CAN.begin() 2021-01-15 11:32:22 +08:00
Gudni 1fc462f2b2 - Use Hardware Serial in CAN-monitor example 2021-01-06 12:35:20 +00:00
turmaryandBaozhu Zuo 3a35904217 Move: can-serial source to example directory 2021-01-04 09:00:15 +08:00
turmaryandBaozhu Zuo 4577e4fa7b Move: can-serial compiled pass again 2021-01-04 09:00:15 +08:00
turmary d8ecb0ddcc Move: close DEBUG message to reduce Flash or RAM usage 2020-12-28 22:38:28 +08:00
turmary 6ad2ba8c4b Move: reduce const string (RAM used on AVR-GCC platform) in examples 2020-12-28 20:52:22 +08:00
turmary dad91a1dba Move: SERIAL to SERIAL_PORT_MONITOR in examples 2020-12-28 20:50:49 +08:00
turmary cf1fbfaddf Add: example to receive all frames and print all fields id/type/data 2020-12-27 14:03:50 +08:00
turmary 06cf5a136d Add: random packets generator example 2020-12-27 13:01:40 +08:00
turmary fc04762c9e Fix: make all examples sequence proper 2020-12-25 15:52:28 +08:00
turmary 4e171d138e Fix: make send example sequence proper 2020-12-21 21:01:14 +08:00
Anson HeandBaozhu Zuo 8c8500aa8c Added Self send and receive + FD examples 2020-12-10 17:10:14 +08:00
Anson HeandBaozhu Zuo c11356b4e5 Clear up Arduino examples for all Arduino boards 2020-12-10 17:10:14 +08:00
Baozhu Zuo 0838960cdd add canbus monitor exmaple,compiled 2020-12-10 17:10:14 +08:00
Baozhu Zuo 0a1883947a change to arduino recomanded dir structure 2020-12-10 17:10:14 +08:00
Baozhu Zuo a899ff745b Add CAN BUS Serial monitor example 2020-12-10 17:10:14 +08:00
wangcoolcandBaozhu Zuo bfc70f2099 Modified put the receive interrupt before begin 2020-12-10 17:10:14 +08:00
wangcoolcandBaozhu Zuo 576e6c9548 Modified mcp2515 send sleep example 2020-12-10 17:10:14 +08:00
wangcoolcandBaozhu Zuo 1007209ac4 Modified mcp2515 send Blink ROS example 2020-12-10 17:10:14 +08:00
wangcoolcandBaozhu Zuo 41b900754c Modified canbus send Blink example 2020-12-10 17:10:14 +08:00
wangcoolcandBaozhu Zuo 2ef6a99dd2 Modified canbus send example 2020-12-10 17:10:14 +08:00
wangcoolcandBaozhu Zuo bc014ccbd8 Modified canbus rece SD example 2020-12-10 17:10:14 +08:00
wangcoolcandBaozhu Zuo 68da38c24b Modified canbus receive check example 2020-12-10 17:10:14 +08:00
wangcoolcandBaozhu Zuo 81ecabba1c Modified canbus receive blink example 2020-12-10 17:10:14 +08:00
wangcoolcandBaozhu Zuo c72a842c31 Modified canbus send and receive example 2020-12-10 17:10:14 +08:00
wangcoolcandBaozhu Zuo a827db4891 Add canbus FD send example 2020-12-10 17:10:14 +08:00
wangcoolcandBaozhu Zuo d310e299c6 Add canbus FD receive interrupt example 2020-12-10 17:10:14 +08:00
wangcoolcandBaozhu Zuo a1dbce2513 Complete canbus set_mask_filter_send example 2020-12-10 17:10:14 +08:00
wangcoolcandBaozhu Zuo e2d0f87918 Complete canbus set_mask_filter_recv example 2020-12-10 17:10:14 +08:00
wangcoolcandBaozhu Zuo d50624c15a Complete canbus OBDII_PIDS example 2020-12-10 17:10:14 +08:00
wangcoolcandBaozhu Zuo da74297193 Complete mcp2515 canbus reveive sleep example 2020-12-10 17:10:14 +08:00
wangcoolcandBaozhu Zuo 1a927343eb Complete canbus gpio write example 2020-12-10 17:10:14 +08:00
wangcoolcandBaozhu Zuo 391a4891b0 Complete canbus send example 2020-12-10 17:10:14 +08:00
wangcoolcandBaozhu Zuo 6e9112c4f1 Complete can bus receive interrupt example 2020-12-10 17:10:14 +08:00
wangcoolcandBaozhu Zuo 7eda1c5315 Complete canbus gpio read example 2020-12-10 17:10:14 +08:00
Baozhu ZuoandBaozhu Zuo edaba2d87e Merge branch 'mbaum0193-master' 2020-05-12 17:21:50 +08:00
Baozhu Zuo dc03e48b66 Avr dedicated header file, should be specified. 2020-03-30 10:14:04 +08:00
Baozhu Zuo 7d30ccccc8 Pretty printed the Arduino code with astyle 2020-02-03 15:00:22 +08:00
Daniel SurizonandBaozhu Zuo 7d41ceb28a More recomended way to use attachInterrupt 2019-10-08 09:43:26 +08:00
nickandBaozhu Zuo 1935258e58 required change for compatibility with Leonardo and probably other boards 2019-08-13 09:16:27 +08:00
nickandBaozhu Zuo 34de82b7ec required change for compatibility with Leonardo and probably other boards 2019-08-13 09:16:27 +08:00
zhengxing LuandBaozhu Zuo 81a975210b add samd compatibility 2019-08-08 13:48:23 +08:00
kaixxx 19203a365d Add sleep and gpio support + examples
Added sleep support for MCP2515 + MCP2551. This way, you can reduce the power consumption of a complete node down to around 240uA!
Changes:
- Reintroduced gpio support from commits 43521de/bac66d1 (adlerweb, 15/01/2018) and corrected the errors
- Introduced advanced sleep support based on https://github.com/coryjfowler/MCP_CAN_lib/pull/10/files
- added example code (receive_sleep and send_sleep)
- tested everything
2019-01-07 15:37:30 +01:00
Neil Bajorin d7ce9e6779 Always store CAN IDs as unsigned long.
Explicitly show that the CAN ID is printed in HEX.
2018-05-17 13:08:27 -04:00
Neil Bajorin cefe36904e Update comments. 2018-05-17 12:57:25 -04:00
Florian Knodt 15c6bfb80a Allow to use status pins as regular GPIO 2018-01-14 00:41:57 +01:00
loovee 8ff75c35ea add OBDII PIDs example 2017-06-27 17:16:25 +08:00