Skip to content

Yet another CAN Hacker implementation

Notifications You must be signed in to change notification settings

esaulenka/SCan_fw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SCan

Yet another CAN Hacker implementation based on Sigma 10 hardware.

Supports:

  • 2 CAN channels
  • native USB (without packet loss)
  • 'russian can-hacker' protocol (extended compared with original lawicel)

Board pinout

Debugger should be soldered to test points:
pinout

Look at Pins.h for other connections

Building

Use QtCreator with arm-none-eabi-gcc compiler. Can be flashed through STM's DFU utilities.

To start, you need to flash the DFU loader via st-link/j-ling etc.

PC side

Now you can use http://canhacker.ru/ utility. A more advanced shell is planned for further development.