Jump to content
  • 0

Two Analog Shields on the same Arduino Uno Board


effevalerio

Question

2 answers to this question

Recommended Posts

@effevalerio,

You will have issues stacking two Analog Shields on top of a single Arduino. Each shield will share the same MOSI/MISO pins, and the chip selects for the DAC and ADC when stacked, so you'll have troubles communicating with a single DAC or ADC off each shield. If you were able to reroute the chip select pins for the second shield, you could get the system to work, however this sounds like a huge hassle. You could perhaps create your own shield with ADCs and DACs that have more channels, or a shield that has more ADCs and DACs.

So, to answer your question directly, there really isn't a way to use more than two Analog Shields with the same Arduino Uno board without some effort.

AndrewHolzer

Link to comment
Share on other sites

14 hours ago, AndrewHolzer said:

@effevalerio,

You will have issues stacking two Analog Shields on top of a single Arduino. Each shield will share the same MOSI/MISO pins, and the chip selects for the DAC and ADC when stacked, so you'll have troubles communicating with a single DAC or ADC off each shield. If you were able to reroute the chip select pins for the second shield, you could get the system to work, however this sounds like a huge hassle. You could perhaps create your own shield with ADCs and DACs that have more channels, or a shield that has more ADCs and DACs.

So, to answer your question directly, there really isn't a way to use more than two Analog Shields with the same Arduino Uno board without some effort.

AndrewHolzer

Thanks Andrew for your fast reply,

I will look for alternative multi-IO boards :-(

 

 

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...