Search found 1341 matches

by medelec35
Sun Dec 27, 2020 9:38 am
Forum: General
Topic: ESP32 Pin Out
Replies: 3
Views: 2417

Re: ESP32 Pin Out

If you ignore the letters the number following represents the IO number. E.g. A.4 is GPIO4 and A.27 is GPIO27 etc.
you can just remap the LCD pins to any of the available connections.
So in your case GPIO21 = $PORTA.21 & GPIO22 = $PORTA.22

Inputs and outputs all use IO convention.
by medelec35
Sat Dec 26, 2020 1:29 pm
Forum: General
Topic: compiler option
Replies: 3
Views: 2607

Re: compiler option

Just tested a v9 flowchart compiled with XC8 v2.31 using 12F1572 and compiles OK for me: C:\Flowcode Batch Files\XC8 v2.31.bat 12F1572 "C:\Users\MartinW\Downloads\" "Interrupt_Falling_Edge" C:\Users\MartinW\Downloads>"C:\Program Files\Microchip\xc8\v2.31\bin\xc8-cc.exe" -mcpu=12F1572 "Interrupt_Fall...
by medelec35
Fri Dec 25, 2020 2:17 pm
Forum: General
Topic: compiler option
Replies: 3
Views: 2607

Re: compiler option

I would be able to test all is working until tomorrow with Flowcode 9 & the latest XC8 compiler only.
If it works and you want help in setting it all up, then I can help you with that.
by medelec35
Sun Dec 20, 2020 11:16 am
Forum: General
Topic: State Diagram mode
Replies: 5
Views: 3707

Re: State Diagram mode

Hi Alan,
p.erasmus posted a link to a Wki page,
there are 3 examples at the bottom of page.
by medelec35
Sat Dec 19, 2020 5:11 pm
Forum: General
Topic: How to program ESP32?
Replies: 6
Views: 4477

Re: How to program ESP32?

Have you selected the correct port in the project options screen?
I have found it best to have tge board connected before running Flowcode.
by medelec35
Sat Dec 19, 2020 8:15 am
Forum: General
Topic: How to program ESP32?
Replies: 6
Views: 4477

Re: How to program ESP32?

Hi chico,
Take a look at this link.
You will see a pdf file that contains step by step instructions.
by medelec35
Mon Dec 14, 2020 11:37 pm
Forum: General
Topic: Flowcode v9 Tips, Tricks and Hidden Gems
Replies: 7
Views: 4945

Re: Flowcode v9 Tips, Tricks and Hidden Gems

Hi Stefan,
Your welcome.
Thank you for sharing your tip.
Its good to know both ways so people can choose which suits them most.
by medelec35
Sat Dec 12, 2020 11:27 pm
Forum: Bug Reports
Topic: ESP32 not compling to chip
Replies: 33
Views: 17948

Re: ESP32 not compling to chip

I have just installed ESP on a fresh windows install. I have had issues in the complying to target. The way I got around it was: 1. Install esp-idf-tools-setup-2.3 in Admin mode. 2. Only select python 3.7, even if you have later version already installed. 2. You can use a custom directory to install...
by medelec35
Sat Dec 12, 2020 9:37 pm
Forum: General
Topic: Flowcode v9 Tips, Tricks and Hidden Gems
Replies: 7
Views: 4945

Re: Flowcode v9 Tips, Tricks and Hidden Gems

Thanks Leigh & You're welcome Jorgen,
If it makes it that bit quicker or easier then it's worth sharing.
by medelec35
Sat Dec 12, 2020 7:22 pm
Forum: General
Topic: Flowcode v9 Tips, Tricks and Hidden Gems
Replies: 7
Views: 4945

Re: Flowcode v9 Tips, Tricks and Hidden Gems

Thanks guys.
Steve-Matrix wrote:
Sat Dec 12, 2020 7:00 pm
I was trying to keep all of those new features hidden!
:lol:
I love those features, so why not share them!
You're welcome Steve.
If anyone has any tips tricks or any features they would like to share then feel free to add them to this thread. :)