Search found 6 matches

by razdvakoma
Fri Jul 21, 2023 9:33 am
Forum: Hardware
Topic: ft232 to esp32 module flash the code
Replies: 8
Views: 1948

Re: ft232 to esp32 module flash the code

Well, for those who are interested - adding pull-up resistor to gpio0 solved the problem. Other circuit elements in my scheme are quite OK, but still theres A LOT to improve :)
by razdvakoma
Fri Jul 21, 2023 7:24 am
Forum: Hardware
Topic: ft232 to esp32 module flash the code
Replies: 8
Views: 1948

Re: ft232 to esp32 module flash the code

If anything, the FT232 is a 3.3V device so there's no need for the level shifter (?) around VT1/VT2. (I'm not even sure what those circuits are supposed to do, simulating gives me nothing on the output.) But my ft232 module has 5v jumper (mb I misunderstand smth). Anyway I'm going to redesign my bo...
by razdvakoma
Thu Jul 20, 2023 10:19 am
Forum: Hardware
Topic: ft232 to esp32 module flash the code
Replies: 8
Views: 1948

Re: ft232 to esp32 module flash the code

ESP_Sprite wrote:
Thu Jul 20, 2023 9:59 am
Let's focus on that board then. Schematics would be useful. Also, if you run a standard serial port terminal program on the FT232s COM-port and you turn on the ESP32, do you get anything?
schematics in attachments. If i monitor my board theres a clear terminal
by razdvakoma
Thu Jul 20, 2023 7:26 am
Forum: Hardware
Topic: ft232 to esp32 module flash the code
Replies: 8
Views: 1948

Re: ft232 to esp32 module flash the code

If you're using a devkit, the on-board USB-serial chip already is connected to those pins. Connecting an external FT232 leads to a conflict between those two. yeah, there is cp2102 on my devboard. but I tried to flash a code on my custom pcb and there is the same problem I described above, I can sh...
by razdvakoma
Wed Jul 19, 2023 2:35 pm
Forum: Hardware
Topic: ft232 to esp32 module flash the code
Replies: 8
Views: 1948

ft232 to esp32 module flash the code

i'm designing a pcb based on esp32 chip, first i want to test uploading the code with ft232 module, so I took my esp-wroom-32 devkit and ft232 and stuck into a problem - the code is not flashing with error "A fatal error occurred: Failed to connect to ESP32: No serial data received.". my wiring now ...
by razdvakoma
Tue Jun 20, 2023 1:50 pm
Forum: ESP-IDF
Topic: arduino lib as a component issue
Replies: 0
Views: 1345

arduino lib as a component issue

Hi! I want to use Lora lib in my esp-idf project, I followed instructions of building arduino as a component project but I still have build error. I attach screenshots with error, project tree, etc. Please help! Screenshot from 2023-06-20 16-45-57.png[attachment=0]Screenshot from 2023-06-20 16-47-43...