Search found 52 matches

by miggarc
Mon Sep 13, 2021 2:09 pm
Forum: General
Topic: esp idf version higher than 4.1
Replies: 3
Views: 1855

esp idf version higher than 4.1

Hello On your instructions pdf to install esp-idf it is said: " Select which ESP-IDF to install, we recommend v4.1 " When installing esp-idf, from esp-idf-tools-setup-2.3.exe downloaded from your web page, I noticed the closest version is now v4.1.2 , and the highest version is 4.3 ... Questions are...
by miggarc
Mon Sep 13, 2021 11:46 am
Forum: General
Topic: Backup settings and configurations, just in case...
Replies: 3
Views: 1752

Re: Backup settings and configurations, just in case...

HI and thanks for your answer.

So... In case of flowcode (re)installation, if I want all my options and preferences like before, after reinstalling, it's all a mater of
delete this registry key and put there the one I backup.

I'm I right ?

Miguel
by miggarc
Sun Sep 12, 2021 12:26 pm
Forum: General
Topic: Backup settings and configurations, just in case...
Replies: 3
Views: 1752

Backup settings and configurations, just in case...

Hi Which flowcode folders/files do I need to copy so I have backup of its configurations and settings ? In other words, which flowcode folders/files contain its configurations and settings ? I'm asking this, just in case, if I need to reinstall, I don't need to be worried about making all the change...
by miggarc
Fri Sep 10, 2021 1:50 pm
Forum: General
Topic: ESP32 16bit variable count, unifying output port bits
Replies: 5
Views: 2660

Re: ESP32 16bit variable count, unifying output port bits

Hi BenR (or any other one that could help me). The help about the macro you gave me above helped a lot. Problem is: It works absolutely fine in simulation but, although it compiles to target (ESP32 DEVKIT) with no errors (only warnings), in real life it does not run (no leds, "no nothing"...) . And....
by miggarc
Fri Sep 10, 2021 1:23 pm
Forum: General
Topic: ESP32 16bit variable count, unifying output port bits
Replies: 5
Views: 2660

Re: ESP32 16bit variable count, unifying output port bits

Hi BenR

Really lots of thanks.

Now I've got a clear idea and the principle behind this kind of bit manipulation...

I'll analyze in detail your answer so I can apply it to any other cases in the future.

I'll try it today evening .

Miguel
by miggarc
Thu Sep 09, 2021 1:34 pm
Forum: General
Topic: ESP32 16bit variable count, unifying output port bits
Replies: 5
Views: 2660

ESP32 16bit variable count, unifying output port bits

Hi I'mm working with ESP32 DEVKIT. I will need to count up on a 16 bit variable ( Uint ), lets suppose variable V, and output its contents to portA of ESP32 . As its bits (numbering) aren't all contiguous ones, I was thinking to: output the Less Significant Byte of variable V ( V0 V1 V2 V3 V4 V5 V6 ...
by miggarc
Thu Sep 09, 2021 12:59 pm
Forum: General
Topic: Different login credentials for forum and main account
Replies: 2
Views: 1547

Re: Different login credentials for forum and main account

Hi

ok, thatºs an idea.

thanks.

Miguel
by miggarc
Wed Sep 08, 2021 9:58 pm
Forum: Bug Reports
Topic: Minimal Target Device Window on 4K (high DPI) display on component properties -> connections
Replies: 4
Views: 2343

Re: Minimal Target Device Window on 4K (high DPI) display on component properties -> connections

Hi...

Just to have an idea:

Do you have any time preview when will this change take place ?

thanks in advance,

Miguel
by miggarc
Wed Sep 08, 2021 9:56 pm
Forum: General
Topic: Different login credentials for forum and main account
Replies: 2
Views: 1547

Different login credentials for forum and main account

Hi

Can we have different login credentials for forum and main account itself ?

If yes, how do we change the forum login without affecting main account one ?

Thanks in advance,

Miguel
by miggarc
Wed Sep 08, 2021 1:27 pm
Forum: General
Topic: Program transfer speed flowcode9 / ESP32 DEVKIT only 115200
Replies: 2
Views: 1473

Re: Program transfer speed flowcode9 / ESP32 DEVKIT only 115200

Hi

Thanks for the rapid answer.

It worked.


Miguel