Crates.io | grapple-lasercan |
lib.rs | grapple-lasercan |
version | 2024.2.1 |
source | src |
created_at | 2024-01-21 04:18:33.415572 |
updated_at | 2024-01-21 04:34:15.903003 |
description | Implementation of Grapple Robotics' LaserCAN |
homepage | |
repository | https://github.com/GrappleRobotics/LaserCAN |
max_upload_size | |
id | 1107256 |
size | 17,440 |
Welcome to the open-source repository for the Grapple LaserCAN! That's right, everything's open source from the board files to the firmware.
If you want to load your own firmware onto the LaserCAN, clone this repository and make your changes to lasercan-firmware
. You can flash this image to the board by running python build.py firmware
and flashing the target/lasercan-firmware-update-VERSION.grplfw
file using GrappleHook.
NOTE: Be careful about what firmware you flash - custom firmware may brick the firmware update process if you don't have a ST-Link probe handy.
If you for whatever reason need to flash a new bootloader, or if a custom firmware has crashed and the watchdog hasn't picked it up, you can flash a new bootloader and firmware by running python build.py flash
. This requires an ST-Link v2 compatible probe and a TagConnect TC-2050-NL cable to connect to the debug pads on the bottom of the LaserCAN.