Microcontrollers, Embedded Systems, and STM32.

  Рет қаралды 15,963

thehardwareguy

thehardwareguy

Күн бұрын

Пікірлер: 43
@terryrichards9756
@terryrichards9756 2 жыл бұрын
I've been messing with electronics for over 40 years and you have one of the best deliveries of of content and an excellent way of explaining concepts i have seen in many years. Very good job , keep it up.
@latiftrincas9849
@latiftrincas9849 3 жыл бұрын
Just wanted to thank you for delivering amazing content. You've also inspired me to produce my own content as an engineer (still a student). Really appreciate what you do :) Please don't stop!!
@thehardwareguy
@thehardwareguy 3 жыл бұрын
Thank you for the kind words, very much appreciated👊🏻
@wimwiddershins
@wimwiddershins 3 жыл бұрын
Great stuff Sir! You're freecad tutes are easily the most articulate and understandable videos on the subject. I'm really looking forward to the microcontroller series.
@thehardwareguy
@thehardwareguy 3 жыл бұрын
Thank you very much!
@svnspell6709
@svnspell6709 Ай бұрын
I am not into all these electronic and technical things and often are too hard for me to understand,but this was explained so straightforward! Thankyou so much
@derrickadusei7987
@derrickadusei7987 2 ай бұрын
Wow i did not know you were into electronics too . Your freecad videos have really helped me. thanks
@weirdpointz4453
@weirdpointz4453 3 жыл бұрын
Today i found you on instagram and then visited your KZbin channel and became your fan ❤️ , you really inspired me :)
@thehardwareguy
@thehardwareguy 3 жыл бұрын
Thank you so much!
@onyinyechichukwuma689
@onyinyechichukwuma689 2 жыл бұрын
This was very helpful, thanks very much! ✨
@Stroid9
@Stroid9 3 жыл бұрын
I'm very hyped for this!
@vihangpathak9759
@vihangpathak9759 3 жыл бұрын
Please Continue STM32 Series with some projects thank you
@mahesh41000
@mahesh41000 3 жыл бұрын
I really got an idea on a micro controller. Thanks to you!!!
@lrfpv5292
@lrfpv5292 3 жыл бұрын
Can you cover content specific to C/C++ programming for STM32? For example, using the CubeIDE and the pros/cons of C vs C++ for hardware projects? Thanks!
@GeekyMino
@GeekyMino 3 жыл бұрын
Great content man!
@traficdas
@traficdas 2 жыл бұрын
how to do threads inside and outside pipe thread fine and course?
@Fnta_discovery
@Fnta_discovery 2 жыл бұрын
Hi dear. I’d love you to give the manner or advice so that I can understand STM32 because when I see a code HAL I panicked suddenly. Best regards 😢
@StrsAmbrg
@StrsAmbrg 2 жыл бұрын
What is the different between firmware and software driver in a microcontroller? Do they are different, or just they are just same meaning?
@Kysen10
@Kysen10 3 жыл бұрын
Made a similar switch away from Arduino to STM32 last year, the mcus are so much more capable. CubeMX (Eclipse) is a much better IDE too.
@muhammadqaisarali
@muhammadqaisarali Жыл бұрын
I believe peripherals are those iOS which are connected to microprocessor and results into microcontroller. For example ADC, DAC, PWM, I2C, SPI, UART, CAN, etc..
@RixtronixLAB
@RixtronixLAB 3 жыл бұрын
Vote it up, nice video clip, thank you for sharing it :)
@minayakarimova
@minayakarimova 2 жыл бұрын
huge thanks
@thehardwareguy
@thehardwareguy 2 жыл бұрын
Most welcome, thanks for watching
@plbader3714
@plbader3714 Жыл бұрын
thank you
@joelfoapafotie-du9fh
@joelfoapafotie-du9fh 2 ай бұрын
wahoo so you can write your own C program to give instruction to the MC, i thought everything was set in advance. that make it interesting
@m.kchaudhary2800
@m.kchaudhary2800 2 жыл бұрын
I have to buil a college project on IOT solution for elderly care and I need to come up with new idea........plz help me out Thank u
@TanishqIsHere
@TanishqIsHere 3 жыл бұрын
Will you use CubeIDE? Please teach us DMA too!
@thehardwareguy
@thehardwareguy 3 жыл бұрын
I will either use Cube IDE or Visual Studio Visual GDB Plugin. GDB is so awesome it's hard to go back to anything else. CubeMX will be used for hardware config too!
@TanishqIsHere
@TanishqIsHere 3 жыл бұрын
@@thehardwareguy great to hear that!
@andymiddleton6431
@andymiddleton6431 3 жыл бұрын
You said one was a F4 chip... these are the same chips that F4 drone controller boards are based on...? I wonder then if could just adapt one of these controllers for r/c, as they seem to have way enough power for flight 🤔😉
@thehardwareguy
@thehardwareguy 3 жыл бұрын
Those drone controller boards aren't too complicated to design, but developing the software is the challenging part! those flight controllers do a lot under the hood! These boards are both F4 chips! this Nucleo-64 has an STM32F401RE chip, which is the baby brother (less pins) to the STM32F407VE chip that is on the STM32F4 Discovery board
@Hashirjunaidp
@Hashirjunaidp 3 жыл бұрын
is stem 32 better or stem 64
@GeekRedux
@GeekRedux 3 жыл бұрын
What are those? Do you mean ST's microcontrollers? ST's microcontrollers include the STM32 family, but they don't have a STM64. Yet.
@thehardwareguy
@thehardwareguy 3 жыл бұрын
Embedded systems generally use 32 bit microcontrollers, anything more would be overkill really. We may see this change though with the introduction of deep learning, computer vision etc. ST are actually starting to branch out to machine learning now which is exciting! Although, Nvidia are already on top of that with the likes of the Jetson Nano etc. When you start reaching to 64 bit we're talking more of a microprocessor at that point!
@GeekRedux
@GeekRedux 3 жыл бұрын
Thanks for stressing these are development boards. More attention needs to be drawn to the fact these boards are for testing and development. It's frustrating reading about projects that have a whole Arduino UNO board left in when the parts they actually need would be way cheaper to use on their own.
@thehardwareguy
@thehardwareguy 3 жыл бұрын
I think PCB design can be very intimidating to some. This is something I will cover also!
@GeekRedux
@GeekRedux 3 жыл бұрын
@@thehardwareguy Definitely agree on that, but there doesn't need to be a leap straight from devboards to PCB design. A lot can be done soldering up components on perfboard as a good middle ground.
@maotailaoren
@maotailaoren 5 ай бұрын
good videos
@thehardwareguy
@thehardwareguy 5 ай бұрын
thank you
@Giooooonni93
@Giooooonni93 3 жыл бұрын
The N1
@professorposh4146
@professorposh4146 3 жыл бұрын
If smartphones aren't embedded systems, then what are they?
@makewithmegma
@makewithmegma 3 жыл бұрын
❤👌👍
@traficdas
@traficdas 2 жыл бұрын
matrix
Arm Cortex-M vs ESP32: Which is More Efficient?
19:41
Gary Explains
Рет қаралды 55 М.
Arduino Uno Gets Its BIGGEST Upgrade In 12 Years
11:49
Electronoobs
Рет қаралды 91 М.
小丑教训坏蛋 #小丑 #天使 #shorts
00:49
好人小丑
Рет қаралды 54 МЛН
My scorpion was taken away from me 😢
00:55
TyphoonFast 5
Рет қаралды 2,7 МЛН
UFC 310 : Рахмонов VS Мачадо Гэрри
05:00
Setanta Sports UFC
Рет қаралды 1,2 МЛН
A Beginner's Guide to Microcontrollers
15:18
Electronic Wizard
Рет қаралды 52 М.
STM32 Blue Pill vs Black Pill Microcontroller Boards
18:31
Gary Explains
Рет қаралды 142 М.
3 engineers race to design a PCB in 2 hours | Design Battle
11:50
Predictable Designs
Рет қаралды 571 М.
I tried the Cheapest Arduino Alternative (that Nobody heard of)
13:31
Building precision machines is simple, until it isn't.
39:53
Not An Engineer
Рет қаралды 584 М.
STM32 Hardware Development - CubeMX / Visual GDB Setup Guide
50:53
thehardwareguy
Рет қаралды 11 М.
Top-4 Best Microcontroller Boards to Learn Embedded Systems
11:03
BINARYUPDATES
Рет қаралды 42 М.
小丑教训坏蛋 #小丑 #天使 #shorts
00:49
好人小丑
Рет қаралды 54 МЛН