Errors while compiling

For general Flowcode discussion that does not belong in the other sections.
mnfisher
Valued Contributor
Posts: 1554
http://meble-kuchenne.info.pl
Joined: Wed Dec 09, 2020 9:37 pm
Has thanked: 138 times
Been thanked: 741 times

Re: Errors while compiling

Post by mnfisher »

Another suggestion is to open a terminal program on the USB com port used by the esp32 - I use putty and realterm but many others are available. Use 115200 baud and you should get some info on run - sometimes something useful like pin... can't be used for...
You'll need to close it again before you reprogram the esp (an advantage with realterm is you can just click to do this)

Martin

chipfryer27
Valued Contributor
Posts: 1614
Joined: Thu Dec 03, 2020 10:57 am
Has thanked: 357 times
Been thanked: 565 times

Re: Errors while compiling

Post by chipfryer27 »

Hi

I can't find it just now, but I had a link to a chart that documented what pins you cannot use with an ESP. Could you try using two alternative pins for the data?

Regards

ctesla75
Posts: 23
Joined: Tue Nov 22, 2022 10:56 am
Been thanked: 2 times

Re: Errors while compiling

Post by ctesla75 »

Thanks for the replies I have downloaded realterm and will have a play after work, I also found this link
https://randomnerdtutorials.com/esp32-p ... nce-gpios/
after reading chipfryer27's post. It looks like some of pins I have assigned might be input only. Hopefully will be able to fix after work

Post Reply