SPI | Raspberry Pi Pico Workshop: Chapter 4.3

แชร์
ฝัง
  • เผยแพร่เมื่อ 13 มิ.ย. 2024
  • 🔗 The full course : core-electronics.com.au/cours...
    SPI or Serial Peripheral Interface, is a blazingly fast communication protocol that we can use in high-speed applications such as cameras, displays and mass storage device adapters. In this video, we will be taking a look at the pros and cons of SPI, when you would use it, and also covering an example of wiring up and using an SPI micro SD card adapter with the Pico to perform some data logging.
    🔧🔨🧰 Hardware featured in this guide:
    Raspberry Pi Pico:
    core-electronics.com.au/catal...
    Micro SD Card Reader:
    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 SPI?
    0:38 Controller Target Architecture
    1:20 SD Card Data Logging Example
    2:02 Wiring up an SPI Device
    5:50 Coding the SD Reader
    8:05 What can use SPI for?
    9:27 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

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

  • @stevencastro2238
    @stevencastro2238 2 วันที่ผ่านมา

    This is by far the best video i've seen in this topic!

  • @jyvben1520
    @jyvben1520 26 วันที่ผ่านมา

    Also see machine which has SoftSPI to see all that pico micropython machine provides use dir(machine) in thonny shell, in program use print(dir(machine))
    master and servant