Fatih KARAOKUR
Fatih KARAOKUR
> Please check this line https://github.com/jxltom/micropython-mcp2515/blob/8d2415f368de271d3b2ba7dea2e7cf9fb2c076cf/demo.py#L57 I am using mcp2515 with arduino. this is probably the python code. Actually I don't use RTR. But how should I express this? How...
``` CAN_frame_t tx_frame; tx_frame.FIR.B.FF = CAN_frame_ext; tx_frame.MsgID = 0x01100033; tx_frame.FIR.B.DLC = 8; tx_frame.FIR.B.RTR = CAN_no_RTR; tx_frame.data.u8[0] = 0x01; tx_frame.data.u8[1] = 0x00; tx_frame.data.u8[2] = 0x00; tx_frame.data.u8[3] = 0x00; tx_frame.data.u8[4] = 0x00;...
> `prepareId`Kutu kimliğinde RTR'yi ayarlamak için yöntemi kullanabilirsiniz. example code pls thanks
> > > `prepareId`Kutu kimliğinde RTR'yi ayarlamak için yöntemi kullanabilirsiniz. > > > > > > example code pls thanks > > https://github.com/autowp/arduino-mcp2515/blob/cdc0141ee734f47f54628b1ac8acaafa9120511b/mcp2515.cpp#L509 very complicated. And won't the ext and...
I'm having trouble here too. Can you explain what he said?
I think this is a chip fiasco. Because every time I switch the device on and off, the metrics change. So distance travel is not static but dynamic. That's why...