Hello @Leon90 , thank you for showing us your copter and project, it is really impressive that you have it working and that too flawless.
I have followed the steps on Ardupilot github and compiled my esp32buzz files, after flashing them to my ESP32 DevKit 1 board, i was able to see below lines in my terminal.
rst:0x1 (POWERON_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
rst:0x1 (POWERON_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
configsip: 0, SPIWP:0xee
clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
mode:DIO, clock div:1
load:0x3fff0030,len:5288
load:0x40078000,len:14264
load:0x40080400,len:4244
entry 0x40080664
e[0;32mI (678) cpu_start: Pro cpu up.e[0m
e[0;32mI (678) cpu_start: Application information:e[0m
e[0;32mI (678) cpu_start: ELF file SHA256: 24b9ee33934dfed2…e[0m
e[0;32mI (681) cpu_start: ESP-IDF: v4.2.5-1-g5f8de192fae[0m
e[0;32mI (688) cpu_start: Starting app cpu, entry point is 0x40081c30e[0m
e[0;32mI (0) cpu_start: App cpu up.e[0m
e[0;32mI (698) heap_init: Initializing. RAM available for dynamic allocation:e[0m
e[0;32mI (705) heap_init: At 3FFAE6E0 len 00001920 (6 KiB): DRAMe[0m
e[0;32mI (711) heap_init: At 3FFC8E68 len 00017198 (92 KiB): DRAMe[0m
e[0;32mI (717) heap_init: At 3FFE0440 len 00003AE0 (14 KiB): D/IRAMe[0m
e[0;32mI (723) heap_init: At 3FFE4350 len 0001BCB0 (111 KiB): D/IRAMe[0m
e[0;32mI (730) heap_init: At 400954D8 len 0000AB28 (42 KiB): IRAMe[0m
e[0;32mI (736) cpu_start: Pro cpu start user codee[0m
e[0;32mI (757) spi_flash: detected chip: generice[0m
e[0;32mI (758) spi_flash: flash io: qioe[0m
e[0;32mI (758) esp_core_dump_uart: Init core dump to UARTeV�Mounting sd
e[0;32mI (775) SD…: Initializing SD card as SDMMCe[0m
I (931) wifi:wifi driver task: 3ffda2e4, prio:23, stack:6656, core=0
e[0;32mI (931) system_api: Base MAC address is not sete[0m
e[0;32mI (931) system_api: read default base MAC address from EFUSEe[0m
I (937) wifi:wifi firmware version: 764a07b
I (941) wifi:wifi certification version: v7.0
I (945) wifi:config NVS flash: disabled
I (949) wifi:config nano formating: disabled
I (953) wifi:Init data frame dynamic rx buffer num: 16
I (957) wifi:Init management frame dynamic rx buffer num: 16
I (963) wifi:Init management short buffer num: 32
I (967) wifi:Init dynamic tx buffer num: 16
I (971) wifi:Init static rx buffer size: 1600
I (975) wifi:Init static rx buffer num: 2
I (979) wifi:Init dynamic rx buffer num: 16
e[0;32mI (983) wifi_init: tcpip mbox: 32e[0m
e[0;32mI (987) wifi_init: udp mbox: 6e[0m
e[0;32mI (991) wifi_init: tcp mbox: 6e[0m
e[0;32mI (995) wifi_init: tcp tx win: 5744e[0m
e[0;32mI (999) wifi_init: tcp rx win: 5744e[0m
e[0;32mI (1003) wifi_init: tcp mss: 1436e[0m
e[0;32mI (1007) wifi_init: WiFi RX IRAM OP enablede[0m
e[0;32mI (1347) phy_init: phy_version 4670,719f9f6,Feb 18 2021,17:07:07e[0m
I (1431) wifi:mode : softAP (0a:d1:f9:34:51:60)
I (1433) wifi:Total power save buffer number: 8
I (1433) wifi:Init max length of beacon: 752/752
I (1433) wifi:Init max length of beacon: 752/752
AnalogIn: eFuse Two Point: NOT supported
AnalogIn: eFuse Vref: Supported
oooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo
RCOutput::init() - channels available: 6
oooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo
Init ArduCopter V4.4.1 (e010f979)
Free RAM: 113804
Firmware change: erasing EEPROM…
done.
e[0;31mE (1799) sdmmc_req: sdmmc_host_wait_for_event returned 0x107e[0m
e[0;31mE (1803) sdmmc_common: sdmmc_init_ocr: send_op_cond (1) returned 0x107e[0m
e[0;31mE (1803) vfs_fat_sdmmc: sdmmc_card_init failed (0x107).e[0m
sdcard is not mounted
load_all took 4800073us
AnalogIn: adding ardupin:255-> which is adc1_offset:-1
AnalogIn: channel:0 created but using delayed adc and gpio pin configuration
spi device constructed SPI:bmp280:0:0
AP_Logger_File: buffer size=16384
No Compass backends available
spi device constructed SPI:mpu9250:0:1
Also when i connect to Mission Planner via USB, it is not connecting. I tried TCP as well, no luck there.
My Misson Planner version is 4.4.1, any idea on what could be the porblem?
Aslo can u share me your compiled build files?
My email is pratikphadte19@gmail.com
Thank you so much!