Skip to content

Commit

Permalink
add faq
Browse files Browse the repository at this point in the history
  • Loading branch information
yconst committed Nov 25, 2024
1 parent 4bed58d commit 32ca0ae
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions docs/troubleshooting.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,25 @@ Troubleshooting
FAQ
***


**Q**: I'm getting "OSError: Could not autodiscover CAN channel" when launching Tinymovr Studio

**A**: This error appear if the CAN adapter is not detected. If using Tinymovr on Windows with a CANtact-compatible CAN Bus adapter, such as CANine, you will need to install an .inf file to enable proper device naming. You can [download the inf file here](https://canable.io/utilities/windows-driver.zip). Extract the archive, right click and select Install.

**Q**: Tinymovr is not detected after launching Tinymovr Studio

**A**: This issue may have several causes, but one of the most common ones is not enabling the termination resistor on the CANine adapter. Please flip the corresponding DIP switch on the CANine and try again, power-cycling the Tinymovr and reconnecting the CANine.

**Q**: I upgraded the firmware and now the board is stuck in DFU mode. Resetting it still gets me to DFU.

**A**: Make sure you have downloaded the upgrade variant of the correct binary for your board from the releases page, and flash that.
**A**: Make sure you have downloaded the **upgrade** variant of the correct binary for your board from the releases page, and flash that.

**Q**: In the Arduino library I'm getting a "Wrong device spec!" error.

A: This error appears if the Arduino library is a different version from the Tinymovr firmware. Ensure the Arduino library you downloaded from releases is the same minor version as the firmware you have flashed on your Tinymovr.
**A**: This error appears if the Arduino library is a different version from the Tinymovr firmware. Ensure the Arduino library you downloaded from releases is the same minor version as the firmware you have flashed on your Tinymovr.

**Q**: How can I use the Tinymovr or Axion R1 actuator with an Arduino? Which CAN library and Arduino hardware to use?

**A**: We've had best results with the Arduino MKR Wifi 1010 and CAN Shield. The Arduino UNO + MCP2515 breakout should also work, but if you are a beginner, try the MKR Wifi 1010.

___

Expand Down

0 comments on commit 32ca0ae

Please sign in to comment.