Search found 1712 matches

by BenR
Fri Apr 26, 2024 2:50 pm
Forum: Bug Reports
Topic: Timer interval and Timer - problem
Replies: 7
Views: 45

Re: Timer interval and Timer - problem

Hello,

I mean the timer peripheral selected in the timer component properties. Seems to be fixed now with the latest library updates. Timers 3, 4, 5 now working.
by BenR
Fri Apr 26, 2024 2:36 pm
Forum: Bug Reports
Topic: Timer interval and Timer - problem
Replies: 7
Views: 45

Re: Timer interval and Timer - problem

There also seems to be a bug with timers over timer 2, looking into this now.

Hopefully this is now resolved with the latest library updates.
by BenR
Fri Apr 26, 2024 2:28 pm
Forum: Bug Reports
Topic: Timer interval and Timer - problem
Replies: 7
Views: 45

Re: Timer interval and Timer - problem

Hello,

As you're not calling any of the component macros that can cause problems in the code generation. Try calling some of the component functions and let us know how you're getting on.
by BenR
Fri Apr 26, 2024 10:29 am
Forum: Bug Reports
Topic: Timer interval and Timer - problem
Replies: 7
Views: 45

Re: Timer interval and Timer - problem

Hello,

I can't replicate the issue, please can you check you have the latest updates using Help -> Library updates.

If you're still getting the issues then please attach your .fcfx project file and also your .msg.txt compiler messages files.
by BenR
Thu Apr 25, 2024 8:19 am
Forum: Feature Requests
Topic: IPS display ST7735 80 X 160
Replies: 6
Views: 226

Re: IPS display ST7735 80 X 160

Hi Jorgen

I used an arduino at 5v and it worked fine for me.
by BenR
Tue Apr 23, 2024 10:13 am
Forum: Bug Reports
Topic: 2x WS2812 Components Don't Work
Replies: 3
Views: 63

Re: 2x WS2812 Components Don't Work

This was not a problem with FC9, FC8 before :-( On an ESP32? The ESP32 is a special use case as we use the RMT peripherals. On other devices the signals are bit banged and so you can have as many components as you need. Otherwise is it possible to have the WS2812 component source as maybe Martin co...
by BenR
Tue Apr 23, 2024 9:57 am
Forum: Feature Requests
Topic: ESP32 S3 Sd-card FAT System long filename
Replies: 3
Views: 47

Re: ESP32 S3 Sd-card FAT System long filename

Excellent that's good to know thanks. As per the Stack/Heap setting I found this info. Both are in RAM but it's probably the top vs bottom of memory. Probably stack is the better option. The stack is generally used for storing small, short-lived variables such as local variables and function paramet...
by BenR
Mon Apr 22, 2024 3:57 pm
Forum: Bug Reports
Topic: 2x WS2812 Components Don't Work
Replies: 3
Views: 63

Re: 2x WS2812 Components Don't Work

Hello, Can you chain your second two LEDs off of the first two? That's the easy answer. Currently I throw all the RMT components at the WS2812 waveform generation and this allows an unlimited number of LEDs to be driven. But the downside to this is you cannot have a second WS2812 component. I could ...
by BenR
Mon Apr 22, 2024 3:13 pm
Forum: Feature Requests
Topic: ESP32 S3 Sd-card FAT System long filename
Replies: 3
Views: 47

Re: ESP32 S3 Sd-card FAT System long filename

Hi Stefan, That setting could work with the ESP32 specific SD mode component which uses the IDF libraries. I don't think I do anything to force it to be in the 8.3 format. The standard SPI based SD card component will be more work to add the support for. It's something I've wanted to add for a long ...
by BenR
Mon Apr 22, 2024 11:51 am
Forum: General
Topic: Modbus TCP Slave
Replies: 33
Views: 1099

Re: Modbus TCP Slave

Hello, In your project options please can you turn off the Auto clear watchdog setting. The watchdog isn't running so these are a load of instructions that aren't required. Also I would highly recommend disabling the Low Voltage Programming setting unless you are specifically using it. This can caus...