Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork8.2k
Board NetduinoPlus2
Dave Hylands edited this pageFeb 20, 2014 ·4 revisions
STMF405RG (same as micropython original Pyboard)
- Home -http://netduino.com/netduinoplus2/specs.htm
- Wiki -http://forums.netduino.com/index.php?showtopic=6554
###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 theSTM Discovery STM32F407, but use aBOARD
ofNETDUINO_PLUS_2
.
###Programming from Linux (via DFU)###This is the same as is done for theSTM 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.