Get Started With STM32 and Nucleo Tutorial - ADC

Поділитися
Вставка
  • Опубліковано 2 жов 2024
  • In this video I show you how to setup an ADC on a STM32 Nucleo dev board, read in ADC counts, convert to voltage and print to the terminal. An example of a real life use case for this is when companies develop game controllers, the vast majority use a potentiometer which is basically how analog sticks work in a controller, the game controller has a microcontroller which can read the change in voltage, this is then sent to the games console/PC and is used to move your character.
    When I started out I watched these tutorials to get an idea of what I was doing and they really helped me when I was starting out, 5 years into a career now I hope this video helps someone else who was in my position.
    What would I say to my younger self?
    Don't be afraid to google when figuring things out, don't worry about feeling like an imposter, and don't worry about asking too many questions!
    If you enjoyed the video don't forget to SUBSCRIBE!

КОМЕНТАРІ • 2

  • @robertparenton7470
    @robertparenton7470 7 місяців тому +1

    NUCLEO-F446RE and X-NUCLEO-PLC01A1 working on both of these boards and trying to get F466RE to send controls to PLC01. I would appreciate any recommendations.

    • @realconfusedengineer
      @realconfusedengineer  7 місяців тому

      How are you trying to send info to the PLC01? I have to admit I've never used it.