Here is sample project how to use CJMCU-75 board with I2C LM75A Digital Temperature Sensor.
Project status:
- Now can read temperature using: LC CH341A USB Adapter - project in VS2010. See project's readme for more details.
Here is reverse engineered schematic (drawn in Express SCH) of CJMCU-75 with LM75A address set to 0
:
NOTE:
I was surprised that the resistor labeled
300
is actually200K Ohm
(I would expect30 * 10^0 = 30 Ohm
which would be strange, but...) This is even value which I get on SMD resistor code calculator
You need to set I2C Device address before using CJMCU-75.
I set device address to 0
soldering these pins (see above picture):
A0
andGND
together.A1
andGND
together.A2
andGND
together.
After soldering all three pins - A0
, A1
and A2
to one of GND
or VCC
the board is ready for use.