Search found 394 matches

by LeighM
Fri Dec 11, 2020 4:35 pm
Forum: Bug Reports
Topic: ESP32 not compling to chip
Replies: 33
Views: 17796

Re: ESP32 not compling to chip

Yes, sorry, we don't have a lot of control over the Espressif toolchain. Renaming the account might not work because the Espressif installer sets up numerous tools and paths (that might then be broken) I think Flowcode installs accessible to everyone and might setup the registry for the new user on ...
by LeighM
Fri Dec 11, 2020 2:27 pm
Forum: Bug Reports
Topic: ESP32 not compling to chip
Replies: 33
Views: 17796

Re: ESP32 not compling to chip

Thanks.
Based on that I think the issues are related to the user "david main" and the space.
Is it possible for you to create a new user on the PC without a space in the name,
then try a re-install of the Espressif installer
by LeighM
Fri Dec 11, 2020 1:55 pm
Forum: Bug Reports
Topic: ESP32 not compling to chip
Replies: 33
Views: 17796

Re: ESP32 not compling to chip

Thanks.
Next ... could you run a clean cmd prompt, not the ESP-IDF one, and type this ...

Code: Select all

cd C:\esp-idf
export.bat > XLOG.TXT
and post XLOG.TXT

Thanks
Leigh
by LeighM
Fri Dec 11, 2020 11:10 am
Forum: Bug Reports
Topic: ESP32 not compling to chip
Replies: 33
Views: 17796

Re: ESP32 not compling to chip

Hi David,
Could you now try this in the cmd prompt

Code: Select all

cd C:\FLOWCODE9\ESP32_TEST5
idf.py build > LOG.TXT
Then post the LOG.TXT file
Thanks
by LeighM
Fri Dec 11, 2020 9:13 am
Forum: Bug Reports
Topic: ESP32 not compling to chip
Replies: 33
Views: 17796

Re: ESP32 not compling to chip

Could you please post your project file ESP32_TEST5.fcfx
Thanks
by LeighM
Thu Dec 10, 2020 4:42 pm
Forum: Bug Reports
Topic: ESP32 not compling to chip
Replies: 33
Views: 17796

Re: ESP32 not compling to chip

OK, thanks, if you can now try the following in the command prompt box ...

Code: Select all

cd C:\FLOWCODE9\ESP32_TEST5
idf.py build
Then see if it does a build, which takes several minutes.
by LeighM
Thu Dec 10, 2020 3:13 pm
Forum: Bug Reports
Topic: ESP32 not compling to chip
Replies: 33
Views: 17796

Re: ESP32 not compling to chip

Ah, also just spotted something else... "C:\Users\david main\Documents\"
"david main" could be the problem here.
Could you try creating the Flowcode project in a directory path that does not contain spaces.
by LeighM
Thu Dec 10, 2020 3:05 pm
Forum: Bug Reports
Topic: ESP32 not compling to chip
Replies: 33
Views: 17796

Re: ESP32 not compling to chip

Do you have an "ESP-IDF Command Prompt (cmd.exe)" on your desktop?
If so, can you run it.
Then type idf.py and press enter.
Does the screen then have a list of commands?
by LeighM
Tue Dec 08, 2020 4:27 pm
Forum: Bug Reports
Topic: ESP32 not compling to chip
Replies: 33
Views: 17796

Re: ESP32 not compling to chip

Looks like the ESP toolchain is not fully installed.
These instructions should help ...
https://www.flowcode.co.uk/wiki/images/ ... ctions.pdf
by LeighM
Tue Dec 08, 2020 3:56 pm
Forum: Bug Reports
Topic: Bluetooth spp does't work in ESP32
Replies: 29
Views: 22506

Re: Bluetooth spp does't work in ESP32

Hi, For the change to be permanent for devkitv1 targets, copy the customised sdkconfig to devkitv1_sdkconfig in C:\ProgramData\MatrixTSL\FlowcodeV9\FCD\ESP\Batch Ben, The problem is due to the fact that devkitv1_sdkconfig seems to be missing from C:\ProgramData\MatrixTSL\FlowcodeV9\FCD\ESP\Batch :o