Skip to content
Discussion options

You must be logged in to vote

Thanks @francescopace 🎉 !
on my board<airm2m_core_esp32c3>

  1. compile and flash successfully✅
  2. NBVI calibration seems successed. ✅
  3. motion detection work well ! ✅
  4. I only have one board of esp32c3
esphome:
  name: espectre
  platformio_options:
    board_build.flash_mode: dio #only for <airm2m_core_esp32c3> board to flash ,simple board not need this line code
    board_build.mcu: esp32c3

esp32:
  board: airm2m_core_esp32c3 #esp32-c3-devkitm-1
  variant: esp32c3
  framework:
    type: esp-idf
    version: 5.5.1
    sdkconfig_options:
      # Power Management (critical for CSI reliability)
      CONFIG_PM_ENABLE: n                             # Disable all power management
      CONFIG_ESP_W…

Replies: 7 comments 7 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@bjesus
Comment options

@francescopace
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@francescopace
Comment options

@aptonline
Comment options

@WLaoDuo
Comment options

Answer selected by francescopace
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@francescopace
Comment options

Comment options

You must be logged in to vote
1 reply
@jovanmij
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Further information is requested
7 participants
Converted from issue

This discussion was converted from issue #28 on December 07, 2025 17:45.