space-concordia-robotics / robotics-prototype

Teleoperated Mars rover with autonomous capabilities intended for robotics competitions.
https://spaceconcordia.github.io/robotics.html
25 stars 18 forks source link

Code to retrieve teensy unique ID #595

Closed PeterGhimself closed 1 year ago

PeterGhimself commented 1 year ago

A method that retrieves the teensy's 128-bit unique ID

The 16 bytes start from 0x40048054 (same for teensy 3.5 and 3.6)

RealWilliamWells commented 1 year ago

This shouldn't be necesssary anymore with a new design idea for asking each teensy what its role is for dynamic assignment of serial ports.