1

Topic: send values in different time-scales?

Hi there,

I have a project controlling a sleep-display for my daughter.
In RemoteXY, i have one slider and one select field which control the display. Works very fine.

Now i need to add a text-string indicator with a length of 16 chars. In principle, it also works.
But I have some time-critical code in the arduino for dimming 16 LEDs. The update of this string needs at last some milliseconds, due to that the LEDs are flickering.

My question:
-is it possible not to call the RemoteXY_Handler(); complete in the loop?
-my idea is: handle the slider and select-field in the loop and do the update for the text-string indicator just at least every second or so.

Is that possible? What do I have to do in my code?

Many thanks in advance,
ungesimmt

2

Re: send values in different time-scales?

Hello.
All data fields are transmitted to the smartphone always. Regardless of whether the data is changing or not.
But you can change the text string once it's needed, not in every loop.