MB1280 STMod+ fan-out shield
Overview
The MB1280 STMod+ fan-out board converts an STMod+ connector to Grove UART, Grove I2C, ESP-01, and mikroBUS-compatible connectors.
The shield exposes the MB1280 fan-out connectors through the board’s
stmod_plus_connector GPIO nexus.
All GPIO-capable pins on the MB1280 mikroBUS-compatible connector are exposed
through mikrobus_header.
Interface aliases are provided by stackable shield variants:
mb1280_stmod_plus_adcmapsmikrobus_adctostmod_adc.mb1280_stmod_plus_i2cmapsgrove_i2candmikrobus_i2ctostmod_i2c.mb1280_stmod_plus_pwmmapsmikrobus_pwmtostmod_pwm.mb1280_stmod_plus_serialmapsgrove_serial,esp_01_serial, andmikrobus_serialtostmod_serial.mb1280_stmod_plus_spimapsmikrobus_spitostmod_spi.
Requirements
This shield can be used with a board that exposes an STMod+ connector with the
stmod_plus_connector node label. The board should also provide matching
stmod_adc, stmod_i2c, stmod_pwm, stmod_serial, or
stmod_spi labels for the stackable variants used with this shield.
Programming
Include --shield mb1280_stmod_plus when invoking west build. Add the
stackable variants that match the STMod+ interfaces provided by the board. For
example:
# From the root of the zephyr repository
west build -b stm32n6570_dk/stm32n657xx/sb --shield mb1280_stmod_plus --shield mb1280_stmod_plus_i2c --shield mb1280_stmod_plus_serial samples/basic/blinky