Sync multiple LEDs
For a 5-LED chase to stay perfectly aligned in time: go through a group. The app then calculates the sequence step by step. If each LED has its own sequence, the slightest load offset desynchronizes them.
LEDs perso, groupes et modes : compose tes propres effets et bascule entre des scènes lumineuses d'un seul tap. Avec l'exemple des phares clignotants en mode course, expliqué pas à pas.
Une LED perso, c'est une sortie libre que tu configures toi-même : tu choisis son GPIO, une couleur de repère dans l'app, et son comportement. Tu peux en créer plusieurs (jusqu'à 10).
Une LED perso peut être toujours active, ou pilotable depuis la 3ᵉ voie (CH3) de ta radio, ou par un bouton dans l'onglet Contrôle.
Où : onglet Réglages → LEDs perso → +
Un groupe coordonne plusieurs LEDs perso dans une séquence rythmée : gyrophare maison, chenillard, barre lumineuse qui défile… Tu définis l'ordre, l'intensité et le timing de chaque étape.
Où : onglet Réglages → LEDs perso → Groupes
Un mode enregistre TOUTE ta scène lumineuse : réglages + pins + LEDs perso + groupes. Tu bascules d'un seul tap et la carte se reconfigure entièrement. (La calibration RC n'en fait pas partie : elle reste propre à ta voiture.)
Pour enregistrer un mode : règle ta scène (LEDs, groupes, réglages), puis « + Enregistrer comme mode » en bas de l'onglet Réglages.
Four tested builds to reproduce step by step. Open the Flare RC app, follow the steps, tweak to taste.
Effect: 2 LEDs on the front blinking alternately every 100 ms — blue on one side, red on the other.
255 / 100 ms then 0 / 100 ms.0 / 100 ms then 255 / 100 ms (reversed for alternation).Effect: tail light strobing fast only when stopped (speed = 0). Off while driving.
255/50ms + 0/50ms then pause 0/600ms (= burst).Effect: headlights smoothly fading up and down (discreet "pulse" effect), like some luxury cars at startup.
80 / 800ms → 255 / 800ms → 80 / 800ms (continuous pulse).Effect: a single click on the CH3 button of the radio triggers a 360° white flash for 5 s, then everything returns to normal.
255 / 80ms + 0 / 80ms × 30 (= 5 s burst).When you start stacking LEDs and effects, here are the common pitfalls and how to avoid them.
For a 5-LED chase to stay perfectly aligned in time: go through a group. The app then calculates the sequence step by step. If each LED has its own sequence, the slightest load offset desynchronizes them.
"Primary link" = the LED exists only if the function is ON (e.g., only when headlight is on). "Trigger" = the LED activates on an event (e.g., CH3 click). The two combine: LED visible with headlight + effect when CH3 clicked.
WROOM has 16 independent LEDC channels, C3 has 6. If you exceed, some LEDs share their frequency (slight flicker possible). For large builds, prefer the S3.
The app manages several profiles (one per car). Switch car → select its project → all config recalled (LEDs, groups, modes, scenes). No need to reflash.
Standalone mode plays your sequence in a loop without a remote. Ideal for filming or showcase. The board remembers standalone even after a power cut.
The FAQ covers 34 common questions. The glossary defines each technical term. Found a case not covered → email us via the contact page.