BMP280 an F722S, welcher Baro ist für F22S geeignet?

Status
Nicht offen für weitere Antworten.
#2
Guck mal hier.
Code:
The Diatone support replied:

I2C Question:

Very easy to change USART3 ports to I2C using a couple commands in the CLI. I have attached a file with the commands. Just need to copy and paste them into the CLI, press enter, then type SAVE and enter. This will change to the following:

USART3 TX = I2C SCL
USART3 RX = I2C SDA

SCL is the clock signal for the I2C
SDA is the data signal. It is bi-directional and sends the data bit by bit.

Here are the commands also:

resource SERIAL_TX 3 NONE
resource SERIAL_RX 3 NONE
resource I2C_SCL 2 B10
resource I2C_SDA 2 B11
set dashboard_i2c_bus = 2
set mag_hardware = AUTO
set baro_hardware = AUTO
 
Erhaltene "Gefällt mir": Huede82
Status
Nicht offen für weitere Antworten.
FPV1

Banggood

Oben Unten