CJMCU-75 — seting the I2C adress

i2cintegrated-circuitsoldering

I just got embedded system CJMCU-75 which has LM75A I2C temperature sensor on top of it. I dig into the LM75A documentation and found out that it's I2C address consists of four fixed MSB and three LSB bits which can be set up externally by pulling pins A0/A1/A2 towards VCC or GND.

So I looked again at my newly bought embedded system and found that designer already took care of this on the bottom of the board where he put three pads for setting A0/A1/A2 pins:

enter image description here

Do you have any advice on how to solder A0/A1/A3 pads to VCC/GND in order to be able to change them easily afterwards.

Best Answer

Pick a surface mount resistor that is just the right size to go from the center pad to either GND or VCC. It should be low value resistor. If you have 0 Ohm jumpers, that would be ideal. But any low value will work fine, for example 10 or 22. Solder it in the desired location. Later it should be fairly easy to move or remove the resistor.

If you don't have any SMT resistors, cut off a small piece of copper wire or a small piece of a lead from a leaded component, and solder that in place as a jumper. Make sure it is physically short so that it does not accidentally contact both VCC and GND. That would not be good.

Good luck!

Related Topic