logo elektroda
logo elektroda
X
logo elektroda

Where do I get a board for the Arduino under the ESP 32? Problem with uploading a project.

malimaro 687 12
ADVERTISEMENT
Treść została przetłumaczona polish » english Zobacz oryginalną wersję tematu
  • #1 19861082
    malimaro
    Level 3  
    Good day, I bought an ESP 32 from a Chinese and for china I cannot upload a project there, I have already downloaded various boards from different sites and nothing :/ I am not sure anymore if I am sure the board works properly. Maybe someone has info where to get a board for Arduino for this board ?
    Do you have a problem with Arduino? Ask question. Visit our forum Arduino.
  • ADVERTISEMENT
  • #2 19861169
    piterek-23
    Level 33  
    Show your configuration in the Arduino IDE
    I assume you have Windows, do you see the USB-TTL converter in the manager?
  • ADVERTISEMENT
  • #3 19862878
    malimaro
    Level 3  
    In USB it shows me nothing, only com and lpt, and USB as not recognised. So even the computer doesn't see it as on the USB port and the Arduino doesn't see it either ??? In Arduino I have com4 set as here on the port this device.
    As for the Board Manager I don't know if I have downloaded good.

    Added after 3 [minutes]: .

    Where do I get a board for the Arduino under the ESP 32? Problem with uploading a project.

    Where do I get a board for the Arduino under the ESP 32? Problem with uploading a project. Where do I get a board for the Arduino under the ESP 32? Problem with uploading a project. Where do I get a board for the Arduino under the ESP 32? Problem with uploading a project. .

    Added after 4 [minutes]: .

    Where do I get a board for the Arduino under the ESP 32? Problem with uploading a project. Where do I get a board for the Arduino under the ESP 32? Problem with uploading a project. Where do I get a board for the Arduino under the ESP 32? Problem with uploading a project. .
  • ADVERTISEMENT
  • #4 19862985
    inot
    Level 37  
    You own this board:
    Link .
    You will find enough information there.
  • #5 19863607
    malimaro
    Level 3  
    I did it, and it doesn't even pass this verification

    Where do I get a board for the Arduino under the ESP 32? Problem with uploading a project.
  • ADVERTISEMENT
  • #7 19863744
    malimaro
    Level 3  
    I think there is something wrong with the libraries, it gives me this error:

    Arduino: 1.8.19 (Windows 7), Board: "DOIT ESP32 DEVKIT V1, 80MHz, 115200, None".





















    c:/users/jan iii and hussars/appdata/local/arduino15/packages/esp32/tools/xtensa-esp32-elf-gcc/1.22.0-97-gc752ad5-5.2.0/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/bin/ld.exe: cannot find crt1-sim.o: No such file or directory

    c:/users/jan iii i hussaria/appdata/local/arduino15/packages/esp32/tools/xtensa-esp32-elf-gcc/1.22.0-97-gc752ad5-5.2.0/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/bin/ld.exe: cannot find _vectors.o: No such file or directory

    collect2.exe: error: ld returned 1 exit status

    Multiple libraries were found for "WiFi.h"

    Used: C:C:Husserland and HusserlandAppDataLocalArduino15.h.h.h.h.h.h.h.h.h.h.h.h.h.h.h.h.h.h.h.h.h.h.h.h.h.h.

    Not used: C:Program FilesArduinolibrariesWiFi.

    exit status 1

    Error compiling for board DOIT ESP32 DEVKIT V1.



    This report would have more information with
    "Show verbose output during compilation"
    option enabled in File -> Preferences.
  • #8 19863757
    piterek-23
    Level 33  
    I have the same board, so set up as shown above. Select your COMx port. Upload an example program: file -> examples -> basics -> blink

    My Arduino is 1.8.16, windows 7

    PS
    I just updated my Arduino IDE to 1.8.19 and everything is OK
  • #9 19863795
    malimaro
    Level 3  
    I have uploaded everything again, the settings are the same and still the same error, something is wrong with the libraries :/

    Added after 11 [minutes]:

    Maybe some settings after the old program,

    Added after 12 [minutes]:

    Strangely enough after installing the new Arduino it detected me after connecting the USB esp32 and now look and the device is not detected, on the com port it is but on the USB port there is an error
  • #10 19863889
    piterek-23
    Level 33  
    I don't think I can help :( .
  • #11 19863916
    malimaro
    Level 3  
    I will check it on win 10
  • #12 19864510
    inot
    Level 37  
    Where do I get a board for the Arduino under the ESP 32? Problem with uploading a project.
    See what library you have installed.

    Where do I get a board for the Arduino under the ESP 32? Problem with uploading a project. .

Topic summary

The discussion revolves around issues faced by a user attempting to upload a project to an ESP32 board purchased from a Chinese supplier. The user reports that the board is not recognized by their computer, and they are unsure if the correct board configurations and libraries have been installed in the Arduino IDE. Various suggestions are provided, including checking the USB-TTL converter in the device manager, ensuring the correct COM port is selected, and verifying the installation of necessary libraries from the Espressif package index. The user experiences persistent errors related to library conflicts and missing files during compilation. Recommendations include reinstalling the Arduino IDE and checking library installations step by step.
Summary generated by the language model.
ADVERTISEMENT