Search found 110 matches

by jandidden
Mon Nov 13, 2023 3:28 pm
Forum: Bug Reports
Topic: PICs for 'simulation only' ?
Replies: 2
Views: 7560

Re: PICs for 'simulation only' ?

Thanks Martin. I've been away last week, just tried it again, no change.

Edit: just saw your PM.
Will follow up.

Jan
by jandidden
Wed Nov 08, 2023 9:54 am
Forum: Bug Reports
Topic: PICs for 'simulation only' ?
Replies: 2
Views: 7560

PICs for 'simulation only' ?

After several months fired up FC10 again to tackle a new project. When trying to select a processor, all except a very few are marked with a red exclamation point 'simulation only', see attached. I refreshed my license and restarted but same issue. Also I cannot connect an ADC to the chip, all chip ...
by jandidden
Fri Jul 07, 2023 5:25 pm
Forum: Feature Requests
Topic: Print a flowchart for publication purposes
Replies: 6
Views: 3403

Re: Print a flowchart for publication purposes

@stefan.erni, yes that works. The HTML output appears to be vector based (no pixelation when zooming) but I don't see a way to import that into Word. I need to look into that, if possible that would be ideal. Edit: Yes that works, you can import an HTML into Word, but for some reason a FC comes acro...
by jandidden
Fri Jul 07, 2023 2:09 pm
Forum: Feature Requests
Topic: Print a flowchart for publication purposes
Replies: 6
Views: 3403

Print a flowchart for publication purposes

I'm working on a technical article that will have to include some FC flowcharts. I was wondering if there is an FC option somewhere to print a flowchart? I would 'print to PDF' to get pub quality illustrations; screen shots are generally too limited in resolution for that purpose. Is there some (hid...
by jandidden
Mon Jun 26, 2023 1:14 pm
Forum: Feature Requests
Topic: Increase number of SSID reported by scan-for-SSID in ESP32
Replies: 14
Views: 3336

Re: Increase number of SSID reported by scan-for-SSID in ESP32

Hi Ben, I solved the divergence between the max # of APs seen and the max # reported by only listing the lesser of the two. Maybe it is wise to leave the differences as they are so that you know that there are more APs than those you see listed. If you are looking for a specific AP that you don't se...
by jandidden
Mon Jun 26, 2023 8:49 am
Forum: Feature Requests
Topic: Increase number of SSID reported by scan-for-SSID in ESP32
Replies: 14
Views: 3336

Re: Increase number of SSID reported by scan-for-SSID in ESP32

BTW Did you change the component macro for the FT6X06 recently? I updated the components and now all my scalings are off ... What does 'link to' setting in the FT6X06 component do exactly? It looks like it copies the X- and Y ranges from the display, but it does not take account of the rotation of t...
by jandidden
Sun Jun 25, 2023 12:46 pm
Forum: Feature Requests
Topic: Increase number of SSID reported by scan-for-SSID in ESP32
Replies: 14
Views: 3336

Re: Increase number of SSID reported by scan-for-SSID in ESP32

Could it be a configurable parameter for the component? Yes good idea. I'll make that change now in v10. Hi Ben, thanks for that. Just updated the component, and I see the setting in the component property. But I have something that doesn't seem right. The MAX_SCANSIZE does indeed set the max numbe...
by jandidden
Sun Jun 18, 2023 5:31 pm
Forum: General
Topic: Stand-alone utility to load hex files into target?
Replies: 7
Views: 1234

Re: Stand-alone utility to load hex files into target?

I guess you also need to tell it which hex file to flash, right?

I'll see if I can find any documentation for it.
Also I guess with this the guy/gal doing the flashing must have a python on his system.

Jan
by jandidden
Sun Jun 18, 2023 3:32 pm
Forum: General
Topic: Stand-alone utility to load hex files into target?
Replies: 7
Views: 1234

Stand-alone utility to load hex files into target?

I am not sure my question makes sense, but here goes: When 'compile to target' FC compiles the source to ultimately a hex file and downloads that to the target chip, connected via USB. In my case an ESP32_wroom. Does a utility exist that takes this hex file and downloads it to the target without usi...
by jandidden
Wed Jun 14, 2023 12:05 pm
Forum: General
Topic: RTC_ESP32_NTP date/time return format
Replies: 3
Views: 876

Re: RTC_ESP32_NTP date/time return format

All well now. Once I realised I misinterpreted stuff, it fell into place.
TimeQuery successful, DateString returned 06/14/23.
Onward!

Jan