Fork me on GitHub

Project Notes

#190 MultiSlaveSPI

Using SPI to control multiple devices (that support an SPIish interface)

Here’s a quick video of the circuit in action:

MultiSlaveSPI

Notes

The ShiftDriveSPI project demonstrated how hardware SPI can be used to control a system with a 74HC595 interface. The proposed benefit was that SPI allows multiple devices to be controlled with a minimal (+1) extension to the number of pins required.

This project is a test of SPI to control multiple (2) devices that support an “SPI-like” interface.

It’s interesting how far you can push the definition of “SPI-like”. In this case I’m using two devices:

These modules are all connected to the SPI interface of an Arduino, with a seperate latch (SS/slave select) for each. The data to each module actually passes down the same wire (MOSI).

The demo sketch does two things:

  • runs a 0-9 counter on the 7-segment LED module (with decimal point enabled for even numbers)
  • runs a countdown counter that cycles for each change on the LED module

Construction

Breadboard

The Schematic

The Build

Credits and References

About LEAP#190 SPIArduino
Project Source on GitHub Return to the LEAP Catalog

LEAP is just my personal collection of electronics projects - usually involving an Arduino or other microprocessor in one way or another. Some are full-blown projects, while many are trivial breadboard experiments, intended to learn and explore something interesting.

Projects are often inspired by things found wild on the net, or ideas from the many great electronics podcasts and YouTube channels. Feel free to borrow liberally, and if you spot any issues do let me know (or send a PR!). See the individual projects for credits where due.

For a while I have also included various scale modelling projects here too, but I've now split those off into a new repository. Check out LittleModelArt if you are looking for the modelling projects!

Project Gallery Notebook LittleCodingKata LittleModelArt More on my blog