Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RP2040 Compatibility #22

Open
orlando-helfer opened this issue Apr 3, 2024 · 4 comments
Open

RP2040 Compatibility #22

orlando-helfer opened this issue Apr 3, 2024 · 4 comments
Assignees

Comments

@orlando-helfer
Copy link

Hello,
are there any plans to add compatibility with the family of boards based on the RP2040 (with the arduino-pico core)?
I am using a custom board with a RP2040 and have the Sensor (variant TLE5012BE1000XUMA1) connected to the SPI bus of the MCU. A 510 Ohm Resistor between MOSI and MISO is also in place.
Unfortunately the compilation using the Arduino Library is not functional for this chip atm. and I'm having some trouble to implement it for the this chip :/

@OlafFilies
Copy link
Member

Hello,
and thanks for this question.
Yet at the moment we do not plan to convert the code to RP2040. but the TLx5012 code is yet under review and will be updated soon. This will not solve directly your problem but there is a good chance that we implement a MiroPython port of the library. If this is not what you need, than maybe the new Arduino lib will help as it is more clear and seperates the core functions better from the Arduino function, as you only need the wrap the SPI and GPIO functionality arround the core lib.

@orlando-helfer
Copy link
Author

Thank you for the swift reply!
Unfortunately the MicroPython library would be of no use for my case, but the updated library would possibly help!
When is this new update planned to be released?
Thankss

@OlafFilies
Copy link
Member

Hello,
there is yet no final release date and it still will take some time and it will be certainly after embedded 2024 trade fair. The only thing in between which I can offer is my fork of the repo which includes almost all changes so far (https://github.com/OlafFilies/xensiv-angle-sensor-tlx5012).

@orlando-helfer
Copy link
Author

Alright, I'll take a look!
Thanks'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants