Infineon / TLV493D-A1B6-3DMagnetic-Sensor

Library for the TLV493D-A1B6 3D magnetic sensor for Arduino.
MIT License
39 stars 27 forks source link

TLE493D #2

Closed nikkadim closed 6 years ago

nikkadim commented 6 years ago

Should this library work with new TLE493D sensor? In MagneticSensor3D.h you have some notes about sensor configuration, but according spec this sensor have at least two Fast Mode's (7.5 kHz and 5.7 kHz).

PS: Tried to communicated with TLE493D via this library, no luck.

mhollfelder commented 6 years ago

Currently, the library has been developed for the TLV493D and will only work with this one. So it is unfortunately not working with the TLE493D right now, sorry!

We are currently working on some other libraries and I will discuss this one as a request.

Best regards,

Manuel

nikkadim commented 6 years ago

Thank you @mhoechner! TLV494D works just fine with this lib, thank you for your work! Can't wait to try TLE493E with a higher sampling rate.

nikkadim commented 6 years ago

@mhoechner any updates when TLE493 will be available? Thank you.

mhoechner commented 6 years ago

@nikkadim

Finally the arduino library for the TLE493D-W2B6 is available at: TLE493D-W2B6 Lib

With this first version you should be able to communicate with your TLE493D. However to enable all features of this sensor (i.e. fast mode) some further work on this Library is required.

BR Moritz

nikkadim commented 6 years ago

@mhollfelder terrific! Thank you very much!

mhollfelder commented 6 years ago

I will close this issue, if you need more help, please let us know.

Best regards,

Manuel