Update 53

More Q&A stuff, added Aquarium call-to-action
This commit is contained in:
David 2022-09-25 12:30:59 -05:00
parent 0587adaf09
commit 600c1b0a8c
No known key found for this signature in database
GPG Key ID: 19C82BB4CE3B6785
3 changed files with 23 additions and 8 deletions

23
FAQ.md
View File

@ -74,6 +74,23 @@
> If there was no pre-compiled update file/package, you'll have to build the firmware yourself. See the next question for details. > If there was no pre-compiled update file/package, you'll have to build the firmware yourself. See the next question for details.
> For more information, read the [official documentation](https://docs.flipperzero.one/basics/firmware-update). > For more information, read the [official documentation](https://docs.flipperzero.one/basics/firmware-update).
### Where and when are developer Q&A sessions held?
> Question and Answer session are held every week on Saturday, at 01:00 and 13:00 (GMT)
>
> | Time zone | Side A | Side B |
> | :------------: | :-----: | :-----: |
> | GMT/UTC | 01:00 | 13:00 |
> | Pacific (PDT) | 6:00 PM | 6:00 AM |
> | Mountain (MDT) | 7:00 PM | 7:00 AM |
> | Central (CDT) | 8:00 PM | 8:00 AM |
> | Eastern (EDT) | 9:00 PM | 9:00 AM |
> | China Standard | 09:00 | 21:00 |
> | India Standard | 06:30 | 18:30 |
### Are there archives of past Q&A sessions?
> Archival is a community effort, so only some are available.
> [https://github.com/flipperdevices/flipper-questions-and-answers](https://github.com/flipperdevices/flipper-questions-and-answers)
### How do I write/compile my own applications/plugins/firmware/assets? ### How do I write/compile my own applications/plugins/firmware/assets?
<blockquote> <blockquote>
<em>(The following is a summary of the <a href="https://github.com/flipperdevices/flipperzero-firmware/blob/dev/documentation/fbt.md">official FBT docs</a>.)</em><br> <em>(The following is a summary of the <a href="https://github.com/flipperdevices/flipperzero-firmware/blob/dev/documentation/fbt.md">official FBT docs</a>.)</em><br>
@ -280,9 +297,9 @@
> (WIP, Note to self: https://regex101.com/r/iXmE2N/2) > (WIP, Note to self: https://regex101.com/r/iXmE2N/2)
### Why isn't Mifare Classic emulation working? ### Why isn't Mifare Classic emulation working?
> There are a number of reasons, some of which can be fixed while others can't. The first thing you should check is that all sectors were read from the card. If not, look at the questions above. > Flipper emulates Mifare Classics according to official specification docs (at 13.56 mhz), however certain card readers operate at slightly different frequencies (such as 13.50 mhz). Since Flipper is unable to detect the frequency (like a real card does), it also can't correct for these minor errors.
> On the hardware side: Mifare Classic emulation is handled by the CPU, except the clock cycle can't conform to the exact (and strict) timings that these tags communicate with. > As a result, data transmission doesn't always occur when the reader expects it, and thus emulation is imperfect.
> On the software side: Some rarely used card commands (counters, restore, and transfer) haven't been implimented, thus they will always fail during emulation. > There are a few theoretical ways to fix this with software, but the best option would require hardware modification.
### Why can't I save/emulate Mifare DESFire? ### Why can't I save/emulate Mifare DESFire?
> DESFire is a very complicated and much more secure chipset. There are no known attacks against it yet. > DESFire is a very complicated and much more secure chipset. There are no known attacks against it yet.

View File

@ -1,5 +1,3 @@
<em>(Adapted from <a href="discord.com/users/597435984925294620">Nano&#39;s</a> <a href="https://discord.com/channels/937479784148115456/937489970007003166/970666146804170792">original</a> <a href="https://discord.com/channels/937479784148115456/937489970007003166/970666162247581806">messages</a> in the Unleashed firmware Discord.)</em>
<h1>Flipper Zero firmware differences</h1> <h1>Flipper Zero firmware differences</h1>
<h3> <h3>
<code>::</code> Last updated Aug 3 2022. <code>::</code> <code>::</code> Last updated Aug 3 2022. <code>::</code>

View File

@ -51,9 +51,9 @@
## Applications & Plugins ## Applications & Plugins
<table align="right"> <table align="center">
<tr><th><strong>OwO whats this?</strong></th></tr> <tr><th><h3 align="center">📞 Calling all app developers! ✨</h3></th></tr>
<tr><td><em>This section will be succeeded by<br><a href="https://github.com/flipper-aquarium">Aquarium</a> in the near future.</em></td></tr> <tr><td><em align="center">Interested in publishing your app on <a href="https://github.com/flipper-aquarium">Aquarium</a> in the near future? <a href="https://dj.je">Get in contact with me!</a></em></td></tr>
</table> </table>
- [`Flipper-Plugin-Tutorial` Building a Custom "Hello world" plugin.](https://github.com/mfulz/Flipper-Plugin-Tutorial) - [`Flipper-Plugin-Tutorial` Building a Custom "Hello world" plugin.](https://github.com/mfulz/Flipper-Plugin-Tutorial)