Hi, I had Benewake TF02 CAN purchased by mistake a year ago. I try to set it up today with Copter 4.2.
Anyone can point me to the right setup?
Thanks.
Hi, I had Benewake TF02 CAN purchased by mistake a year ago. I try to set it up today with Copter 4.2.
Anyone can point me to the right setup?
Thanks.
assuming you want to use CAN1, then set:
@tridge Thank you very much. I had done exactly that but it is not working. I will try to see my connection.
please test with both 250000 and 1000000 and see if either work
I revisit the can bus again. after looking the source code I saw that it checking the id.
if (receive_id != 0 && id != uint16_t(receive_id.get()))
after matching the id (RNGFND1_RECV_ID=2
) it works.