Skip to content

Latest commit

 

History

History
31 lines (16 loc) · 1.37 KB

Blink.md

File metadata and controls

31 lines (16 loc) · 1.37 KB

Blinking an LED using the NUCLEO-F303RE Development board & STM32Duino

STM32Duino.png

You will need:

1) Open Blink example: File > Examples > 01.Basics > Blink

2) Install the STM32Duino core in the Arduino IDE.
Open File > Preferences. Enter the following URL in the Additional Boards Manager URLs box:

https://github.com/stm32duino/BoardManagerFiles/raw/master/STM32/package_stm_index.json

STM32Duino1.png

Click ok to complete.

3) Navigate to Tools > Board > Boards Manager and search for STM32 Cores and install

STM32Duino2.png

4) Under Tools select Board: Nucleo-64 & Part number: Nucleo F303RE:

STM32Duino3.png

5) Compile and upload. The on-board LED should now blink once a second. Try increasing the blink speed by reducing the delay in the example sketch.

Next: Basic NUCLEO-F303RE energy monitor using an EmonTxShield & EmonLib discreet sampling STM32Duino library.