Hello,
I'm having a strange issue with connecting the A7105 module to Arduino. I've tried with both Due and a clone of Uno and get the same result.
I connect the A7105 SDIO pin to both MISO (direct) and MOSI (via resistor), creating a 3-pin SPI.
VDD goes to 3.3V, GND to GND
SCK to SCK, SCL to pin 10 on Arduino
Result: doesn't work
However, and here's the magic, if I connect a multimeter parallel onto the resistor (which I did without thinking to check I had the correct resistor), the whole show starts working perfectly. I've tried it with resistors from 0 (direct wire) to 22k.
It seems to not meter if the multimeter is on or off, if it has a battery inside or not.
It does, however, matter what function is selected: ohmmeter and circuit continuity functions make the circuit work, voltmeter and ammeter don't make it work.
So, here's my thinking:
-an ohmmeter without power (switched off, no battery) should act as a Megaohm-range resistor, so connecting it in parallel to a 22k resistor should make next to no difference, yet it seems to make the circuit work
-a voltmeter without power should pretty much do the same, yet it doesn't work
What am I missing? I'm lost.
Pls help
Arut