Re #241
-
Hi,
I tried to look up the endpoint within the code source, but there is no endpoint for 0x24. Attempting to manually send a remote frame package, it seems to be an ACK Error. The controller board is not responding. I have triple checked the can bus wire connections. The 3v3 testpoint also output the correct voltage value and the white LED is on. Any suggestions as to how to debug this problem? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Hi @zicez , This does not seem like an endpoint being send or received as part of discovery. If there are no other nodes on the bus, I'm wondering if any configuration is needed for your CAN adapter? We have successfully used socketcan with the CANine adapter, in the past without issues. In addition, if you would like to verify function of the Tinymovr, you could try the UART interface. Please note that the markings on the R5.1 board are wrong, the correct pinouts are described here: https://tinymovr.readthedocs.io/en/latest/hardware/overview.html#connectivity |
Beta Was this translation helpful? Give feedback.
-
I tested the functionality of my usb to can adapter, and it works correctly. I connected it with another can node on a different computer, and ran the tinymovr script. The other computer was able to receive the remote frame requests successfully (endpoint 0x1a << shifted by 6 for each node id from 1 to 10). Using the UART interface (using an arduino), I wrote a test to see if the bootloader is on.
I'm not receiving any serial byte back from the board. Is it possible that I have fried the board somehow? I'm using a dewalt 20V battery as input into the tinymovr controller. The LED light is still on and the 3v3 pin is outputting the correct voltage. |
Beta Was this translation helpful? Give feedback.
You're right. I didn't properly get the Serial port set up correctly. The board is working now. Using an arduino nano 33 to run this.