Search found 8 matches

by chico
Mon Aug 21, 2023 8:43 pm
Forum: General
Topic: Another issue installing ESP32 toolchain
Replies: 3
Views: 2341

Re: Another issue installing ESP32 toolchain

Thanks for the response. Your suggestion solved the problem, although there was an intermediate step which I'll document here in case it might help someone else. The various installers had done their job, but had left the path pointing to "\Python 3.7\Python.exe" instead of just the folder...
by chico
Fri Aug 18, 2023 8:07 pm
Forum: General
Topic: Another issue installing ESP32 toolchain
Replies: 3
Views: 2341

Another issue installing ESP32 toolchain

Hi - Long-time FC user here who's finally taking a closer look at v10... I'm sure there's a fairly easy fix for this, but I haven't been able to make anything I've found in the forums work for me. I'm attempting to install the ESP32 toolchain. I followed exactly the clear instructions posted here: h...
by chico
Mon Dec 21, 2020 5:27 pm
Forum: Bug Reports
Topic: Project fails to compile with DELAY block
Replies: 3
Views: 5336

Re: Project fails to compile with DELAY block

Yes, it now compiles. Thanks.

Onward... ;)
by chico
Mon Dec 21, 2020 5:00 pm
Forum: Bug Reports
Topic: Project fails to compile with DELAY block
Replies: 3
Views: 5336

Project fails to compile with DELAY block

Hi - Testing out V9 ESP stuff... I have a simple ESP project that compiles ok if I disable the DELAY blocks, but fails to compile when I enable the blocks. I've attached the project (basically a simple blink simulation with some additional nonsense code). Below are the compilation outputs. The first...
by chico
Sun Dec 20, 2020 2:47 am
Forum: General
Topic: How to program ESP32?
Replies: 6
Views: 12182

Re: How to program ESP32?

That did it. Thanks!

more q's to come, no doubt, but looking good so far...
by chico
Sat Dec 19, 2020 5:46 pm
Forum: General
Topic: How to program ESP32?
Replies: 6
Views: 12182

Re: How to program ESP32?

Yes, the correct programmer port is listed in Project Options: COM3 (Silicon Labs CP210x USB). I'm using a HiLetGo ESP32S (Works as Node32s in Arduino IDE). I've tried the various ESP options in Flowcode (ESP32S, ESP32_WROOM_32, ESP32_WROVER), all compile but get the same programmer error when tryin...
by chico
Sat Dec 19, 2020 4:42 pm
Forum: General
Topic: How to program ESP32?
Replies: 6
Views: 12182

Re: How to program ESP32?

Thanks. I viewed the link you sent, I'd already loaded the toolchain. I can get my test file to compile, but programming fails: Done! You can now compile ESP-IDF projects. Go to the project directory and run: idf.py build Usage: idf.py [OPTIONS] COMMAND1 [ARGS]... [COMMAND2 [ARGS]...]... Try 'idf.py...
by chico
Sat Dec 19, 2020 2:24 am
Forum: General
Topic: How to program ESP32?
Replies: 6
Views: 12182

How to program ESP32?

Checking out Flowcode V9, very excited to see ESP32 support.

Playing around with it now, I do understand that it's new and documentation hasn't caught up yet.

Got some ESP32 stuff running in sim but how do I compile to chip?

Thanks...