Commit graph

15255 commits

Author SHA1 Message Date
Yann GASCUEL
6fb74b976f iso15: fpga: add support for 2SC in READER_MODE_RECEIVE_AMPLITUDE
FPGA_HF_READER_MODE_RECEIVE_AMPLITUDE | FPGA_HF_READER_2SUBCARRIERS_424_484_KHZ
flags will return 2 fsk bits (same ones as in sniffing mode: '10' =>
424kHz, '01' => 484kHz, '11' => unknown signal and '00' for no signal
received) in addition to the signal amplitude (on 14 bits) on 424kHz.
2022-03-16 16:09:50 +01:00
Yann GASCUEL
352850d158 iso15: update TODO / BUGS / ISSUES with support of iso15 2SC sniff 2022-03-16 15:54:14 +01:00
Yann GASCUEL
c5f216558c iso15sniff: add an "iclass" bool parameter to SniffIso15693()
This is required to disable ISO15 flags parsing when sniffing iClass
because those flags don't exist in iClass coms (iClass iso15 based
communications are always fast and using only one subcarrier).
2022-03-16 11:26:07 +01:00
Yann GASCUEL
6d37410d33 iso15 sniff: fix alignment 2022-03-08 17:29:34 +01:00
Yann GASCUEL
3e784557fc iso15 sniff: improve iso15 FSK decoding (ARM part) 2022-03-08 10:11:34 +01:00
Yann GASCUEL
b2c5a52fd7 iso15 sniff: remove unused FPGA hi_read_fsk.v 2022-03-08 10:11:25 +01:00
Yann GASCUEL
07013a5aaf iso15 sniff: commit some unused FPGA FSK code for history 2022-03-08 10:11:22 +01:00
Yann GASCUEL
38d49097f9 iso15 sniffing: intragrate 2SC sniffing in same FPGA mode
switching Fpgamode while sniffing with FpgaWriteConfWord() was
sometimes too long so the tag answer start was lost.
Now, (only with FPGA_BITSTREAM_HF_15) with "FPGA_HF_READER_MODE_SNIFF_AMPLITUDE |
FPGA_HF_READER_2SUBCARRIERS_424_484_KHZ": the amplitude is shrank
from its 2 LSB bits and those 2 bits are now used to return the current
frequency. From my tests, this 2 bits reduction does not affect
quality of 1SC sniffing, but it may have slightly reduced the
receiving range.

