Skip to content
/ M5CAN Public

CAN communication software using M5Stack and COMMU module.

License

Notifications You must be signed in to change notification settings

aho1go/M5CAN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

M5CAN

This software is CAN communication software using M5Stack and COMMU module.

The following libraries are used:

https://github.com/coryjfowler/MCP_CAN_lib

If DEBUG_MODE of mcp_can_dfs.h is 1, please set it to 0.

mcp_can_dfs.h:
    #define DEBUG_MODE 1 -> 0

Use SocketCAN(can-utils) - Linux

$ sudo socat pty,link=/dev/vmodem0,raw,echo=0,cr tcp:192.168.4.1:23&
$ sudo slcand -o -c -s6 -S2000000 /dev/vmodem0 can0
$ sudo ifconfig can0 up
$ cansend can0 111#1122
$ candump can0

About

CAN communication software using M5Stack and COMMU module.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published