Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
projects:can-can [2014/12/19 09:38]
darron
projects:can-can [2022/12/07 23:19] (current)
darron [Documentation]
Line 2: Line 2:
 <wrap right> <wrap right>
 {{:projects:humble-can-prototype.jpg?200}} {{:projects:humble-can-prototype.jpg?200}}
 +\\ \\
 +{{:projects:pcb.jpg?200}}
 </wrap> </wrap>
  
 The Can-can CAN bus interface is a simple but general purpose interface The Can-can CAN bus interface is a simple but general purpose interface
-for the Raspberry Pi and OpenWRT. +for the [[:boards:rpi|Raspberry Pi]] and OpenWRT. 
  
 The interface has two modes of operation. The interface has two modes of operation.
Line 21: Line 23:
  
 In this mode, the Can-can interface is a dedicated CAN bus device in In this mode, the Can-can interface is a dedicated CAN bus device in
-it'own right. This is placed on the bus to perform special purpose+its own right. This is placed on the bus to perform special purpose
 duties such as taking measurements and logging events etc. duties such as taking measurements and logging events etc.
  
 In this mode a host mode device is also required for communication. In this mode a host mode device is also required for communication.
  
-==== Credits and Thanks ====+=== Licence === 
 + 
 +The Can-can bus interface project is licensed under the [[:projects:can-can:licence|CC BY-NC-SA 4.0]]. You must read and accept the terms of this licence agreement before using any of the licensed materials from this project. 
 + 
 +=== Credits and Thanks === 
 + 
 +Can-can is developed and maintained by Darron M Broad.
  
 Host mode was inspired by Gerhard Bertelsmann's easy-can Host mode was inspired by Gerhard Bertelsmann's easy-can
-interface which this implementation was designed to realise.+interface which this project has realised. 
 + 
 +=== Documentation === 
 + 
 +Documentation will appear here soon. 
 + 
 + 
 +=== Resources ===
  
 +[[https://ww1.microchip.com/downloads/en/DeviceDoc/20005167C.pdf|MCP2561/2 datasheet]]