akcarlsmith
New member
Has anyone cleanly connected PJRC's micro SD adapter to a Teensy 3.0? Here are my thoughts so far.
The pads on the back of the SD adapter have to be soldered together since the Teensy 3.0 is operating at 3.3 V.
One pinout on the adapter will go to a 3.3V power supply, which will be pin 3.3V (100 mA max) near digital pin 23.
Is 100 mA enough to operate the SD adapter? I am guessing it is.
Since the rest of the pins are digital inputs (SW, MOSI, MISO, SCLK,SS) they can be connected to the digital pins which are all plentiful.
The last pin in the Ground pin on the SD adapter, which I believe I can connect to a digital pin and just call the pin a ground in the code.
So the adapter would be covering Digital Pins 1-5 and 20-23 and the 3.3 V (100 mA)
Does that all sound right? Thanks!
The pads on the back of the SD adapter have to be soldered together since the Teensy 3.0 is operating at 3.3 V.
One pinout on the adapter will go to a 3.3V power supply, which will be pin 3.3V (100 mA max) near digital pin 23.
Is 100 mA enough to operate the SD adapter? I am guessing it is.
Since the rest of the pins are digital inputs (SW, MOSI, MISO, SCLK,SS) they can be connected to the digital pins which are all plentiful.
The last pin in the Ground pin on the SD adapter, which I believe I can connect to a digital pin and just call the pin a ground in the code.
So the adapter would be covering Digital Pins 1-5 and 20-23 and the 3.3 V (100 mA)
Does that all sound right? Thanks!