How to use STM32 Boards with Arduino IDE | Getting Started with STM32Duino | Blink LED

Поделиться
HTML-код
  • Опубликовано: 11 сен 2024
  • Hello, Guys!
    Here's a quick tutorial on " How to use STM32F4 Boards as Arduino "and Getting Started with a Simple Program "Blinking Led".
    Add this JSON file link for stm32duino :
    raw.githubuser...
    Link for stm32 Cube Programmer Software:
    www.st.com/en/...
    You have to install the Cube Programmer Application before Uploading your code.
    Do make sure that you install it in default directory or else you have to add the application manually to user environment variables.
    Hope You Like The Video! Please SUBSCRIBE, COMMENT, and Like!!!!!!!
    Do give Suggestions For More Tutorials, Projects, and How-Tos...

Комментарии • 43

  • @VIn-ws6xv
    @VIn-ws6xv 3 года назад +2

    clear and clean clarification of every single part ,grt work bro

    • @SobhitPanda
      @SobhitPanda  3 года назад +1

      Thanks brother, I got a lot of motivation

  • @dipenkumar6526
    @dipenkumar6526 4 года назад +1

    Well elaborated 👍🏻

  • @MakerFabio
    @MakerFabio 3 года назад +1

    Hi great work, thanks for sharing. I just purchased an FX3U lollette PLC, great small plc with relays and optocoupler, 25 euro sith case and connectors. It is equipped with stm32F103Vct6. I don t know hot to program in ladder so i think it would be good for me and many guys willing to build diy automations to convert it to Arduino. Do you think it would be feasible?

    • @SobhitPanda
      @SobhitPanda  3 года назад

      Yes ofcourse It would

    • @SobhitPanda
      @SobhitPanda  3 года назад

      Thanks for such a lovely comment. You just need to check how to setup the sdk

    • @MakerFabio
      @MakerFabio 3 года назад +1

      @@SobhitPanda ok, thanks, not sure if i understood exactly what you say , ill look again at your video today, eventually i ll ask some more details. Have a nice day

    • @MakerFabio
      @MakerFabio 3 года назад +1

      @@SobhitPanda Hi , I just added the ST JSN file to the arduino IDE, then I selected board Generic ST32F1, and then board part number generic F103VCTx.
      I noticed that the FX3U PLC board has a RS232 port(the vintage metal one) , used to download the program to the PLC attached through a 232 to TTL converter to the pins PA9 and PA10 (RX and TX) of the STM32F103VCT. I have also aailable the JTAG pins header on the PLC. Now how I should proceed , is a bootloader needed or I can just flash via serial?

    • @SobhitPanda
      @SobhitPanda  3 года назад

      @@MakerFabio I am really sorry, but I don't have much knowledge about PLC Programming. But what you are trying to do might work, but couldn't find ant resources for the same.

  • @soumyaranjanmohanty1446
    @soumyaranjanmohanty1446 4 года назад +1

    Good work 👏👏👏

  • @batuhanyesildal9607
    @batuhanyesildal9607 5 месяцев назад

    Hello there, I am using stm32 f407g discovery and i can upload my code on arduino IDE sucsessfully but it does not work. For example when i use Serial.print function i can not see it from serial monitor. would you help me please?

  • @sasmitasahoo5966
    @sasmitasahoo5966 4 года назад +1

    Great job 👏 .. keep it up bro👍

  • @narwresbarhoumi2292
    @narwresbarhoumi2292 5 месяцев назад

    j'ai fait comme vous avez fait mon carte c'est stm32f030nucleo mais il m'a dit ("NODE_F030R8,NUCLEO" not found. Please ensure the device is correctly connected.
    Failed uploading: uploading error: exit status 7),j'ai pas compris le problème

  • @abdullahmemon6908
    @abdullahmemon6908 3 года назад +1

    Bro, I am unable to generate interrupt code in an arduino ide for the arm controller (stm32f407vg). Can you help me with that?

    • @SobhitPanda
      @SobhitPanda  3 года назад +2

      Umm, ok let me try. You have to use register level accessing in arduino. Normal functions might not work. Manually turn on EXTI reg and NVIC pend reg. Otherwise I don't know, how to access the driver files to understand Attach interrupt function.

  • @delbandung4801
    @delbandung4801 2 года назад +1

    how to decode irremote on arduino ide using stm32f103t8c6 ? the irlibrary on arduino ide isn't support . thank you

    • @SobhitPanda
      @SobhitPanda  2 года назад

      Umm, I will try this myself and let you know. Thankyou for sharing the 💡 idea.

  • @glowpong52
    @glowpong52 3 года назад +1

    Great video, i designed a custom PCB with a stm32f071c8t6 MCU, i only have SWD connections, is it possible to use my arduino program with this MCU? i know i have to change all the I/O, but i cant seem to figure out how to upload the code

    • @SobhitPanda
      @SobhitPanda  3 года назад +1

      Ah yes, you can. You need to choose the SWD method of upload, or you can also try uart ttl converter approach too.

  • @abdullahmemon6908
    @abdullahmemon6908 3 года назад +1

    Bro a great work. I myself experimented and it went successful . Now I want to communicate stm32f407 with esp32webserver through UART commumication in arduino ide. But I do not Know How to initialize uart of stm32 controller in arduino ide. Kidnly help me with that.

    • @SobhitPanda
      @SobhitPanda  3 года назад +2

      Sure brother, You will need a UART to TTL converter for that. Then try to replicate the code for bluepill board. I will upload the video soon. If you are
      In a hurry, try and contact me on mail sobhitpanda25@gmail.com, if you face any issues. Thanks for commenting ❤️ Hope ☺️ you Subscribe ❤️.

    • @abdullahmemon6908
      @abdullahmemon6908 3 года назад

      @@SobhitPanda bro I Mailed you.

  • @asjadfahmi2592
    @asjadfahmi2592 2 года назад +1

    Getting error code on IDE . Will you plz help me in this ?

    • @SobhitPanda
      @SobhitPanda  2 года назад +1

      Try updating the the IDE version. And could you elaborate the error. You cann send screenshot on sobhitpanda25@gmail.com

  • @shambhusingh5094
    @shambhusingh5094 2 года назад

    I have STM32303K8T6, I am not able to program it using Arduino IDE? please help

  • @iamamaker7096
    @iamamaker7096 3 года назад

    I can't upload my program with arduino ide in stm32f407G discovery. Can you help me in teamviewer?

  • @desirajusuryanarayanabc-1835
    @desirajusuryanarayanabc-1835 3 года назад +2

    Grow more