Difference between revisions of "I2C-TEMP"
Jump to navigation
Jump to search
Blwikiadmin (talk | contribs) (Created page with "== Features == * TCN75A Temperature sensor * I2C Base address = 0x48 * Jumper selectable I2C offset address (0x48-0x4f) * Jumper selectable termination resistors * Up to 400...") |
Blwikiadmin (talk | contribs) |
||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | [[File:tindie-mediums.png|link=https://www.tindie.com/products/land_boards/i2c-temperature-sensor-i2c-temp-01/]] | ||
+ | |||
+ | <video type="youtube">4ntWfcRmjN0</video> | ||
+ | |||
+ | [[File:I2C-TEMP-640px.jpg]] | ||
+ | |||
== Features == | == Features == | ||
Line 12: | Line 18: | ||
* 49x49mm form factor | * 49x49mm form factor | ||
* (4) #4-40 mounting holes | * (4) #4-40 mounting holes | ||
+ | |||
+ | == Drivers/Example Code == | ||
+ | |||
+ | * [https://github.com/land-boards/lb-Arduino-Code/tree/master/libraries/LandBoards_I2CTEMP01 Github repo] - Driver code | ||
+ | * [https://github.com/land-boards/lb-Arduino-Code/tree/master/LBCards/I2CTEMP01 Github repo] - Example code | ||
+ | |||
+ | == Testing == | ||
+ | |||
+ | * [[Arduino Based Test Station]] | ||
+ | * [https://github.com/land-boards/lb-Arduino-Code/tree/master/LBCards/ODAS/ODASTESTER ODAS Tester Github Repo] | ||
== Assembly Sheet == | == Assembly Sheet == | ||
* [[I2C-TEMP Assembly Sheet]] | * [[I2C-TEMP Assembly Sheet]] |
Latest revision as of 13:02, 1 January 2020
Features
- TCN75A Temperature sensor
- I2C Base address = 0x48
- Jumper selectable I2C offset address (0x48-0x4f)
- Jumper selectable termination resistors
- Up to 400 KHz operation
- Interrupt output
- Arduino library with example code
- 2.7V to 5.5V
- Daisy-chain connector
- 49x49mm form factor
- (4) #4-40 mounting holes
Drivers/Example Code
- Github repo - Driver code
- Github repo - Example code