Getting Started with STM32 Nucleo-64 (STM32F103) using Arduino IDE

Getting Started with STM32 Nucleo-64 (STM32F103) using Arduino IDE

getting started with STM32 Nucleo-64 Development board using STM32CuleIDE. The STM32 Nucleo-64 board, powered by the STM32F103 microcontroller, is an excellent choice for beginners and experienced developers alike. It combines the simplicity and familiarity of the Arduino development environment with the power and flexibility of the STM32 microcontrollers.

In this tutorial, we will guide you through the process of getting started with the STM32 Nucleo-64 using the Arduino IDE, allowing you to harness the full potential of this powerful platform.

Your post is mis-categorized. There is a place for tutorials.

https://microdigisoft.com/getting-started-with-stm32-nucleo-64-stm32f103-using-arduino-ide/#setting-up-the-arduino-ide

In the “Additional Boards Manager URLs” field, paste the following URL:

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

or 

https://github.com/stm32duino/Arduino_Core_STM32/blob/main/package.json

or

http://dan.drown.org/stm32duino/package_STM32duino_index.json

Several problems here:

First of all, I think it is a bad idea to provide multiple alternative URLs. Just give the reader the URL the tutorial was written to be used with!

Second, this URL is outdated:

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

The branch name was renamed from master to main:

And another problem with that URL is that, even after you update the branch name, it is for a different boards platform than the one the later steps of the tutorial were written for!

Third, this one is just plain wrong, as you would have discovered if you bothered to try it before suggesting it in your tutorial:

https://github.com/stm32duino/Arduino_Core_STM32/blob/main/package.json

Thanks for correcting! I have updated the preference with http://dan.drown.org/stm32duino/package_STM32duino_index.json .. Hope this is fine...

Isn't that referring to the more or less abandoned "Roger Clark" STM32 Arduino core? Why not recommend the official STMicroelectronics supported Arduino core ?

Could you suggest with some reference..? we will try with our next projects.

This from the official site:

Thanks ! We already have account on Github.. we will start working on this..

there is also this stm32-nucleo-arduino-ide-tutorial

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.