Search found 2 matches

by jiapei100
Tue Feb 06, 2024 6:44 am
Forum: ESP-IDF
Topic: This error originates from pySerial. It is likely not a problem with esptool, but with the hardware connection or driver
Replies: 2
Views: 3414

This error originates from pySerial. It is likely not a problem with esptool, but with the hardware connection or driver

Even failed to flash just **hello_world** ``` [2/3] cd /opt/Espressif/esp-idf/components/esptool_py && /usr/bin/cmake -D IDF_PATH=/opt/Espressif/esp...es/get-started/hello_world/build -P /opt/Espressif/esp-idf/components/esptool_py/run_serial_tool.cmake esptool.py --chip esp32s3 -p /dev/ttyACM0 -b 1...
by jiapei100
Fri Aug 23, 2019 8:42 pm
Forum: ESP-IDF
Topic: change the name of the device in STA mode
Replies: 8
Views: 16029

Re: change the name of the device in STA mode

Same question here... I actually tried to connect multiple esp32-cams with the router, but EVERY unit is named as espressif , which seems to be problematic: The FIRST device connected in will block the rest with the Destination Host Unreachable message. What's your symptom? And have you solved this ...