You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Canable is a serial to CAN firmware that allows a user to send and receive can messages on a can bus. A nice web tool to capture messages, configure the canable device as well record messages would be a helpful tool for the libhal ecosystem and others as well.
git clone the canable repo: git clone https://github.com/normaldotcom/canable-fw.git
Build the binary by running make in the root
Use a jumper to short BO & 3v3 on the canable and plug it into your computer. It should come up as STM32 Bootloader
Run the following command to flash it: sudo dfu-util -d 0483:df11 -c 1 -i 0 -a 0 -s 0x08000000 -D build/canable-9fddea4.bin. Replace build/canable-9fddea4.bin with the name of the file within the build directory.
The text was updated successfully, but these errors were encountered:
Canable is a serial to CAN firmware that allows a user to send and receive can messages on a can bus. A nice web tool to capture messages, configure the canable device as well record messages would be a helpful tool for the libhal ecosystem and others as well.
The device used for testing is: https://www.amazon.com/dp/B0BPY5HY6C
To flash it do the following:
git clone https://github.com/normaldotcom/canable-fw.git
make
in the rootsudo dfu-util -d 0483:df11 -c 1 -i 0 -a 0 -s 0x08000000 -D build/canable-9fddea4.bin
. Replacebuild/canable-9fddea4.bin
with the name of the file within the build directory.The text was updated successfully, but these errors were encountered: