Search found 143 matches

by kersing
Thu Feb 17, 2022 1:23 pm
Forum: Bug Reports
Topic: BMP280 when reading pressure, it's reading Temp and pressure
Replies: 9
Views: 2992

Re: BMP280 when reading pressure, it's reading Temp and pressure

medelec35 wrote:
Thu Feb 17, 2022 11:18 am
I have updated the BMP280 to just read pressure
Is that a valid option? I seem to recall the temperature is required for compensation calculations but may-be I’m mixing up devices…
by kersing
Thu Jan 27, 2022 12:00 pm
Forum: Feature Requests
Topic: Restore to previous working flowcode
Replies: 7
Views: 3185

Re: Restore to previous working flowcode

Hi Steve, Being able to add items to a menu would work fine if they are executed (or can parameterized to do so) in the context/folder where the flowchart lives. Using it from explorer with Tortoise like I’m doing now is inconvenient as it requires browsing to the project folder all the time (or kee...
by kersing
Wed Jan 26, 2022 10:20 pm
Forum: Feature Requests
Topic: Restore to previous working flowcode
Replies: 7
Views: 3185

Re: Restore to previous working flowcode

Hi Steve,

Please consider integration with something like git. That would allow going back and forth and allow the user to enter some change information on commit. I’m now using it manually but having version control integrated would make using it as lot more convenient.
by kersing
Sun Jan 23, 2022 11:18 am
Forum: General
Topic: Using EEPROM on PIC causes compile error.
Replies: 1
Views: 1097

Re: Using EEPROM on PIC causes compile error.

Your code size exceeds the available flash in this device. According to the compiler messages you could be using floating point math which takes up a large amount of flash, if you don’t need it that might free up the required space.
by kersing
Fri Jan 21, 2022 5:16 pm
Forum: General
Topic: ESP32 General Configuration
Replies: 5
Views: 2687

Re: ESP32 General Configuration

But you can achieve this with some C code in a C icon.
Time for a component to add this for all controllers where this can’t be configured elsewhere?
by kersing
Fri Dec 31, 2021 3:12 pm
Forum: General
Topic: How to be able to use ADC Touch on ESP32 and TTGO-T?
Replies: 7
Views: 2850

Re: How to be able to use ADC Touch on ESP32 and TTGO-T?

The esp might have it but it’s not supported by flowcode as Steve mentions.
by kersing
Tue Dec 28, 2021 9:22 pm
Forum: General
Topic: PIC24FJ512GA606 download error!
Replies: 37
Views: 13623

Re: PIC24FJ512GA606 download error!

A bit more information would not hurt. How did you connect the two? Which pin to which pin? What else is connected?
by kersing
Tue Dec 28, 2021 8:14 pm
Forum: General
Topic: PIC24FJ512GA606 download error!
Replies: 37
Views: 13623

Re: PIC24FJ512GA606 download error!

What is your hardware? What is connected to what?
by kersing
Tue Dec 28, 2021 11:52 am
Forum: General
Topic: PIC24FJ512GA606 download error!
Replies: 37
Views: 13623

Re: PIC24FJ512GA606 download error!

The PICkit detects an DSPIC33FJ32MC302, so either you are using the wrong chip or you need to check your hardware setup. By the way, next time you post compiler output please go to the ….msg.txt file in your flowchart folder and copy-and-paste the text in the file, not a screenshot for easier readin...
by kersing
Wed Dec 22, 2021 12:06 am
Forum: Feature Requests
Topic: Hide password in flowchart
Replies: 4
Views: 2344

Re: Hide password in flowchart

You could put the password in a variable and use that in the macro call.