Using a STM32 like an Arduino Tutorial | STM32F103C8 vs STM32F030F4 vs STM8S103F3 vs Arduino

แชร์
ฝัง
  • เผยแพร่เมื่อ 28 ส.ค. 2024

ความคิดเห็น • 55

  • @dmitribovski1292
    @dmitribovski1292 4 ปีที่แล้ว +11

    Arduino At328p is 8bit at up to 20 Mhz, 10bit ADC
    Blue Pill stm32f103c 32-bit at up to 72 MHz, 12bit ADC

  • @Good-Enuff-Garage
    @Good-Enuff-Garage 2 ปีที่แล้ว

    awesome job, I love the simple pen and paper presentation, it's all about the data not the silly graphics for me

  • @PraveenMax
    @PraveenMax 3 ปีที่แล้ว +2

    Useful video!. Watched at 2X speed to save time :)

  • @englishrupe01
    @englishrupe01 4 ปีที่แล้ว

    Really excellent review, comparison and demo/instructions! Many thanks!

  • @IAmOrion
    @IAmOrion 4 ปีที่แล้ว

    Thanks for this - I'd ordered 5 of the "Blue pills" from AliExpress the other day because they were stupidly cheap and thought "I've no idea what I'll use them for but I'll get some anyways".... Good to know I can use them with the Arduino IDE though! I flashed the bootloader (Although I used the USB ST Link that came with the bundle) and it works great with the IDE. Thanks for the helpful video

  • @batticha462
    @batticha462 6 หลายเดือนก่อน

    Thanks. At 14:05 you show the STM32 connected to USB cable, but at this stage it is connectted by wires to the FTDI not to the computer by USB calel ?

  • @kosa2004
    @kosa2004 4 ปีที่แล้ว

    I am having second thoughts to buy a few STM32 blue pill boards. Very good video!!!! 😀

    • @CETech4u
      @CETech4u  4 ปีที่แล้ว

      Hahaha. Buy one of each model for diversity!
      Also do subscribe to our channel for more!

  • @leifkretschmercotanum7128
    @leifkretschmercotanum7128 4 ปีที่แล้ว +1

    Good explanation. Thank you

  • @Cdswjp
    @Cdswjp 2 ปีที่แล้ว

    what a great video. very well done thank u for it

  • @cgnclk
    @cgnclk 3 ปีที่แล้ว +1

    I have a STM32F103C8T6 and I connected my board to FTDI232 like you said, flashed the same file successfully, my board gets recognized as Mapple Mini on COM11 and variant settings in Arduino IDE are just like shown in the video but when I try to upload any code to it I get this error:
    maple_loader v0.1
    Resetting to bootloader via DTR pulse
    Reset via USB Serial Failed! Did you select the right serial port?
    Searching for DFU device [1EAF:0003]...
    Assuming the board is in perpetual bootloader mode and continuing to attempt dfu programming...
    dfu-util - (C) 2007-2008 by OpenMoko Inc.
    Couldn't find the DFU device: [1EAF:0003]
    This program is Free Software and has ABSOLUTELY NO WARRANTY
    timeout waiting for COM11 serial
    Also not sure if it is relevant but connecting the board to my Windows 10 computer makes a device connect and disconnect sound. Please help me troubleshoot.

  • @sankeerthc2911
    @sankeerthc2911 4 ปีที่แล้ว +1

    Bro after doing the process you explained in the video I can't find the maple mini comport in my Arduino IDE.under the device manager I can see an exclamation mark under USB devices. i tried installing the drivers but still, it does show the comport.
    Please help me out!!!!

  • @mesquitamk1681
    @mesquitamk1681 2 ปีที่แล้ว

    what is the difference between the
    STM32F103C6 T6 and
    STM32F103C8T6... 6T6 and 8T6

  • @ElectroMart90
    @ElectroMart90 10 หลายเดือนก่อน

    ATMEGA328P is not a 32bit microcontroller. Its an 8-bit Microcontroller

  • @fegadevaibhav5044
    @fegadevaibhav5044 3 ปีที่แล้ว

    When I upload the program for bootloader in stm32 that is a successfully done and upload LED blinking program in stm32 that's work but the removing usb to ttl converter that LED blinking are not working without usb to ttl converter

  • @Cdswjp
    @Cdswjp 2 ปีที่แล้ว

    what is a flash loader & boot loader mean?

  • @H2ON_MEA
    @H2ON_MEA ปีที่แล้ว

    Can we use the modulus of arduino 5v with STM32 board ?
    I think that Arduino code will run on STM32 with the same speed. Is that right???
    Thank you .

  • @Shubham-po2tp
    @Shubham-po2tp 3 ปีที่แล้ว

    Please share any playlist link for coading smt 32 as Arduino nano few codes (lcd interfacing, servo code, different sensors code) on smt 32 like Arduino

  • @glowpong52
    @glowpong52 3 ปีที่แล้ว

    does the Bootloader with STM32LXXXX boards? i developed a project using an arduino and now i need to load the code on to my new PCB that has a STM32L microcontroller.

  • @mesquitamk1681
    @mesquitamk1681 2 ปีที่แล้ว

    this board is 8-bit or 32-bit

  • @johnaweiss
    @johnaweiss 3 ปีที่แล้ว

    i think you're method does TWO things:
    - makes the board programmable via USB
    - makes the board run Arduino code, with loop{} and setup{}.
    But what if i don't want loop{} and setup{}? What if i want to program via USB, but i want to use C-style main{}?
    Is that possible? How?
    thx

    • @CETech4u
      @CETech4u  3 ปีที่แล้ว +1

      Define a while loop inside the main()

    • @johnaweiss
      @johnaweiss 3 ปีที่แล้ว

      @@CETech4u What happens if I don't define a while loop in main?

  • @TheKetsa
    @TheKetsa 4 ปีที่แล้ว

    The advantage with arduino is access to the myriad of libraries, drivers, examples, tutorials, videos...

    • @CETech4u
      @CETech4u  4 ปีที่แล้ว

      That is true!

  • @ZElTGElST
    @ZElTGElST 4 ปีที่แล้ว +2

    Cool guide. Subscribed. The arduino nano is not 32Bits but 8bits, tho!

    • @CETech4u
      @CETech4u  4 ปีที่แล้ว

      Yeah did that mistake, I had added a card on the top left for that

  • @aleksandarrankovic2035
    @aleksandarrankovic2035 4 ปีที่แล้ว

    Good video nicely explained. Can you make a video Blue Pill STM32F103C8 and SD card. It would be good to process it since there is no tutorial, a lot of people switch from Uno 328p to Blue Pill

    • @CETech4u
      @CETech4u  4 ปีที่แล้ว

      Thanks for the suggestion, will keep that in mind

  • @TheDefpom
    @TheDefpom 4 ปีที่แล้ว

    Interesting video thanks

    • @CETech4u
      @CETech4u  4 ปีที่แล้ว

      Thanks Defpom!

  • @brijeshkhokhar
    @brijeshkhokhar 4 ปีที่แล้ว

    Helpful video ... !!!

  • @tt3233
    @tt3233 ปีที่แล้ว

    The Arduino nano is 8 bit not 32 bit

  • @mesquitamk1681
    @mesquitamk1681 2 ปีที่แล้ว

    of these cards which is 32bits

  • @abhaygarg4736
    @abhaygarg4736 3 ปีที่แล้ว

    Is it possible to use the Arduino Libraries with the STM32? Or we have to use STM32 specific libraries? Thanks.

    • @CETech4u
      @CETech4u  3 ปีที่แล้ว

      As far as I know some arduino libraries can be used

    • @abhaygarg4736
      @abhaygarg4736 3 ปีที่แล้ว

      @@CETech4u I am working on the MAX30102 pulse oximeter sensor with STM32 can we use any Arduino library with STM32?
      Please help if you can.
      Thanks

  • @symonsaz8496
    @symonsaz8496 2 ปีที่แล้ว

    Arduino AT328p is 8 bit, not 32 !!! RTFM

  • @TheLightningStalker
    @TheLightningStalker 2 ปีที่แล้ว

    14:05 this may have been why I could never get USB to work on these boards.

  • @jimmatheson9125
    @jimmatheson9125 4 ปีที่แล้ว +1

    isnt atmega 328 8 bit?

    • @CETech4u
      @CETech4u  4 ปีที่แล้ว

      Yes it is. My bad in writing that incorrectly. Although I did add a card for that, didn't that pop up?

  • @iwayanartayasa38
    @iwayanartayasa38 3 ปีที่แล้ว

    Stm 32 posible to use liblary of arduino???

  • @andrewtoogood1429
    @andrewtoogood1429 4 ปีที่แล้ว

    Great when it's the follow up video?

    • @CETech4u
      @CETech4u  4 ปีที่แล้ว

      Hey,
      What topics do you want covered in the follow-up video?

  • @jb0433628
    @jb0433628 2 ปีที่แล้ว

    "Couldn't find the DFU device"

    • @jb0433628
      @jb0433628 2 ปีที่แล้ว

      Workaround : boot0= 1, use serial to program instead, then put boot0 = 0

  • @brijeshkhokhar
    @brijeshkhokhar 4 ปีที่แล้ว

    which software are you using to create this kind of video ?

    • @CETech4u
      @CETech4u  4 ปีที่แล้ว

      Software for editing or screen recording?

    • @brijeshkhokhar
      @brijeshkhokhar 4 ปีที่แล้ว

      @@CETech4u yes...

    • @CETech4u
      @CETech4u  4 ปีที่แล้ว

      Premier Pro and OBS Studio

  • @a-job7276
    @a-job7276 4 ปีที่แล้ว

    STM32 VS ARDUINO NANO: th-cam.com/video/E8h8YdWUb7M/w-d-xo.html 5 time faster on Counts. Check the test of analogRead(), it is too fast on STM32F1.
    th-cam.com/video/8DvUydzuHUk/w-d-xo.html 116uS vs 4uS on ADC Test (ADC 10Bit VS 12Bit) 😭

  • @victorJRF
    @victorJRF ปีที่แล้ว

    No explicaste nada.. no se ve lo que haces