https://github.com/eeyribas/pic-canbus-comm
Contains an application of CAN-Bus communication with a PIC microcontroller. The PIC microcontroller uses MCP2515 and MCP2551 integrated circuits for CAN-Bus communication.
https://github.com/eeyribas/pic-canbus-comm
18f4550 18f458 c-language c-programming-language can-bus can-bus-communication canbus-communication canbus-messages canbus-shield datasheet example mcp2515 mcp2551 pic pic-c-compiler pic-mcu pic-microcontroller pic18f4550 pic18f4580 sender-reciever
Last synced: about 1 month ago
JSON representation
Contains an application of CAN-Bus communication with a PIC microcontroller. The PIC microcontroller uses MCP2515 and MCP2551 integrated circuits for CAN-Bus communication.
- Host: GitHub
- URL: https://github.com/eeyribas/pic-canbus-comm
- Owner: eeyribas
- Created: 2024-06-02T13:58:01.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2025-03-11T21:26:26.000Z (about 1 month ago)
- Last Synced: 2025-03-11T22:27:03.835Z (about 1 month ago)
- Topics: 18f4550, 18f458, c-language, c-programming-language, can-bus, can-bus-communication, canbus-communication, canbus-messages, canbus-shield, datasheet, example, mcp2515, mcp2551, pic, pic-c-compiler, pic-mcu, pic-microcontroller, pic18f4550, pic18f4580, sender-reciever
- Language: C
- Homepage:
- Size: 3.74 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PIC-CANBus-Comm
Contains an application of CAN-Bus communication with a PIC microcontroller. The PIC microcontroller uses MCP2515 and MCP2551 integrated circuits for CAN-Bus communication.IDE Version: PIC C Compiler (CCS C Compiler) v5.008
PIC Used: PIC18F458
Datasheets: The datasheets for MCP2551 and PIC18F458 are included in the repository as mcp2551.pdf and pic18f458.pdf, respectively.