Writing PWM Outputs | Raspberry Pi Pico Workshop: Chapter 2.7

Поделиться
HTML-код
  • Опубликовано: 14 июл 2024
  • 🔗 The full course : core-electronics.com.au/cours...
    Most microcontrollers aren't able to natively output an analog signal, instead, they use a little trick called PWM. In this video we will be taking a look at how to use PWM in MicroPython on the Raspberry Pi PIco, and what it can be used for.
    🔧🔨🧰 Hardware featured in this guide:
    Pico:
    core-electronics.com.au/catal...
    LED Pack:
    core-electronics.com.au/catal...
    Breadboard:
    core-electronics.com.au/catal...
    Jumper Wires:
    core-electronics.com.au/catal...
    Button Pack:
    core-electronics.com.au/catal...
    Potentiometer:
    core-electronics.com.au/catal...
    💡❓ If you have any questions about this content or want to share a project you're working on head over to our maker forum: coreelec.io/forum
    0:00 What is PWM?
    2:08 Controlling LED Brightness with PWM Example
    4:28 Setting a PWM with a Potentiometer
    5:15 What can we do with PWM Signals?
    6:41 3 Key Takeaways
    🌏🦘 Core Electronics is located in the heart of Newcastle, Australia. We're powered by makers, for makers. Drop by if you are looking for:
    • Raspberry Pi core-electronics.com.au/raspb...
    • Arduino core-electronics.com.au/ardui...
    • Sparkfun core-electronics.com.au/brand...
    • Adafruit core-electronics.com.au/brand...
    • Pololu core-electronics.com.au/brand...
    • DFRobot core-electronics.com.au/brand...
    The following trademarks are owned by Core Electronics Pty Ltd:
    "Core Electronics" and the Core Electronics logo
    "Makerverse" and the Makerverse logo
    "PiicoDev" and the PiicoDev logo
    "GlowBit" and the GlowBit logo

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

  • @ericmurray1679
    @ericmurray1679 2 месяца назад

    Thank you for this really informative and helpful video!!

  • @Slicudis
    @Slicudis 4 месяца назад +1

    This is one of the best informative videos! Thank you so much!
    I've got a small question: Is it posible to create a PWM output using digital outputs in Arduino? (without using the PWM pins)

    • @Core-Electronics
      @Core-Electronics  4 месяца назад

      You can generate a PWM signal on the other pins if you use the softPWM library

    • @Slicudis
      @Slicudis 4 месяца назад

      Nice!
      ​@@Core-Electronics