Différences
Ci-dessous, les différences entre deux révisions de la page.
Prochaine révision | Révision précédente | ||
ressource:electronique:flipper_zero:reproduire_telecommande_infrarouge [2025/06/30 17:21] emoc créée |
ressource:electronique:flipper_zero:reproduire_telecommande_infrarouge [2025/06/30 17:30] (Version actuelle) emoc [Méthode utilisée avec Flipper Zero] |
||
---|---|---|---|
Ligne 19: | Ligne 19: | ||
Pas de télécommande universelle sous la main, ni de téléphone android avec led IR. La méthode avec arduino est sûrement intéressante mais peut-être un peu longuette à mettre en place. En revanche, on a un flipper zero qui dort sagement. | Pas de télécommande universelle sous la main, ni de téléphone android avec led IR. La méthode avec arduino est sûrement intéressante mais peut-être un peu longuette à mettre en place. En revanche, on a un flipper zero qui dort sagement. | ||
- | Liens utiles pour les méthodes abandonnées: \\ | + | **Liens utiles pour les méthodes abandonnées:** \\ |
Liste de téléphones android avec IR : https://en.wikipedia.org/wiki/Category:Mobile_phones_with_infrared_transmitter \\ | Liste de téléphones android avec IR : https://en.wikipedia.org/wiki/Category:Mobile_phones_with_infrared_transmitter \\ | ||
Application android IRplus (selon un message lu sur un forum, les codes de la télécommande RM-D7M sont disponibles avec cette application) : https://irplus-remote.github.io/ \\ | Application android IRplus (selon un message lu sur un forum, les codes de la télécommande RM-D7M sont disponibles avec cette application) : https://irplus-remote.github.io/ \\ | ||
Ligne 78: | Ligne 78: | ||
</code> | </code> | ||
- | Ça fonctionne bien, on peut envoyer la commande A.SPACE à la platine ! \\ | + | **Ça fonctionne bien, on peut envoyer la commande A.SPACE à la platine !** \\ |
Ce serait possible d'aller plus loin pour intégrer les codes IR complets //mais flemme// | Ce serait possible d'aller plus loin pour intégrer les codes IR complets //mais flemme// | ||
Le fichier modifié : | Le fichier modifié : | ||
+ | <accordion> | ||
+ | <panel title="Sony_RM-D7M.ir (cliquer pour afficher le code)"> | ||
+ | <code Sony_RM-D7M.ir> | ||
+ | Filetype: IR signals file | ||
+ | Version: 1 | ||
+ | # | ||
+ | # Used with Sony MDS-JE480 MiniDisc Deck | ||
+ | # Fonctionne aussi avec la platine MDS-JE510 mais il n'y a pas tous les codes | ||
+ | # Version modifiée pour intégrer la fonction A.SPACE | ||
+ | # codes IR pour la platine MDS-JE510 : https://www.minidisc.org/je500_codes.html | ||
+ | # | ||
+ | name: POWER | ||
+ | type: parsed | ||
+ | protocol: SIRC | ||
+ | address: 0F 00 00 00 | ||
+ | command: 15 00 00 00 | ||
+ | # | ||
+ | name: Eject | ||
+ | type: parsed | ||
+ | protocol: SIRC | ||
+ | address: 0F 00 00 00 | ||
+ | command: 16 00 00 00 | ||
+ | # | ||
+ | name: Play | ||
+ | type: parsed | ||
+ | protocol: SIRC | ||
+ | address: 0F 00 00 00 | ||
+ | command: 2A 00 00 00 | ||
+ | # | ||
+ | name: Pause | ||
+ | type: parsed | ||
+ | protocol: SIRC | ||
+ | address: 0F 00 00 00 | ||
+ | command: 29 00 00 00 | ||
+ | # | ||
+ | name: Prev | ||
+ | type: parsed | ||
+ | protocol: SIRC | ||
+ | address: 0F 00 00 00 | ||
+ | command: 20 00 00 00 | ||
+ | # | ||
+ | name: Next | ||
+ | type: parsed | ||
+ | protocol: SIRC | ||
+ | address: 0F 00 00 00 | ||
+ | command: 21 00 00 00 | ||
+ | # | ||
+ | name: Rew | ||
+ | type: parsed | ||
+ | protocol: SIRC | ||
+ | address: 0F 00 00 00 | ||
+ | command: 2B 00 00 00 | ||
+ | # | ||
+ | name: FF | ||
+ | type: parsed | ||
+ | protocol: SIRC | ||
+ | address: 0F 00 00 00 | ||
+ | command: 2C 00 00 00 | ||
+ | # | ||
+ | name: Record | ||
+ | type: parsed | ||
+ | protocol: SIRC | ||
+ | address: 0F 00 00 00 | ||
+ | command: 2D 00 00 00 | ||
+ | # | ||
+ | name: LevelUp | ||
+ | type: parsed | ||
+ | protocol: SIRC | ||
+ | address: 0F 00 00 00 | ||
+ | command: 10 00 00 00 | ||
+ | # | ||
+ | name: LevelDn | ||
+ | type: parsed | ||
+ | protocol: SIRC | ||
+ | address: 0F 00 00 00 | ||
+ | command: 11 00 00 00 | ||
+ | # | ||
+ | name: Stop | ||
+ | type: parsed | ||
+ | protocol: SIRC | ||
+ | address: 0F 00 00 00 | ||
+ | command: 28 00 00 00 | ||
+ | # | ||
+ | name: 1 | ||
+ | type: parsed | ||
+ | protocol: SIRC | ||
+ | address: 0F 00 00 00 | ||
+ | command: 00 00 00 00 | ||
+ | # | ||
+ | name: 2 | ||
+ | type: parsed | ||
+ | protocol: SIRC | ||
+ | address: 0F 00 00 00 | ||
+ | command: 01 00 00 00 | ||
+ | # | ||
+ | name: 3 | ||
+ | type: parsed | ||
+ | protocol: SIRC | ||
+ | address: 0F 00 00 00 | ||
+ | command: 02 00 00 00 | ||
+ | # | ||
+ | name: 4 | ||
+ | type: parsed | ||
+ | protocol: SIRC | ||
+ | address: 0F 00 00 00 | ||
+ | command: 03 00 00 00 | ||
+ | # | ||
+ | name: 5 | ||
+ | type: parsed | ||
+ | protocol: SIRC | ||
+ | address: 0F 00 00 00 | ||
+ | command: 04 00 00 00 | ||
+ | # | ||
+ | name: 6 | ||
+ | type: parsed | ||
+ | protocol: SIRC | ||
+ | address: 0F 00 00 00 | ||
+ | command: 05 00 00 00 | ||
+ | # | ||
+ | name: 7 | ||
+ | type: parsed | ||
+ | protocol: SIRC | ||
+ | address: 0F 00 00 00 | ||
+ | command: 06 00 00 00 | ||
+ | # | ||
+ | name: 8 | ||
+ | type: parsed | ||
+ | protocol: SIRC | ||
+ | address: 0F 00 00 00 | ||
+ | command: 07 00 00 00 | ||
+ | # | ||
+ | name: 9 | ||
+ | type: parsed | ||
+ | protocol: SIRC | ||
+ | address: 0F 00 00 00 | ||
+ | command: 08 00 00 00 | ||
+ | # | ||
+ | name: 10_0 | ||
+ | type: parsed | ||
+ | protocol: SIRC | ||
+ | address: 0F 00 00 00 | ||
+ | command: 09 00 00 00 | ||
+ | # | ||
+ | name: Gt10 | ||
+ | type: parsed | ||
+ | protocol: SIRC | ||
+ | address: 0F 00 00 00 | ||
+ | command: 0A 00 00 00 | ||
+ | # | ||
+ | name: TRec | ||
+ | type: parsed | ||
+ | protocol: SIRC | ||
+ | address: 0F 00 00 00 | ||
+ | command: 30 00 00 00 | ||
+ | # | ||
+ | name: Clear | ||
+ | type: parsed | ||
+ | protocol: SIRC | ||
+ | address: 0F 00 00 00 | ||
+ | command: 0F 00 00 00 | ||
+ | # | ||
+ | name: Input | ||
+ | type: parsed | ||
+ | protocol: SIRC | ||
+ | address: 0F 00 00 00 | ||
+ | command: 66 00 00 00 | ||
+ | # | ||
+ | name: Rec_Mode | ||
+ | type: parsed | ||
+ | protocol: SIRC | ||
+ | address: 0F 00 00 00 | ||
+ | command: 60 00 00 00 | ||
+ | # | ||
+ | name: Play_Mode | ||
+ | type: parsed | ||
+ | protocol: SIRC | ||
+ | address: 0F 00 00 00 | ||
+ | command: 17 00 00 00 | ||
+ | # | ||
+ | name: Display | ||
+ | type: parsed | ||
+ | protocol: SIRC | ||
+ | address: 0F 00 00 00 | ||
+ | command: 18 00 00 00 | ||
+ | # | ||
+ | name: Scroll | ||
+ | type: parsed | ||
+ | protocol: SIRC | ||
+ | address: 0F 00 00 00 | ||
+ | command: 19 00 00 00 | ||
+ | # | ||
+ | name: Fader | ||
+ | type: parsed | ||
+ | protocol: SIRC | ||
+ | address: 0F 00 00 00 | ||
+ | command: 69 00 00 00 | ||
+ | # | ||
+ | name: Menu_No | ||
+ | type: parsed | ||
+ | protocol: SIRC | ||
+ | address: 0F 00 00 00 | ||
+ | command: 6A 00 00 00 | ||
+ | # | ||
+ | name: Yes | ||
+ | type: parsed | ||
+ | protocol: SIRC | ||
+ | address: 0F 00 00 00 | ||
+ | command: 6B 00 00 00 | ||
+ | # | ||
+ | name: NameEdit_Sel | ||
+ | type: parsed | ||
+ | protocol: SIRC | ||
+ | address: 0F 00 00 00 | ||
+ | command: 61 00 00 00 | ||
+ | # | ||
+ | name: CDSync_Stop | ||
+ | type: parsed | ||
+ | protocol: SIRC | ||
+ | address: 11 00 00 00 | ||
+ | command: 38 00 00 00 | ||
+ | # | ||
+ | name: CDSync_Start | ||
+ | type: parsed | ||
+ | protocol: SIRC | ||
+ | address: 0F 00 00 00 | ||
+ | command: 2A 00 00 00 | ||
+ | # | ||
+ | name: CDSync_Stby | ||
+ | type: parsed | ||
+ | protocol: SIRC | ||
+ | address: 11 00 00 00 | ||
+ | command: 32 00 00 00 | ||
+ | # | ||
+ | name: Grp_OnOff | ||
+ | type: parsed | ||
+ | protocol: SIRC | ||
+ | address: 0F 00 00 00 | ||
+ | command: 73 00 00 00 | ||
+ | # | ||
+ | name: Grp_Skip | ||
+ | type: parsed | ||
+ | protocol: SIRC | ||
+ | address: 0F 00 00 00 | ||
+ | command: 72 00 00 00 | ||
+ | # | ||
+ | name: MusicSync | ||
+ | type: parsed | ||
+ | protocol: SIRC | ||
+ | address: 0F 00 00 00 | ||
+ | command: 3F 00 00 00 | ||
+ | # | ||
+ | name: Repeat | ||
+ | type: parsed | ||
+ | protocol: SIRC | ||
+ | address: 0F 00 00 00 | ||
+ | command: 26 00 00 00 | ||
+ | # | ||
+ | name: A__B | ||
+ | type: parsed | ||
+ | protocol: SIRC | ||
+ | address: 0F 00 00 00 | ||
+ | command: 27 00 00 00 | ||
+ | # | ||
+ | name: A.Space | ||
+ | type: parsed | ||
+ | protocol: SIRC | ||
+ | address: 0F 00 00 00 | ||
+ | command: 33 00 00 00 | ||
+ | </code> | ||
+ | </panel> | ||
+ | </accordion> | ||
+ | |||
+ | ===== Codes complets pour MDS-JE500 et MDS-JE510 ===== | ||
+ | |||
+ | Copie de cette page (auteur·ice : Shawn Lin) : https://www.minidisc.org/je500_codes.html | ||
+ | |||
+ | <code> | ||
+ | Hex Function Character | ||
+ | #0780 - 1 F 1 | ||
+ | #0781 - 2 G 2 | ||
+ | #0782 - 3 H 3 | ||
+ | #0783 - 4 I 4 | ||
+ | #0784 - 5 J 5 | ||
+ | #0785 - 6 K 6 | ||
+ | #0786 - 7 L 7 | ||
+ | #0787 - 8 M 8 | ||
+ | #0788 - 9 N 9 | ||
+ | #0789 - 10 O 0 | ||
+ | #078A - >25 / | ||
+ | #078F - Clear Del | ||
+ | #0795 - Power | ||
+ | #0796 - Eject | ||
+ | #0798 - Display/Char | ||
+ | #0799 - Scroll | ||
+ | #079A - D Pre (not used on JE500) D | ||
+ | #079B - D Rec (not used on JE500) E | ||
+ | #079D - Continuous Play A | ||
+ | #079E - Shuffle B | ||
+ | #079F - Program C | ||
+ | #07A0 - AMS/Track Reverse | ||
+ | #07A1 - AMS/Track Forward | ||
+ | #07A6 - Repeat ? | ||
+ | #07A7 - A-B repeat ! | ||
+ | #07A8 - Stop | ||
+ | #07A9 - Pause | ||
+ | #07AA - Play | ||
+ | #07AB - Backward scan Cursor back | ||
+ | #07AC - Forward scan Cursor fwd | ||
+ | #07AD - Record | ||
+ | #07B0 - T.Rec | ||
+ | #07B3 - A.Space ( | ||
+ | #07B4 - M.Scan ) | ||
+ | #07B6 - Char (up/lowercase) | ||
+ | #07B7 - Num (chars/numbers) | ||
+ | #07BA - Clear | ||
+ | #07BC - Name | ||
+ | #07BD - Clear | ||
+ | #07BF - Music Sync | ||
+ | #07C0 - 11 P | ||
+ | #07C1 - 12 Q | ||
+ | #07C2 - 13 R | ||
+ | #07C3 - 14 S | ||
+ | #07C4 - 15 T | ||
+ | #07C5 - 16 U | ||
+ | #07C6 - 17 V | ||
+ | #07C7 - 18 W | ||
+ | #07C8 - 19 X | ||
+ | #07C9 - 20 Y | ||
+ | #07CA - 21 Z | ||
+ | #07CB - 22 - | ||
+ | #07CC - 23 spc | ||
+ | #07CD - 24 . | ||
+ | #07CE - 25 ' | ||
+ | </code> | ||