FPGA FSK decoding code is also improved.
2022-03-08 10:11:14 +01:00
Yann GASCUEL
1f7bce5580 iso15 sniffing: add support for dual subcarriers tag answers 2022-03-08 10:11:08 +01:00
Philippe Teuwen
1818fc6b52
Merge pull request #1617 from s00se/patch-1
Update instructions for Termux
2022-03-06 22:31:20 +01:00
s00se
a4f15bd2db
Update instructions for Termux
Remove "tested setups". This seems extraneous.
Direct users to F-Droid for Termux
Use correct directory from git clone
2022-03-06 13:16:25 -07:00
Philippe Teuwen
355bc88827 fix typo 2022-03-03 01:11:11 +01:00
iceman1001
a13b770abb linking in the new guide 2022-03-02 21:46:04 +01:00
Iceman
24ebcb13e8
Merge pull request #1614 from maxieds/patch-1
Create Mac-OS-X-Compile-From-Source-Instructions.md
2022-03-02 21:40:47 +01:00
Maxie D. Schmidt
074f40e9f8
Update Mac-OS-X-Compile-From-Source-Instructions.md 2022-03-02 05:30:49 -05:00
Philippe Teuwen
e1a00f609f USER not defined on some platforms like Archlinux 2022-03-02 10:27:58 +01:00
Philippe Teuwen
bf522bf663 make accessrights: Silent error when no bluetooth group 2022-03-02 10:27:58 +01:00
Maxie D. Schmidt
76bb9ed575
Update Mac-OS-X-Compile-From-Source-Instructions.md 2022-03-01 15:58:45 -05:00
Maxie D. Schmidt
eb85ba4ebd
Create Mac-OS-X-Compile-From-Source-Instructions.md
New documentation file to provide installation from source instructions on MacOS. This procedure has been tested on MacOS Big Sur.
2022-03-01 15:44:05 -05:00
Philippe Teuwen
ab5213126d test removal of qt5 symlink hack for osx 2022-02-28 17:00:23 +01:00
Philippe Teuwen
5fb37ee406 Try to remove symlink hack for openssl in osx CI 2022-02-28 16:17:37 +01:00
Philippe Teuwen
14ce85a3c7 oops again, but I blame someone else who will recognize himself ;) 2022-02-28 16:14:53 +01:00
Philippe Teuwen
17fc498786 mfd_aes_brute: add openssl include path for macports too, just in case 2022-02-28 16:13:04 +01:00
Philippe Teuwen
91df68d8cd oops typo in copy/paste 2022-02-28 16:02:13 +01:00
Philippe Teuwen
7a0148b788 Fix mfd_aes_brute compilation on OSX/brew 2022-02-28 16:01:05 +01:00
Philippe Teuwen
ccf8aed5f2 Makefile: fix typo and missing phony 2022-02-28 15:44:42 +01:00
Philippe Teuwen
9d760dc746 Ignore brace warnings on Apple clang 2022-02-28 15:36:03 +01:00
Philippe Teuwen
f99704c780 Fix warnings with Apple clang 11 2022-02-28 15:18:49 +01:00
iceman1001
a699c0b5dd text 2022-02-28 05:38:11 +01:00
Philippe Teuwen
3a27160f75 OSX CI: missing few coreutils 2022-02-27 23:15:59 +01:00
Philippe Teuwen
d7e16ba888 pm3_tests: add mkversion sha256 check. Note: moved from grep to egrep, let's see how OSX reacts... 2022-02-27 22:10:52 +01:00
iceman1001
a7f69b5f13 style 2022-02-27 16:32:42 +01:00
Philippe Teuwen
47096906fb arm Adc: Fix codeql warnings 2022-02-27 15:03:54 +01:00
Philippe Teuwen
c44aa8a8c4 arm felica: Fix codeql warnings 2022-02-27 15:00:50 +01:00
Philippe Teuwen
28cdbeea4c arm em4x50: Fix codeql warnings 2022-02-27 14:58:16 +01:00
Philippe Teuwen
53671b127b arm fpgaloader: Fix codeql warnings 2022-02-27 14:55:38 +01:00
Philippe Teuwen
dc17bb506a arm utils: Fix codeql warnings 2022-02-27 14:54:11 +01:00
Philippe Teuwen
9849156f37 arm 14a/mifare: Fix codeql warnings 2022-02-27 14:54:11 +01:00
Philippe Teuwen
34c56c6227 cliparser: Fix codeql warnings 2022-02-27 14:31:07 +01:00
Philippe Teuwen
e504cdc5f8 hardnested: Fix codeql warnings 2022-02-27 14:29:11 +01:00
Philippe Teuwen
7c240753a2 14a, 15, hf: Fix codeql warnings 2022-02-27 14:22:38 +01:00
Philippe Teuwen
abddde7a51 felica: Fix codeql warnings 2022-02-27 14:09:26 +01:00
Philippe Teuwen
02d2fcc3e7 gallagher: Fix codeql warnings 2022-02-27 14:05:57 +01:00
Philippe Teuwen
e2cc368b11 iclass: Fix codeql warnings 2022-02-27 14:04:12 +01:00
Philippe Teuwen
8ecbd88251 codeql: fix printf 2022-02-27 13:53:43 +01:00
Philippe Teuwen
6e71a66940 Mention button in flash instructions 2022-02-27 13:44:35 +01:00
Philippe Teuwen
7fcb1ac5ed make accessrights: ignore if bluetooth stack not installed 2022-02-27 13:17:10 +01:00
Philippe Teuwen
4c8b4af337 mkversion: indicate when no sha256 generated 2022-02-27 12:46:55 +01:00
Philippe Teuwen
738963306e mkversion: Change grep by cut because of weird grep behavior on OSX 2022-02-27 12:40:17 +01:00
iceman1001
c7cb449eb6 coreutils dependency 2022-02-27 12:34:34 +01:00