Skip to content

Netduino Plus 2

The board as it appears on the Velxio canvas, with its full pin map read live from the simulator (regenerated by scripts/gen-boards.mjs, so it always matches what you can wire).

Netduino Plus 2 board

Family: STM32 · Languages: Arduino C++

The Netduino Plus 2 — an STM32F405 (Cortex-M4) on an Arduino-shaped board, so shields and the pin naming you already know carry over.

In Velxio it runs as an STM32 through the STM32duino core, not through the original .NET Micro Framework: you write the same Arduino C++ as on any other board on this page.

New Netduino Plus 2 project opens the editor with this board and a working blink sketch. STM32 boards need a paid plan — see plans.

  • 3V3
  • GND
  • PA0
  • PA1
  • PA2
  • PA3
  • PA4
  • PA5
  • PB6
  • PB7
  • PB8
  • PB9
  • 5V
  • GND
  • PA10
  • PB11
  • PC0
  • PC1
  • PC2
  • PC3
  • PA6
  • PA7
  • PB0
  • PB1

Every pin above is clickable on the canvas — click one to start a wire. Board-level behavior, quirks and example links live on the family page.