Home

Awesome

tf-luna

A simple micropython i2c library for TF-Luna LiDAR Module.

Repo-status: See Implemented functions

Getting started

To enable i2c, connect pin 5 to GND, see Datasheet

To run main.py, connect RXD/SDA to P7 and TXD/SCL to P8

Pin & FunctionDescription
1 VCCVin (5V)
2 RXD/SDAReceiving/Data
3 TXD/SCLTransmitting/Clock
4 GNDGND
5 Configuration InputGround: I2C mode <br />/3.3V: Serial port <br />Communications mode
6 Multiplexing outputDefault: on/off mode output<br />I2C mode: Data availability<br />signal on but not switching value mode

Implemented functions

To-Do