Difference between revisions of "I2C-TEMP"
Jump to navigation
Jump to search
Blwikiadmin (talk | contribs) |
Blwikiadmin (talk | contribs) |
||
Line 23: | Line 23: | ||
* [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/libraries/LandBoards_I2CTEMP01 Github repo] - Driver code | ||
* [https://github.com/land-boards/lb-Arduino-Code/tree/master/LBCards/I2CTEMP01 Github repo] - Example 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