Learn How To Blink The Onboard Led On A Raspberry Pi Pico-w | Easy Tutorial | Drjonea.co.uk

แชร์
ฝัง
  • เผยแพร่เมื่อ 30 พ.ค. 2024
  • When it comes to the onboard LED the Pico W is a very different board. At least if you are using it directly in C or C++ via the Pico SDK. Let's take an easy look at how to use the LED on the Pico-W, and make it flash like we did for the Pico. Please visit my website to get more information: drjonea.co.uk/
    ⏰Timestamps
    00:00 Introduction
    01:05 How LED is connected to Pico-W
    02:10 Cloning and building the project
    03:48 The project code
    05:36 Libraries and a warning
    All of the code for this video is included on GitHub at: github.com/jondurrant/RPIPico...
    You can clone it to your environment with the command:
    git clone github.com/jondurrant/RPIPico...
    To build the project we go through the steps
    cd 2-PicoWFlash
    mkdir build
    cd build
    cmake ..
    make
    On windows use ninja instead of make
    I've got a course that drill into the setup of the toolchain for your Pico and your development environment. It covers Windows, Mac, Raspberry PI and Linux desktops. Take a look at: www.udemy.com/course/introduc...
    If you want to learn more and try some projects why not try out my Pico Microprojects course on Udemy. For a limited time only it's free. www.udemy.com/course/rpi-pico...
    ✨Unlock your potential in Embedded Systems, IoT, and Robotics today with Dr Jon EA's expert courses: www.udemy.com/user/jon-durrant/
    Video Title: Learn How To Blink The Onboard Led On A Raspberry Pi Pico-w | Easy Tutorial | Drjonea.co.uk
    🔔Build, Code, Create - Your Pathway to Innovation Starts Here!! Subscribe now and unlock the power of Raspberry PI Pico for your Embedded IoT and Robotics projects.
    / @drjonea
    ✅Important Link to Follow
    🔗GitHub
    github.com/jondurrant
    ✅ Stay Connected With Me.
    👉Facebook: / drjondurrant
    👉Instagram: / drjonea
    👉Threads: www.threads.net/@drjonea
    👉Tiktok: / drjonea
    👉Twitter (X): / drjonea
    👉Linkedin: / jondurrant
    👉Pinterest: www.pinterest.co.uk/drjonea/
    👉Discord: discordapp.com/users/drjonea
    👉Website: drjonea.co.uk/
    ✅ For Business Inquiries: drjonea@jondurrant.com
    =============================
    ✅ Recommended Playlists
    👉 RP2040 Guides
    • Raspberry PI Pico-W WI...
    👉 Raspberry PI Pico Basics
    • Raspberry Pi Pico Basics
    =============================
    ✅ About Dr Jon EA Ltd.
    Welcome to Dr Jon EA Ltd, your go-to channel for mastering Embedded Systems, IoT, and Robotics with the Raspberry PI Pico and beyond! Get into my hands-on tutorials and courses, created by me, Dr. Jon EA - a Udemy training author, enterprise architect, and passionate hobby developer based in Brighton, UK. Whether you're getting into coding with C, C++, or Python or exploring FreeRTOS, this channel is crafted to elevate your skills in a simple, accessible way. Join me on this journey of creation and innovation today!
    For Collaboration and Business inquiries, please use the contact information below:
    📩 Email: drjonea@jondurrant.com
    🔔Elevate Your Coding Skills to New Heights! Subscribe now and get on a learning journey with Raspberry PI Pico tutorials that make complex concepts simple.
    / @drjonea
    =================================
    ⚠️Disclaimer: I do not accept any liability for any loss or damage incurred from you acting or not acting as a result of watching any of my publications. You acknowledge that you use the information I provide at your own risk. Do your research.
    Copyright Notice: This video and my TH-cam channel contain dialogue, music, and images that are the property of Dr Jon EA Ltd. You are authorised to share the video link and channel and embed this video in your website or others as long as a link back to my TH-cam channel is provided.
    © Dr Jon EA Ltd
  • วิทยาศาสตร์และเทคโนโลยี

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

  • @andrewduncan1217
    @andrewduncan1217 2 หลายเดือนก่อน

    @DrJon, The git repository doesn't contain the sub-folder 2-PicoWFlash.

    • @DrJonEA
      @DrJonEA  2 หลายเดือนก่อน

      Opps, sorry about that. It does now.

    • @JordanBroome
      @JordanBroome 2 หลายเดือนก่อน +1

      Solid!