Linked IoT
  • Untitled
  • Languages
  • Linked IoT
    • allgemein
      • bestandteile
        • Sensor-Board-Node
        • Bridge
        • Gateway
      • ueberdasprojekt
        • Problems & challenges
    • dokumentation
      • bibliothek
      • sequenzdiagramm
      • bridge
      • WebInterface
      • Dependencies
      • Terminology:
      • Class diagram
    • Summary
    • tutorials
      • Installing Arduino
      • Installation STM-Board
      • Starting and running the Wifi-Manager
      • Installation und Establishing of ESP
  • Linked IoT
    • dokumentation
      • bridge
      • WebInterface
      • Terminologie:
      • Abhängigkeiten
      • sequenzdiagramm
      • bibliothek
      • Klassendiagramm
    • tutorials
      • Installation STM-Board
      • Wifi-Manager starten und ausführen
      • Installation und Einrichtung von ESP
      • Arduino installieren
    • allgemein
      • bestandteile
        • Bridge
        • Gateway
        • Sensor-Board-Node
      • ueberdasprojekt
        • Probleme & Herausforderungen
    • Summary
Powered by GitBook
On this page
  1. Linked IoT
  2. tutorials

Installation STM-Board

PreviousInstalling ArduinoNextStarting and running the Wifi-Manager

Last updated 6 years ago

For the installation of Arduino please look at Installing Arduino.

First of all the hardware-files for the STM32-board have to downloaded at

The following window is shown:

With the button "Clone or download" (marked red) the file Arduino_STM32-master.zip can be downloaded.

After the folder „Arduino_STM32-master“ is unpacked, it has to be copied to C:\Program Files (x86)\Arduino\hardware.

If the folder "hardware" does not exist yet, it has to be created.

After that you have to run „install_drivers.bat“. You can find it at C:\Users\Username\Documents\Arduino\hardware\Arduino_STM32-master\drivers\win

After this was installed, Arduino has to be startet and the boardmanager has to be opened, which can be found under Tools --> Boards --> Board Manager... (check picture below).

Search for „ARM Cortex M3“ in the search field in the Board Manager (marked red).

ARM can be installed by clicking the button "Install". After the installation was successful, you will get to see "INSTALLED" next to it.

Now the board can be configured:

The settings can be found in Arduino under "Tools".

For the STM32 board the following settings (marked red in the picture below) are required:

Board Generic STM32F103C series; Variant 128k Flash Speed 72Mhz Upload Method STM32duino Bootloader Optimize Smallest Port COMx (x systemabhängig)

https://github.com/rogerclarkmelbourne/Arduino_STM32