IoT#31 RPTC-Q LTC2984 to ESP32 SPI Code Deep Dive

Sdílet
Vložit
  • čas přidán 21. 07. 2024
  • In this follow up to video #30, LTC2984 Initial Power Up and Repair, we dig into the SPI code we are using in our Espressif ESP32 System on Chip to communicate with our LTC2984 ADC. I will show you all the documents, examples, and websites used to create the SPI code. We will look at the LTC2984 Testbench software and the C code it generates. We will look at the LTC2984 SPI specs in the datasheet. And, we will go over the code and map how the datasheet specs are implemented in the software. Watch video number #30 to see the SPI comm. and LTC2984 in action.
    To show your support for the Muxall Open IoT Video Blog donate with credit card or Paypal: www.paypal.com/cgi-bin/webscr...
    Buy Muxall Products: shop.muxall.com
    Muxall LLC is an Engineering company that offers: Network Consulting, Automation Development, and Training Videos. Muxall produces: The Movement Clock, Automated Turntable, Network Engineering Video Blog, and Muxall Open IoT Video Blog. Call or write us today!
    Michael Crane
    Muxall LLC
    Dallas, Texas, USA
    Phone: 1-972-212-6890
    Email: i n f o (at) m u x a l l . c o m
    Web: www.muxall.com
    Muxall Stuff Website: mx3.muxall.com
    Network Engineering Video Blog: / networkengineeringvide...
    Muxall Open IoT Video Blog: / @muxallopeniot9194
    Auto-Subscribe
    Muxall Open IoT Video Blog: / @muxallopeniot9194
  • Věda a technologie

Komentáře • 1

  • @qwerty1234158
    @qwerty1234158 Před 5 lety

    You need to specify the clock rate and mode etc. for each SPI transaction because SPI is a bus that can have multiple devices on it. Each device can operate on a different SPI mode and clock rate.