-
Notifications
You must be signed in to change notification settings - Fork 13.7k
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
TF Mini Plus UART and I2C driver #13003
Comments
It looks like a fairly straightforward driver to add if anyone has this hardware in hand. |
Hi @gian1312 , I have a TF Mini Plus that I've been using with the tfmini driver for months now, it works great for me. As an example of what I just tested on the bench, plug the sensor into the UART & I2CB port (ttyS3) on a pixhawk 4 (fmu-v5), the run |
Thanks a lot for your help @mcsauder . I gave it a short try because I had to leave home quite early today and I won't be back before next weekend. I will contact you on Slack as soon as I am back home and did some more research. For now, I got the following output: However, the feature request for an I2C driver would still be active. (It would free the UART port for other applications). |
Isn't this a completely different driver? |
Hi @gian1312 and @dagar, yes. this would essentially be a (new) addition for i2c capability. Only newer versions of the product manual describe interfacing with the device via i2c, so it looks like its possible. I'd like to try this out, but it will be a few weeks before I can get to it. |
This issue has been automatically marked as stale because it has not had recent activity. Thank you for your contributions. |
@mcsauder do you use specific branch for: I get different output when I try it:
|
This issue has been automatically marked as stale because it has not had recent activity. Thank you for your contributions. |
I need this driver too. |
This issue has been automatically marked as stale because it has not had recent activity. Thank you for your contributions. |
Are there any news? |
@mcsauder hellooo, have you connected in the UART 6 parameter to use it? |
Was this solved? I'm not able to get my TFMINI-S working on UART but my older TFMINI (Not S model) works perfectly with RANGE FINDER TYPE = 20. |
Feature Request
Hi
In my opinion, the TF Mini Plus would be a handy and cheap rangefinder. It is capable of I2C and UART communication. Its predecessor is already implemented as serial device. According to a Benewake document, this sensor (UART) already worked on PX4. If it is still working, I am really sorry. I can't figure out how to get it working in this case. However, it would be nice if an I2C driver could be implemented. I couldn't get anything useful written, though.
As I was told, they have just finished the driver for Ardupilot together with Benewake. Maybe, this helps.
An additional question. Is there any documentation for the Pixhawk 4 mini which states which of the different serial ports correspond to which physical port of the mini?
Best Regards
The text was updated successfully, but these errors were encountered: