Skip to content

Board NetduinoPlus2

Dave Hylands edited this page Feb 4, 2014 · 4 revisions

STMF405RG (same as micropython original Pyboard)

###Features###

  • same as pyboard but:
    • more GPIO pins broken out
    • Ethernet port
    • Arduino formfactor

###Status### Initial port completed.

  • pyb.Led(1) controls the Blue LED
  • pyb.Led(2) controls the White LED
  • pyb.switch() returns True if the pushbutton is pushed
  • 5V and 3.3v is enabled on the expansion header

###Programming from Linux (via DFU)### This is the same as is done for the STM Discovery STM32F407

The push button on the board is connected to BOOT1. You'll need to wire up an external pushbutton to control the RESET line.

Clone this wiki locally