Skip to content

Library for Infineons's 3D magnetic sensor TLE493D-W2B6 for Arduino.

Notifications You must be signed in to change notification settings

sherylll/TLE493D-W2B6-3DMagnetic-Sensor

 
 

Repository files navigation

3D-Magnetic-Sensor-2GO

Build Status

Library of Infineon's 3D magnetic sensor TLE493D family (currently supporting W2B6 and A2B6) for Arduino. Notice that it is enough to use the class Tle493d if you want to use the basic setup. Classes Tle493d-w2b6 and Tle493d-a2b6 offers additional device-specific features.

Summary

The 3D Magnetic Sensor 2GO is a budget-priced evaluation board equipped with the magnetic sensor TLE493D for three dimensional measurement combined with an ARM® Cortex™-M0 CPU. The 3D Magnetic Sensor 2GO has a complete set of on-board devices, including an on-board debugger. Build your own application and gadget with the 3D Magnetic Sensor 2GO.

Key Features and Benefits

  • TLE493D-A2B6 and TLE493D-W2B6 (three dimensional magnetic sensor)
  • XMC1100 (ARM® Cortex™-M0 based)
  • On-board J-Link Lite Debugger (Realized with XMC4200 Microcontroller)
  • Power over USB (Micro USB), ESD and reverse current protection

Installation

Integration of XMC in Arduino IDE

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 implementation and choose afterwards XMC2Go from the Tools>Board menu in the Arduino IDE if working with this evaluation board.

Integration of Library

Please download this repository from GitHub by clicking on the following field in the releases of this repository or directly here:

Download Library

To install the 3D magnetic sensor 2GO library in the Arduino IDE, please go now to Sketch > Include Library > Add .ZIP Library... in the Arduino IDE and navigate to the downloaded .ZIP file of this repository. The library will be installed in your Arduino sketch folder in libraries and you can select as well as include this one to your project under Sketch > Include Library > MagneticSensor3D.

Install Library

Usage

Please follow the example sketches in the /examples directory in this library to learn more about the usage of the library.

Processing

This library supports the open-source software Processing for creating GUIs. It allows you to connect your evaluation board to a PC over serial communication and visualisation of the embedded system. Find out more on the Arduino homepage here. The respective files are stored in the /processing folder of this repository.

Board Information, Datasheet and Additional Information

A PDF summarizing the features and layout of the 3D magnetic sensor 2GO board is stored on the Infineon homepage here. The datasheet for the TLE493D-W2B6 can be found here TLE493D-W2B6 Datasheet while respective application notes are located here Application Notes.

About

Library for Infineons's 3D magnetic sensor TLE493D-W2B6 for Arduino.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 82.2%
  • Processing 17.8%