Skip to content

cli does not come up on pico 2040 with MPU6050 on I2C #94

@majestix54

Description

@majestix54

I installed the current version on a pico2040 with an imu MPU6050 connected via I2C. The startup sequence looks as follows.

madflight v2.2.3-DEV starting 1 ...
Arduino library: Arduino-Pico v5.4.3
Board: Raspberry Pi Pico (default board)
Processor: RP2040
CFG: Loading EEPROM - OK
CFG: Loading config - madflight_board loaded OK, madflight_config loaded OK
PIN: pin_ser0_tx 0
PIN: pin_ser0_rx 1
PIN: pin_out0 2
PIN: pin_out1 3
PIN: pin_out2 4
PIN: pin_out3 5
PIN: pin_out4 6
PIN: pin_out5 7
PIN: pin_ser1_tx 8
PIN: pin_ser1_rx 9
PIN: pin_i2c1_sda 10
PIN: pin_i2c1_scl 11
PIN: pin_spi1_miso 12
PIN: pin_bbx_cs 13
PIN: pin_spi1_sclk 14
PIN: pin_spi1_mosi 15
PIN: pin_spi0_miso 16
PIN: pin_imu_cs 17
PIN: pin_spi0_sclk 18
PIN: pin_spi0_mosi 19
PIN: pin_i2c0_sda 20
PIN: pin_i2c0_scl 21
PIN: pin_imu_int 22
PIN: pin_led 25
PIN: pin_bat_i 27
PIN: pin_bat_v 28
HAL: SER bus 0 is hardware DMA uart0 with TX:0 RX:1
HAL: SER bus 1 is hardware DMA uart1 with TX:8 RX:9
HAL: SER bus 2 is pio uart with TX:-1 RX:-1
HAL: SER bus 3 is pio uart with TX:-1 RX:-1
HAL: SER bus 4 is pio uart with TX:-1 RX:-1
HAL: SER bus 5 is pio uart with TX:-1 RX:-1
HAL: I2C bus 0 is hardware i2c0 with SDA:20 SCL:21
HAL: I2C bus 1 is hardware i2c1 with SDA:10 SCL:11
HAL: SPI bus 0 is hardware spi0 with MISO:16 SCLK:18 MOSI:19
HAL: SPI bus 1 is hardware spi1 with MISO:12 SCLK:14 MOSI:15
I2C: Scanning i2c_bus:0 - 0x68(104) - Found 1 device(s)
I2C: Scanning i2c_bus:1 - - Found 0 device(s)
LED: HIGH_IS_ON setup - pin_led:25
RCL: SBUS setup - rcl_thr_ch:1 rcl_thr_pull:1100 rcl_thr_mid:1500 rcl_thr_push:1900 rcl_rol_ch:2 rcl_rol_left:1100 rcl_rol_mid:1500 rcl_rol_right:1900 rcl_pit_ch:3 rcl_pit_pull:1100 rcl_pit_mid:1500 rcl_pit_push:1900 rcl_yaw_ch:4 rcl_yaw_left:1100 rcl_yaw_mid:1500 rcl_yaw_right:1900 rcl_arm_ch:5 rcl_arm_min:1600 rcl_arm_max:2500 rcl_flt_ch:6 rcl_flt_min:1165 rcl_flt_max:1815 rcl_ser_bus:0 rcl_baud:0 rcl_num_ch:8 rcl_deadband:0 pin_rcl_ppm:-1
RCL: Setup completed. Channels: throttle:1 roll:2 pitch:3 yaw:4 armed:5 flightmode:6
BAR:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions