-
Notifications
You must be signed in to change notification settings - Fork 3
Hardware Platforms
Supported Sensors | Supported MCU Platforms |
---|---|
TLE4964-3M S2Go | Verified MCU Boards |
TLE4922 K2Go | |
Other sensors | Other MCU Platforms |
More information about the TLE4964-3M
- Getting Started. Check this Arduino getting started tutorial using this Shield 2Go.
- Quick Start Guide S2Go (Arduino)
- Product website
- TLE4964-3M Datasheet
The following kit includes the an XMC1100 microcontroller onboard. To be used with the Hall Speed API.
More information about the TLE4922
- Product website
- User Manual
- Note. This library does not include SICI configuration interface support.
This firmware library can be configured to operate any single output open collector hall switch of the Infineon family. And additional GPIO output is supported for microcontroller switch controlled power.
In fact, this library can be used with any generic active-low single output binary sensor ;)
Find out more hall switches on the Infineon magnetic sensors website.
The library examples have been built and successfully executed on the following hardware platforms:
MCU Platforms |
---|
XMC 2Go |
XMC1100 Boot Kit |
XMC4700 Relax Kit for 5V Shields |
Arduino Uno Rev3 |
Cypress CYW943907AEVAL1F Evaluation Kit |
Raspberry Pi 1 B+ or newer |
Shield 2Go Adapter for Uno Boards
The Shield2Go form factor is designed to be stacked directly into the XCM 2Go microcontroller board. The MyIoT Adapter Shield can be used to attach the Shield2Go with any Arduino UNO hardware compatible boards.
Check the Quick Start Guide for the complete information and pinout diagram of the MyIoT adapter.
The library is developed for easy portability to any general purpose microcontroller platform including a one digital input. And optionally, an additional digital output. Check the circuit diagram above.
The supported software frameworks already allow the usage of multiple microcontroller evaluation boards.
If still not supported, please check the Porting Guide to integrate the library in your custom software framework and hardware platform.
2. Library Details
Library Architecture
Hall Switch API
Hall Speed API
PAL Interface
Source Tree Structure
Preprocessor Configuration
Porting Guide
Doxygen Docs
4. Software Frameworks
Arduino
- Getting Started
- Lib Installation
- Ino Examples
- Arduino API
- PlatformIO
Cypress WICED
- Getting Started
- Lib Installation
- WICED API
- Troubleshooting Guide
Raspberry Pi
- Getting Started
- Lib Installation
- Examples
- API usage