sysinfo – information about the board

The module has provides a dictionary (SYS_INFO), that contains the basic information about this board:

from sysinfo import SYS_INFO

SYS_INFO

The SYS_INFO dictionary contains the following keys:

  • board - the internal name of the board (lanRFID)

  • mod - the internal codename of the board (Wallaby)

  • cpu - the name of the board (OD-RFID)

  • api - the API revision of the built-in modules

  • fw - the firmware version (uses semantic versioning)

  • boot - the version of the bootloader (uses semantic versioning)

  • mpy - the version of the micropython compiler supported by this board (currently “5”).

  • sdk - the version of the ESP-IDF SDK used by this firmware.