Search found 1426 matches

by mnfisher
Thu May 25, 2023 2:06 pm
Forum: General
Topic: ESP32 Noobs Begineers Guide
Replies: 22
Views: 13519

Re: ESP32 Noobs Begineers Guide

Doesn't sound though the script is running correctly.... You'll need to change the directory in the os.chdir 'line' - replace the esp-idf I have with espressif... To run - start a command line (windows key, type cmd<enter>) then cd to the directory you save the script to - probably documents (so cd ...
by mnfisher
Thu May 25, 2023 1:30 pm
Forum: General
Topic: ESP32 Noobs Begineers Guide
Replies: 22
Views: 13519

Re: ESP32 Noobs Begineers Guide

For you get any errors? The script should run through quite a few bits.

I'm thinking to post a video - the esp32 tools seem to cause a lot of grief - I can replicate this error, but not the cmake problems plaguing other people.

Martin
by mnfisher
Thu May 25, 2023 11:35 am
Forum: General
Topic: ESP32 Noobs Begineers Guide
Replies: 22
Views: 13519

Re: ESP32 Noobs Begineers Guide

I posted a small python script at viewtopic.php?f=3&t=1922 - try running this... Save to a file name.py then type name.py at a command prompt...

Martin
by mnfisher
Wed May 24, 2023 10:42 pm
Forum: General
Topic: Installing and setting up of ESP32 toolchain
Replies: 64
Views: 84675

Re: Installing and setting up of ESP32 toolchain

As an experiment - I tried a 'downgrade' to v4.1 (on a system with only v5 installed) - this is the the lowest version displayed on the espressif page linked above. Again I used all the default settings (except the directory - I changed to c:\esp-idf rather than overwriting the previous one (however...
by mnfisher
Tue May 23, 2023 2:54 pm
Forum: General
Topic: Installing and setting up of ESP32 toolchain
Replies: 64
Views: 84675

Re: Installing and setting up of ESP32 toolchain

One last try before we give it up as a bad job? Can you try running the v4 or v5 script (see https://www.flowcode.co.uk/forums/viewtopic.php?f=6&t=1570&start=20) depending on which version you installed. You might need to change the directory for the chdir command.. I'd volunteer to connect ...
by mnfisher
Sat May 20, 2023 6:04 pm
Forum: User Components
Topic: ESP32-S2 FCDX request
Replies: 28
Views: 28879

Re: ESP32-S2 FCDX request

For anyone who needs/wants to switch between v4 and v5 easily (and somethings don't yet work under v5) - so mainly people testing things? A couple of simple Python scripts: #!python3 import os cmds = ["git fetch", "git checkout release/v5.0", "git pull", "git submo...
by mnfisher
Thu May 18, 2023 5:47 pm
Forum: General
Topic: Installing and setting up of ESP32 toolchain
Replies: 64
Views: 84675

Re: Installing and setting up of ESP32 toolchain

What did you do to break it??
by mnfisher
Thu May 18, 2023 2:59 pm
Forum: General
Topic: Installing and setting up of ESP32 toolchain
Replies: 64
Views: 84675

Re: Installing and setting up of ESP32 toolchain

Once it is working it's good... Hopefully we're actually doing something slightly different each time - was it einstein who said doing the same thing over and over again and expecting different results is insanity - especially with computers where reproducibility is surely key to their usefulness? ....
by mnfisher
Wed May 17, 2023 5:04 pm
Forum: General
Topic: Installing and setting up of ESP32 toolchain
Replies: 64
Views: 84675

Re: Installing and setting up of ESP32 toolchain

Just managed to 'downgrade' successfully to v4.n Follow the instructions in Ben's message at https://www.flowcode.co.uk/forums/viewtopic.php?p=9222#p9222 - before doing the commands cd c:\esp-idf (install directory for v4 esp-idf) Do each command in turn - some don't seem to complete successfully - ...
by mnfisher
Wed May 17, 2023 5:00 pm
Forum: General
Topic: Installing and setting up of ESP32 toolchain
Replies: 64
Views: 84675

Re: Installing and setting up of ESP32 toolchain

Can you compile with v5 ?

I've tried 'downgrading' to v4.1 and struggled to get it to work correctly (or indeed at all)
See viewtopic.php?p=9222#p9222

Martin