Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add canable.io web serial interface #23

Open
kammce opened this issue Aug 6, 2023 · 1 comment
Open

Add canable.io web serial interface #23

kammce opened this issue Aug 6, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@kammce
Copy link
Contributor

kammce commented Aug 6, 2023

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:

  1. git clone the canable repo: git clone https://github.com/normaldotcom/canable-fw.git
  2. Build the binary by running make in the root
  3. Use a jumper to short BO & 3v3 on the canable and plug it into your computer. It should come up as STM32 Bootloader
  4. 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.
@kammce kammce added the enhancement New feature or request label Aug 6, 2023
@kammce
Copy link
Contributor Author

kammce commented Aug 6, 2023

canable-9fddea4.zip

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant