Difference between revisions of "SPI-POTX2"

From Land Boards Wiki
Jump to navigation Jump to search
Line 54: Line 54:
 
== Driver Software ==
 
== Driver Software ==
  
* [https://github.com/land-boards/lb-Arduino-Code/tree/master/LBCards/SPIPOTX2 SPI-POT-X2 GitHub Arduino Example Code] - Creates triangle wave output
+
* [https://github.com/land-boards/lb-Arduino-Code/tree/master/LBCards/SPIPOTX2 SPI-POT-X2 GitHub Arduino Example Code] - Creates triangle wave output on both outputs
  
 
== Test Software Using RPI_PSOC5 Test Station ==
 
== Test Software Using RPI_PSOC5 Test Station ==

Revision as of 11:49, 5 April 2022

Tindie-mediums.png

SPI-POTX2-720px.jpg

Features

  • Dual Digital potentiometer
    • MCP4231 Dual Digital Pot
    • 7-bit: 128 Resistors (129 Steps)
    • Zero Scale to Full Scale Wiper operation
    • 10K
      • Other resistances optional: 5K, 50K, 100K
    • Power on reset to half wiper value
    • SPI Interface
      • SPI Serial Interface (10 MHz, modes 0,0 & 1,1)
      • High-Speed Read/Writes to wiper register
      • 10 MHz (max SPI speed)
  • 2.7V to 5.5V
  • Daisy-chain SPI connector
    • Slave Select (SS) should be star connected
  • 49x49mm form factor
  • (4) #4-40 mounting holes

Connectors

J1, J3 - SPI connector

  1. MISO
  2. +V
  3. SCK
  4. MOSI
  5. SS
  6. GND

J2 - SPI Connector

  • Matches Arduino SPI connector pinout
  1. MISO
  2. +V
  3. SCK
  4. MOSI
  5. SS
  6. GND

POT0, POT1

  1. GND
  2. B SIDE
  3. WIPER
  4. A SIDE
  5. +V

Driver Software

Test Software Using RPI_PSOC5 Test Station

Assembly Sheet