Need help to connect esp-wroom-s2 with serial
Posted: Sun May 17, 2020 12:05 am
Hi,
I connected the pins to set the device in download mode (see the image bellow) and run the flash command for hello_world as bellow:
The command ended with attempt to connect but without success.
According the spec https://www.espressif.com/sites/default ... et__en.pdf
I set IO15, IO2 and IO0 to low, EN to high using 10 kohm from the external 3.3V.
I checked the solderings, they look ugly but work.
What could I be missing?
Thanks!
I connected the pins to set the device in download mode (see the image bellow) and run the flash command for hello_world as bellow:
- ~/Tools/esp-idf/hello_world$ idf.py -p /dev/ttyUSB0 flash
- [782/783] cd /home/alek/Tools/esp-idf/components/esptool_py && /.../home/alek/Tools/esp-idf/components/esptool_py/run_esptool.cmake
- esptool.py --chip esp32s2 -p /dev/ttyUSB0 -b 460800 --before=default_reset --after=hard_reset write_flash --flash_mode dio --flash_freq 40m --flash_size 4MB 0x8000 partition_table/partition-table.bin 0x1000 bootloader/bootloader.bin 0x10000 hello-world.bin
- esptool.py v3.0-dev
- Serial port /dev/ttyUSB0
- Connecting........_____....._____.....___
I set IO15, IO2 and IO0 to low, EN to high using 10 kohm from the external 3.3V.
I checked the solderings, they look ugly but work.
What could I be missing?
Thanks!