Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jaenrig-ifx committed Jul 31, 2019
2 parents 70aa128 + 0a45b0f commit 9133c64
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@

<img src="https://github.com/Infineon/Assets/blob/master/Pictures/TLI4970_PP.jpg" width=300>

Library of Infineon's [TLI4970](https://www.infineon.com/cms/de/product/sensor/magnetic-current-sensor/tli4970-d050t4/) current sensor for Arduino.
Library of Infineon's [TLI4970](https://www.infineon.com/cms/en/product/sensor/current-sensors/tli4970-d050t4/) current sensor for Arduino.

## Summary
The [TLI4970](https://www.infineon.com/cms/de/product/sensor/magnetic-current-sensor/tli4970-d050t4/) is a high-precision current sensor based on Infineon's proven Hall technology.
The [TLI4970](https://www.infineon.com/cms/en/product/sensor/current-sensors/tli4970-d050t4/) is a high-precision current sensor based on Infineon's proven Hall technology.
The coreless concept significantly reduces footprint compared with existing solutions. TLI4970 is an easy-to-use, fully digital solution that does not require external calibration or additional parts such as A/D converters, 0 pAmps or reference voltage. It thus significantly reduces overall implementation efforts as well as PCB space and cost.

## Key Features and Benefits
Expand Down Expand Up @@ -45,7 +45,7 @@ This library uses the [One Wire](https://github.com/PaulStoffregen/OneWire) libr

#### Installation of the Library

Please download this repository from GitHub by clicking on the following field in the latest [release](https://github.com/Infineon/TLI4970-Current-Sensor/releases) of this repository or directly [here](https://github.com/Infineon/TLI4970-Current-Sensor/releases/download/V1.0.2/TLI4970-Current-Sensor_V102.zip):
Please download this repository from GitHub by clicking on the following field in the latest [release](https://github.com/Infineon/TLI4970-Current-Sensor/releases) of this repository:

![Download Library](https://raw.githubusercontent.com/infineon/assets/master/Pictures/Releases_Generic.jpg)

Expand All @@ -58,11 +58,11 @@ Please see the example sketches in the `/examples` directory in this library to

Currently, there exist two separate evaluation boards:

* [TLI4970050 2 GO KIT](https://www.infineon.com/cms/de/product/sensor/magnetic-current-sensor/tli4970050-2-go-kit/)
* [TLI4970050 2 GO KIT](https://www.infineon.com/cms/en/product/promopages/sensors-2go/#current-sensor-2go)
* [TLI4970 CurrentSense Shield2Go](https://www.infineon.com/cms/en/product/evaluation-boards/s2go_cur-sense_tli4970/)

### Usage with TLI4970050 2 GO KIT
The Current Sensor 2GO is a budget-priced evaluation board equipped with the [TLI4970-D050T4](https://www.infineon.com/cms/de/product/sensor/magnetic-current-sensor/tli4970-d050t4/) current sensor combined with an ARM® Cortex™-M0 CPU. The Current Sensor 2GO has a complete set of on-board devices, including an on-board debugger. Build your own application and gadget with the Current Sensor 2GO.
The Current Sensor 2GO is a budget-priced evaluation board equipped with the TLI4970-D050T4 current sensor combined with an ARM® Cortex™-M0 CPU. The Current Sensor 2GO has a complete set of on-board devices, including an on-board debugger. Build your own application and gadget with the Current Sensor 2GO.
More information can be found [here](https://www.infineon.com/cms/en/product/promopages/sensors-2go/#current-sensor-2go) as well.

Please note that base of the Sensors 2GO is the XMC 2Go from Infineon. Therefore, please install (if not already done) also the [XMC-for-Arduino](https://github.com/Infineon/XMC-for-Arduino) implementation and choose afterwards **XMC1100 XMC2Go** from the **Tools**>**Board** menu in the Arduino IDE if working with this evaluation board.
Expand All @@ -78,7 +78,7 @@ However, every Shield2Go is directly compatible with Infineon's XMC2Go and the r

## Board Information, Datasheet and Additional Information

The datasheet for the TLI4970-D050T4 can be found here [TLI4970-D050T4 Datasheet](https://www.infineon.com/dgdl/Infineon-TLI4970-D050T4-DS-v01_01-EN.pdf?fileId=5546d4625607bd1301562c43e04f38ad) while respective application notes and more documents are located here [Application Notes](https://www.infineon.com/cms/de/product/sensor/magnetic-current-sensor/tli4970-d050t4/#!documents).
The product page is located [here](https://www.infineon.com/cms/de/product/sensor/magnetic-current-sensor/tli4970-d050t4/).
The datasheet for the TLI4970-D050T4 can be found here [TLI4970-D050T4 Datasheet](https://www.infineon.com/dgdl/Infineon-TLI4970-D050T4-DS-v01_01-EN.pdf?fileId=5546d4625607bd1301562c43e04f38ad) while respective application notes and more documents are located here [Application Notes](https://www.infineon.com/cms/en/product/sensor/current-sensors/tli4970-d050t4/#!documents).
The product page is located [here](https://www.infineon.com/cms/en/product/sensor/current-sensors/tli4970-d050t4/).

Please check the [wiki](https://github.com/Infineon/TLI4970-D050T4-Current-Sensor/wiki) with more information for the TLI4970 CurrentSense Shield2Go as well.

0 comments on commit 9133c64

Please sign in to comment.