logo elektroda
logo elektroda
X
logo elektroda

Uploading programs on the ESP C3 S32 NodeMCU: Tips and solutions

koperplay 588 5
ADVERTISEMENT
Treść została przetłumaczona polish » english Zobacz oryginalną wersję tematu
  • #1 20028848
    koperplay
    Level 3  
    Hello can any of you know how to upload programs to this board? I think I've tried everything
  • ADVERTISEMENT
  • #2 20028898
    Interval
    Level 32  
    Please write how you tried it and what happened during the upload.
  • ADVERTISEMENT
  • #3 20029000
    koperplay
    Level 3  
    Hi I have tried all possible ESP32 libraries every time I try to upload the program to the board I get an error that either it was not found or it took too long to do so
  • ADVERTISEMENT
  • #4 20029008
    xury
    Automation specialist
    What environment are you using. Logs from the programmer would be useful.
  • ADVERTISEMENT
  • #5 20029420
    koperplay
    Level 3  
    ARDUINO IDE and probably all esp32 library versions.

    Arduino:1.8.19 (Windows 10), Board: "ESP32C3 Dev Module, Disabled, Default 4MB with spiffs (1.2MB APP/1.5MB SPIFFS), 160MHz (WiFi), QIO, 80MHz, 4MB (32Mb), 921600, None".

    In file included from C:nUserspireDocumentsArduinon_blynk_blynk.ino:1:

    No such file or directory

    #include <ESPAsyncWebServer.h>

    ^~~~~~~~~~~~~~~~~~~~~

    compilation terminated.

    Found multiple libraries in "WiFi.h"

    Used: C:UsersAppDataLocalArduino15packages32hardware2.0.3 WiFi libraries.

    Unused: C:Program FilesArduinolibrariesWiFi.

    exit status 1

    Compilation error for ESP32S3 Dev Module board.



    This report should contain more information if in
    File -> Preferences the option "Show
    detailed information during compilation"
  • #6 20029481
    khoam
    Level 42  
    It looks like you don't have the library installed ESPAsyncWebServer or it was installed incorrectly. Link .
    The ESPAsyncWebServer library, on the other hand, requires the installation of the AsyncTCP . Link .
ADVERTISEMENT