TLE5012B  3.1.0
The TLE5012B is a pre-calibrated 360° angle sensor that detects the orientation of a magnetic field. The raw signals (sine and cosine) are digitally processed internally to calculate the angle orientation of the magnetic field (magnet).
readSpeedProcessing.cpp File Reference
Include dependency graph for readSpeedProcessing.cpp:

readSpeedProcessing

This example can be used for a first fast test if the sensors works

Author
Infineon Technologies AG
Version
3.1.0

Demonstrates the fast readout of the angle speed. Depending on the microcontroller you use more or less speed on the serial port is possible.

Attention
Use this sketch together with the processing script examples

SPDX-License-Identifier: MIT

Tle5012Wiced Tle5012Sensor = Tle5012Wiced()
 
errorTypes checkError = NO_ERROR
 
void setup ()
 
void loop ()
 
void application_start ()
 

Function Documentation

◆ setup()

void setup ( )
Here is the call graph for this function:

◆ loop()

void loop ( )
Here is the call graph for this function:

◆ application_start()

void application_start ( )
Here is the call graph for this function:

Variable Documentation

◆ Tle5012Sensor

Tle5012Wiced Tle5012Sensor = Tle5012Wiced()

◆ checkError

errorTypes checkError = NO_ERROR