Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 13 additions & 3 deletions docs/philosophy/smartphone-bridge.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,24 @@ inventory:

## Native RFID vs the bridge

Some printers read tags natively (their own proprietary format); most read
nothing at all. The bridge makes the printer's capabilities irrelevant:
Some printers read tags natively — usually their own proprietary format,
occasionally TigerTag itself; most read nothing at all. The bridge makes the
printer's capabilities irrelevant:

| Path | Requires | Works with |
|---|---|---|
| **Native RFID** | A printer that reads that vendor's locked tag | One brand only |
| **Native RFID — vendor tag** | A printer that reads that vendor's locked tag | One brand only |
| **Native RFID — TigerTag** | A machine whose own firmware reads TigerTag — rare, and community-built so far | Every brand, no app in the loop |
| **Smartphone bridge** | Any NFC phone | **Every printer**, every brand, even fully offline machines |

The middle row is not ours, and it is recent. The community's extended
firmware makes the [Snapmaker U1](../compatibility/snapmaker.md) the first
printer to read a TigerTag on the machine itself; and the **BT-AMS-C**, a
four-slot reader that mounts on a Bambu Lab AMS, sends TigerTag data straight
to the printer's BMCU ([third-party hardware](../compatibility/third-party-hardware.md)).
Both stay exceptions — which is the argument for the bridge, not against it:
it never had to wait for them.

With the bridge, filament data reaches the printer through
[Tiger Studio's printer integrations](../compatibility/README.md) (six brands
live today) — the spool identifies itself to the *system*, and the system talks
Expand Down
20 changes: 15 additions & 5 deletions i18n/fr/philosophy/smartphone-bridge.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
sourceHash: d588bae17f96b64547bcb21f7dcdda48bb127a18afb1bd80fef89579c926a651
sourceHash: 44060fa4b69619d8c65b0470739cd8dca67478114abed214bd55e5864e39510e
sourcePath: docs/philosophy/smartphone-bridge.md
---

Expand Down Expand Up @@ -37,15 +37,25 @@ numérique :

## RFID natif face au pont

Certaines imprimantes lisent les tags nativement (dans leur propre format
propriétaire) ; la plupart ne lisent rien du tout. Le pont rend les capacités
de l'imprimante sans importance :
Certaines imprimantes lisent les tags nativement — en général dans leur propre
format propriétaire, parfois le TigerTag lui-même ; la plupart ne lisent rien
du tout. Le pont rend les capacités de l'imprimante sans importance :

| Voie | Nécessite | Fonctionne avec |
|---|---|---|
| **RFID natif** | Une imprimante qui lit le tag verrouillé de ce constructeur | Une seule marque |
| **RFID natif — tag constructeur** | Une imprimante qui lit le tag verrouillé de ce constructeur | Une seule marque |
| **RFID natif — TigerTag** | Une machine dont le firmware lit lui-même le TigerTag — rare, et jusqu'ici issu de la communauté | Toutes les marques, sans application dans la boucle |
| **Pont smartphone** | N'importe quel téléphone NFC | **Toutes les imprimantes**, toutes les marques, même les machines totalement hors ligne |

La ligne du milieu n'est pas de notre fait, et elle est récente. Le firmware
étendu de la communauté fait de la [Snapmaker U1](../compatibility/snapmaker.md)
la première imprimante à lire un TigerTag sur la machine elle-même ; et le
**BT-AMS-C**, un lecteur quatre slots qui se monte sur un AMS Bambu Lab, envoie
les données du TigerTag directement au BMCU de l'imprimante
([matériel tiers](../compatibility/third-party-hardware.md)). Les deux restent
des exceptions — ce qui plaide pour le pont plutôt que contre lui : il n'a
jamais eu à les attendre.

Avec le pont, les données du filament atteignent l'imprimante via les
[intégrations d'imprimantes de Tiger Studio](../compatibility/README.md) (six
marques opérationnelles à ce jour) — la bobine se présente au *système*, et le
Expand Down
Loading