CAN BUS

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
moro_1580446
Level 5
Level 5
100 replies posted 50 replies posted 25 replies posted

Hello my friends

   

I want to running CAN bus interfacing with psoc5lp and some vehicle to read data from car.

   

How can i do this project for send and receive.is there any body to help me?or anybody that know and did this interface?

   

Tanks for regarding...

0 Likes
1 Solution
AnkitaS_51
Employee
Employee
100 likes received 50 likes received 25 likes received

Hi,

   

You need to have two nodes for data transfer. If you already have a transmitting CAN node other than PSoC, then you can use one PSoC 5LP with CAN transceiver kit: http://www.cypress.com/documentation/development-kitsboards/cy8ckit-017-...

   

​If you want to just receive the data then you can refer 'CAN_Full_Example' mentioned in interaction #3 above. This example is receiving switch status and ADC data from another node and displaying on LCD. You can modify this project according to your need.

   

Also you need to take care of Baudrate settings. If your car CAN bus has specific baudrate then you need to configure CAN component accordingly. We recommend you to refer  Getting started with CAN application note in the following link:

   

"http://www.cypress.com/documentation/application-notes/an52701-psoc-3-an...

   

Kindly have a look at above. Let us know if you need any clarification.

View solution in original post

0 Likes
1 Reply
AnkitaS_51
Employee
Employee
100 likes received 50 likes received 25 likes received

Hi,

   

You need to have two nodes for data transfer. If you already have a transmitting CAN node other than PSoC, then you can use one PSoC 5LP with CAN transceiver kit: http://www.cypress.com/documentation/development-kitsboards/cy8ckit-017-...

   

​If you want to just receive the data then you can refer 'CAN_Full_Example' mentioned in interaction #3 above. This example is receiving switch status and ADC data from another node and displaying on LCD. You can modify this project according to your need.

   

Also you need to take care of Baudrate settings. If your car CAN bus has specific baudrate then you need to configure CAN component accordingly. We recommend you to refer  Getting started with CAN application note in the following link:

   

"http://www.cypress.com/documentation/application-notes/an52701-psoc-3-an...

   

Kindly have a look at above. Let us know if you need any clarification.

0 Likes