Hardware (mainly electronics) projects are named according to the scheme RBxxyy-ProjectName
where
- xx is a two-digit category/platform prefix
- yy is a two-digit counter within a category
- xx = 32: Electronics with an ESP32 MCU
- xx = 03: Electronics for the Pololu 3pi robot
- xx = 01: Electronics with a different MCU
- xx = 00: Electronics without an MCU
When adding a new HW project make sure to use a unique xxyy number.
Consider adding a new category when working with a new "platform".
Software projects (libraries, firmwares, ...) can use the same RBxxyy prefix as the hardware they are targeting or ignore this naming if they are not tied to a specific hardware.