For general Flowcode discussion that does not belong in the other sections.
monie
Posts: 73 http://meble-kuchenne.info.pl
Joined: Wed Oct 19, 2022 4:06 pm
Has thanked: 1 time
Post
by monie » Wed May 17, 2023 7:46 am
HI kersing / Flowcode
Thanks for that answer
But I can't get to upload code to ESP32 DEVKITV1. Nothing is happening...
User Windows v11
Look here
! Compiler Messages:
In the Arduino IDE I can use COM4, so COM4 and Arduino work together with ESP32 DEVKITV1
!
That's why it seems strange that it doesn't work with Flowcode v10. Same Coder and same port4
Best regards
Monie
kersing
Valued Contributor
Posts: 193 Joined: Wed Dec 02, 2020 7:28 pm
Has thanked: 79 times
Been thanked: 64 times
Post
by kersing » Wed May 17, 2023 8:13 am
Chip is ESP32-D0WDQ6 (revision 1)
Features: WiFi, BT, Dual Core, 240MHz, VRef calibration in efuse, Coding Scheme None Crystal is 40MHz
MAC: 0c:b8:15:c2:35:7c
Uploading stub...
Running stub...
Stub running...
Configuring flash size...
Compressed 3072 bytes to 103...
Writing at 0x00008000... (100 %)
Wrote 3072 bytes (103 compressed) at 0x00008000 in 0.0 seconds (effective 1370.6 kbit/s)... Hash of data verified.
Compressed 24768 bytes to 15467...
Writing at 0x00001000... (100 %)
…
Means the code is being uploaded to your device.
So that is why I am asking it you are using the right pins for the device for your flashing led test.
monie
Posts: 73 Joined: Wed Oct 19, 2022 4:06 pm
Has thanked: 1 time
Post
by monie » Wed May 17, 2023 9:13 am
HI kersing
Unit: ESP32 DEUKITU1
See the device connection below in the picture:
Enhed ESP-IDF.jpg (26.66 KiB) Viewed 3295 times
Hope you can see how the ESP-IDF unit is connected
Best regards
Monie
mnfisher
Valued Contributor
Posts: 1630 Joined: Wed Dec 09, 2020 9:37 pm
Has thanked: 142 times
Been thanked: 761 times
Post
by mnfisher » Wed May 17, 2023 9:25 am
Try using the esp32 wroom-32 settings in FC - from the stamp on the board looks like it could need this (not sure how much they differ though)
Martin
monie
Posts: 73 Joined: Wed Oct 19, 2022 4:06 pm
Has thanked: 1 time
Post
by monie » Wed May 17, 2023 10:58 am
HI mnfisher
I have tried to using the esp32 wroom-32 settings, but without success....?
Monie
mnfisher
Valued Contributor
Posts: 1630 Joined: Wed Dec 09, 2020 9:37 pm
Has thanked: 142 times
Been thanked: 761 times
Post
by mnfisher » Wed May 17, 2023 1:02 pm
Which bit didn't work? Did it upload and nothing happen or upload fault?
Can you 'connect' to the esp using putty or the serial in Arduino ide and see if it outputs anything?
monie
Posts: 73 Joined: Wed Oct 19, 2022 4:06 pm
Has thanked: 1 time
Post
by monie » Sat May 20, 2023 6:59 am
Hello everyone
Tried many times to upload and nothing happened or did it upload error?
Monie
kersing
Valued Contributor
Posts: 193 Joined: Wed Dec 02, 2020 7:28 pm
Has thanked: 79 times
Been thanked: 64 times
Post
by kersing » Sat May 20, 2023 10:45 am
Did you connect putty or the Arduino serial monitor to the esp to check if anything is displayed?