Search found 250 matches

by MJU20
Thu Mar 14, 2024 10:29 pm
Forum: Feature Requests
Topic: Ternary operator in calculation block?
Replies: 7
Views: 570

Ternary operator in calculation block?

Ternary operator in calculation block?
Wouldn't that be a hoot?

Code: Select all

val2 = (val1 < 20)?3:2
https://en.wikipedia.org/wiki/Ternary_c ... l_operator
by MJU20
Mon Mar 11, 2024 5:29 pm
Forum: Bug Reports
Topic: ESP Wlan compile error
Replies: 3
Views: 457

Re: ESP Wlan compile error

Thanks BenR, this was the case...

I never enabled the Bluetooth in the menuconfig so this must be a default setting?

This also means that in one project we can never use BT and Wifi at the same time?

Thanks for the quick solution.
Maybe spread the word about this error?
by MJU20
Mon Mar 11, 2024 12:09 am
Forum: Bug Reports
Topic: ESP Wlan compile error
Replies: 3
Views: 457

ESP Wlan compile error

I have got a project in FC10 that doesn't use the ESP WLAN component. This compiles like it should.. it works fine. I add a ESP WLAN component to it and it compiles without errors. I initialise the ESP component with the component macro and it doesn't compile anymore. There are a lot of error like t...
by MJU20
Sun Mar 10, 2024 11:47 pm
Forum: Bug Reports
Topic: Problems ILI9341 SPI after update
Replies: 6
Views: 487

Re: Problems ILI9341 SPI after update

I've managed to make the display working again.
The only issue is that the speed is lower then before.

But It works and that is what I needed.

Thanks!!!
by MJU20
Tue Mar 05, 2024 3:03 pm
Forum: Bug Reports
Topic: Problems ILI9341 SPI after update
Replies: 6
Views: 487

Re: Problems ILI9341 SPI after update

Hi MJU20! I am not using ESP-IDF to V5, but 4.xx I have just made a test with my testprogram for ILI9341 with ESP32 The Highspeed SPI mode working fine with 80 mHz I att. my testprogram, maybe this could be helpfull, otherwice forget my answer :lol: Br jorgen Hey Jorgen, Thanks for the example. But...
by MJU20
Mon Mar 04, 2024 11:02 pm
Forum: Feature Requests
Topic: 3 ideas for FC
Replies: 6
Views: 571

Re: 3 ideas for FC

Hi Usually I just save a copy at key points with a brief description. However as FC can automatically create a backup every x-seconds (Global Settings > Application), which overwrites previous, maybe an option to overwrite and if not checked it creates a "new" timestamped backup file ? Obviously yo...
by MJU20
Mon Mar 04, 2024 5:27 pm
Forum: Feature Requests
Topic: 3 ideas for FC
Replies: 6
Views: 571

Re: 3 ideas for FC

Thanks for your positive response (all of you!). :D I have GIT installed on my PC (because of the ESP-IDF), but never used it for anything else. Could someone help to make GIT store "snapshots" of my FC components at certain times? I use Fusion 360 a lot and my absolute main feature in this program ...
by MJU20
Sun Mar 03, 2024 6:42 pm
Forum: Feature Requests
Topic: 3 ideas for FC
Replies: 6
Views: 571

3 ideas for FC

As posted in a previous topic, I've spend many hours (<10!) to find out why my project -that I successfully compiled earlier-, didn't work. My only guess is that it had to do with an upgrade of a component. The problems started after an component library update and was hard to find because I've upgr...
by MJU20
Sun Mar 03, 2024 5:33 pm
Forum: Bug Reports
Topic: Problems ILI9341 SPI after update
Replies: 6
Views: 487

Re: Problems ILI9341 SPI after update

The display used to work at 40MHz, but now it only works until 30MHz
by MJU20
Sun Mar 03, 2024 5:23 pm
Forum: Bug Reports
Topic: Problems ILI9341 SPI after update
Replies: 6
Views: 487

Problems ILI9341 SPI after update

I've updated the ESP-IDF to V5.x a few weeks ago. I needed to compile a project that contains an ILI9341-SPI display from a project that I had in the past to an ESP32-Wroom dev board. It kept generating errors during compiling. My guess was that this had to do with the upgrade of the ESP-IDF because...