Skip to content

FastSense/metalbot_teensy_firmware

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 

Repository files navigation

Metalbot Firmware for Teensy 4.1

Setup for uploading

Install Arduino IDE

https://www.arduino.cc/en/software

Install Teensyduino

https://www.pjrc.com/teensy/td_download.html

Install libraries

Micro-ROS:

export ARDUINO_PATH=[Your Arduino + Teensyduino path]
cd $ARDUINO_PATH/hardware/teensy/avr/
curl https://raw.githubusercontent.com/micro-ROS/micro_ros_arduino/foxy/extras/patching_boards/platform_teensy.txt > platform.txt

Arduino libraries:

Tools -> Manage Libraries...

  • BasicLinearAlgebra (Tom Stewart)
  • Encoder (Paul Stoffregen)

Get HEX-file

  • Arduino IDE: Compile (c-R)
  • Teensyduino: File -> Open HEX File

Upload firmware

  • Use scp to transfer firmware
  • Use tycmd to upload:
sudo tycmd upload <filename.hex>
# koromix.dev/tytools#tycmd_upload

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages