Search found 286 matches

by MJU20
Sun Nov 10, 2024 6:41 pm
Forum: General
Topic: Help needed ILI9488 with touch display
Replies: 0
Views: 3

Help needed ILI9488 with touch display

Hello there, After a lot of tinkering and solving various issues, I finally got my ILI9488 display to work. I encountered problems with the Dupont wires, which took hours of testing to identify. But now, the display part is functioning properly. However, the touch functionality of the display isn’t ...
by MJU20
Wed Oct 23, 2024 5:08 pm
Forum: General
Topic: Flowcode v10.1.2.40
Replies: 5
Views: 5294

Re: Flowcode v10.1.2.40

Great work guys!

When I compile a ESP32 flowchart there isn't a project folder created anymore??
The speed of compiling an ESP32 project is many times faster then before.

Are these new features?
I just can't get a ILI9488 display working, don't know why..
by MJU20
Wed Oct 09, 2024 10:45 pm
Forum: General
Topic: Touch and Graphical displays
Replies: 4
Views: 965

Re: Touch and Graphical displays

Thanks John (and Matrix team),

If I ever find the time I will try these examples..
by MJU20
Fri Oct 04, 2024 5:26 pm
Forum: General
Topic: Put Arduino to sleep/wake with 1 button
Replies: 9
Views: 2065

Re: Put Arduino to sleep/wake with 1 button

My excuses I didn't receive a mail that there was an new answer. I've been reading about other options to change settings when the chip is asleep. But what puzzles me is what the chip does when it goes to sleep. Does it keep the place in the program in "mind" when it goes to sleep and resu...
by MJU20
Sun Sep 29, 2024 5:26 pm
Forum: General
Topic: Put Arduino to sleep/wake with 1 button
Replies: 9
Views: 2065

Re: Put Arduino to sleep/wake with 1 button

Thanks mnfisher.. I found out that maybe there is another way to check if the button is released. If I start the sleep sequence at the rising edge of the INT (now on D3), this means that the button is released. I didn't realise that my button is pulled up.. I'm going to test this somewhat more. Many...
by MJU20
Sat Sep 28, 2024 10:16 pm
Forum: General
Topic: Put Arduino to sleep/wake with 1 button
Replies: 9
Views: 2065

Re: Put Arduino to sleep/wake with 1 button

Thanks guys, Could someone please ping the people at Matrix that they should update this topic to the old forum: https://flowcode.co.uk/forums/viewtopic.php?t=1266 This must become: https://www.flowcode.co.uk/mmforums/index.php I have add the supplementary code and a C block with: set_sleep_mode(SLE...
by MJU20
Sat Sep 28, 2024 5:39 pm
Forum: General
Topic: Put Arduino to sleep/wake with 1 button
Replies: 9
Views: 2065

Put Arduino to sleep/wake with 1 button

The old forum isn't available anymore so I can't search for the topic I'm searching for. I want to have an Arduino (nano), to wake up and go to sleep (or deep sleep), with the same button. Is this possible? I think there is a wake on interrupt available to wake an Arduino that is in deep sleep? And ...
by MJU20
Sat Sep 21, 2024 5:12 pm
Forum: Bug Reports
Topic: ESP32 C3 problems with IDF5.3
Replies: 8
Views: 3360

Re: ESP32 C3 problems with IDF5.3

Thanks, this too works! I haven't fount a setPeriod macro so I used the changePeriod macro in the CAL PWM.. Too bad these things aren't mentioned in the Wiki pages of the component: https://www.flowcode.co.uk/wiki/index.php?title=Component:_PWM_(CAL)_(Misc) For newer users this could be very handy..
by MJU20
Thu Sep 19, 2024 5:34 pm
Forum: Bug Reports
Topic: ESP32 C3 problems with IDF5.3
Replies: 8
Views: 3360

Re: ESP32 C3 problems with IDF5.3

Thank you again BenR,

This works fine and also on other pins. Thanks!!

What I did was use the CAL_PWM component and that one doesn't work.
Can't always find out, which component I've got to use.
by MJU20
Wed Sep 18, 2024 10:24 pm
Forum: Bug Reports
Topic: ESP32 C3 problems with IDF5.3
Replies: 8
Views: 3360

Re: ESP32 C3 problems with IDF5.3

Hey BenR, Thanks for checking this out. The PWM Cal component has now new settings like the LEDC timers. This compiles now, that is a great success! I've tried several times to get an LED on pin0 to dim via the PWM signal, but can't find the right settings. There are LEDC settings, pin settings chan...