tfluna-python icon indicating copy to clipboard operation
tfluna-python copied to clipboard

Python codes for TF-Luna LiDAR module that interface with a Raspberry Pi computer

Results 6 tfluna-python issues
Sort by recently updated
recently updated
newest added

Added compatibility for newer matplotlib versions, by changing flg.canvas to flg,canvas.manager for setting the window title

Hi, I have tried to link this on my RPI-4B, Although I have followed all the instructions and enabled UART 1 and can see ttyS0, when I run the example...

Hello, I was trying to use your code to gain some graphs with the distance detection performed. However the code seems to have some errors when I run it. For...

Could you clarify the license of the project? I would like to use the code but noticed that it does not have a license. It looks like a lot of...

Hi, just checking but the GPIO UART setting on my Raspberry Pi helper diagram has TX on pin 8 and RX on Pin 10, yet the TFLuna shows pin 2...

Hi! I spent some time refactoring this library as a "ressource" class: in the `src/` folder, you'll find the examples, as well as a python module `tfluna`. In this module,...