ESP32 Project | Get Started with the ESP32 & Pir Sensor | FreeRTOS |PlatformIO|Visual Studio|ESP-IDF

Поделиться
HTML-код
  • Опубликовано: 27 окт 2024

Комментарии • 14

  • @drnishantharnoji7349
    @drnishantharnoji7349 2 года назад +1

    Very informative 👏

    • @AbIoTsVidya
      @AbIoTsVidya  2 года назад +1

      Thank you very much Nishanth. Keep supporting us.

  • @juanrequena7150
    @juanrequena7150 8 месяцев назад +1

    Hi, thanks by your good content, I have a question as I new to this PlatformIO, it does have an issue finding "#include "driver/gpio.h"". as im clueless please let me know what path has it or where could i find it

    • @AbIoTsVidya
      @AbIoTsVidya  8 месяцев назад

      Thank you @juanrequena7150 you response is what keeps me motivated. Have you added the following in the CMAKELists.txt REQUIRES driver ?

    • @AbIoTsVidya
      @AbIoTsVidya  8 месяцев назад

      So to use the GPIO, you need mention in the Cmakelist.txt that your project requires it. For example: idf_component_register(SRCS "main.cpp"
      INCLUDE_DIRS "." REQUIRES freertos driver)

  • @RevistadigitalGitalo
    @RevistadigitalGitalo 7 месяцев назад

    Hello, thanks for your good content, I have a question because I am new to this PlatformIO. I have an error driver/gpio.h: No such file or directory. I already modified the CMakeLists.txt with: FILE(GLOB_RECURSE app_sources ${CMAKE_SOURCE_DIR}/src/*.*)
    idf_component_register(SRCS ${app_sources} REQUIRES driver)
    but the problem remains. Please help

    • @AbIoTsVidya
      @AbIoTsVidya  7 месяцев назад

      Thank you very much, your response is what keeps me motivated. Have you added the following in the CMAKELists.txt REQUIRES driver ?

    • @AbIoTsVidya
      @AbIoTsVidya  7 месяцев назад

      So to use the GPIO, you need mention in the Cmakelist.txt that your project requires it. For example: idf_component_register(SRCS "main.cpp"
      INCLUDE_DIRS "." REQUIRES freertos driver)

  • @josearmandoolverabalderas1448
    @josearmandoolverabalderas1448 Год назад +1

    What did you use to "align this"in 12:35?

    • @AbIoTsVidya
      @AbIoTsVidya  Год назад +1

      I have installed eclipse keymap plugin in vs code. So i used the eclipse shortcut to align the code clt + shift + f

    • @josearmandoolverabalderas1448
      @josearmandoolverabalderas1448 Год назад +1

      @@AbIoTsVidya thanks 😁

  • @sowdhaminiramya2298
    @sowdhaminiramya2298 2 года назад +1

    😍👍🏻😃