4 Board NetduinoPlus2
Dave Hylands edytuje tę stronę 2014-02-20 14:41:24 -08:00

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

To build, follow the directions for the STM Discovery STM32F407, but use a BOARD of NETDUINO_PLUS_2.

###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 BOOT0. You'll need to wire up an external pushbutton to control the RESET line.