This other one may be a little bit confusing, but it's based on a real circuit I built with the DF Player Mini and a 0,5w 32 milimeter 8 Ohms speaker that recently arrived home. The resistor I'm using in RX is a 10 kohm, but I suspect it's not good enough.
If anyone could help me with that, I would be really thankful. And thanks for reading this far.
I didn't test them out because first, I don't have all the hardware (the microamp and the shield included), and regarding the DF Player, I fear any malfunctions to the arduino mega when testing it out, it's not really clear to me if it would work or not, so I'd like to have some advice before any mistakes could be made.
About the resistors, I read that it would be metter a 1k ohm resistor, but I don't have a physical one just yet and thought of using it as I have plenty of them. Sorry for the unclearness and for the "funny" term, it wasn't meant to be there.
Why would you wire a shield that is intended to be mounted on an Arduino?
Note that for a Mega you need a 6-pin female header at the bottom of the shield. Or you need to wire them to the relevant pins of the Mega (see the Mega pinout).
I'm sorry I didn't really understand how the shield works, to be honest. So what I have to do is to put it on the Arduino? For my project, I've been using some LDR sensors for user input, how would that be connected?
Sorry for all the confusion, I'm getting used to all the hardware and how the Arduino works.
The resistor in the second image isn’t doing anything as it is being shorted. You need to move one leg to a separate rail and then connect it to the Arduino pin.
For an Arduino Uno that would be sufficient. For a Mega (or other non-Uno) you need also need something like ICSP stackable header 2x3.
That will provide SPI connectivity for any board that has the shape of an Uno.
It will be MOSI to MOSI, MISO to MISO and SCK to SCLK.
Note:
Never be tempted to use pins 11/12/13 for anything else when using a non-Uno. If you want to play it safe with a non-Uno you can cut the pins 11/12/13 of the headers that you soldered to the shield but in that case the shield will no longer work on an Uno.
Late edit:
The 6-pin will be mounted at the bottom of the shield (solder at top).