g3gg0
67f8f5a014
added NfcVSendFlags to choose fields to send
2022-11-26 16:54:32 +01:00
g3gg0
4b18370dfa
fix SLIX/SLIX2 type indicator bits
2022-11-26 16:31:32 +01:00
g3gg0
0cb784aadd
undo NfcA changes which might have looked better, but brought no reliability improvement
2022-11-25 12:08:36 +01:00
g3gg0
c1b5394b0f
further mergability updates
2022-11-25 11:42:29 +01:00
g3gg0
27b99e15a4
further cleanups towards a proper merge
...
SLIX-L accepts all passwords when password is zero
2022-11-25 11:31:19 +01:00
g3gg0
4b554c5f9e
code cleanup for ISO15693
...
added logging code for ISO15693
2022-11-25 10:31:17 +01:00
g3gg0
013e88154f
implement ISO14433-A fully in software for pointless experimenting reasons and improving the DigitalReader / SignalSequence code in performance
2022-11-25 02:46:49 +01:00
g3gg0
674a5c6f48
added ISO14443 tag emulator code, receiving only yet
2022-11-24 01:43:23 +01:00
g3gg0
73111c4ac1
optimized ISO15693 code
2022-11-23 21:25:36 +01:00
g3gg0
31efe21412
timing optimizations for DigitalSequence
2022-11-23 21:24:53 +01:00
g3gg0
b1cd358bfb
reworked nfca signal generation, added idle time before sending response
2022-11-23 02:17:18 +01:00
g3gg0
9d07f8db29
minimal speedups for mifare_classic.c
...
included missing nfcv.c API update
2022-11-23 02:16:52 +01:00
g3gg0
021695b2a3
use sequences, but bake them before sending. required for shorter signal sequences, causing higher setup time
2022-11-22 02:11:09 +01:00
g3gg0
116528f871
sync bit phases
2022-11-22 01:39:46 +01:00
g3gg0
eb98c7b246
rework NfcA and simplify a bit
...
digital_sequence_bake added for testing purpose
2022-11-22 00:34:09 +01:00
g3gg0
60b2c5cf67
code cleanups
2022-11-21 22:20:55 +01:00
g3gg0
ae80d06e93
properly initialize DigitalSequence for NfcA
2022-11-21 18:40:54 +01:00
g3gg0
3165daf5a6
fix crash situation
2022-11-21 18:23:20 +01:00
g3gg0
fe9bc3e581
clean up digital_signal.c and fix remainder calculation
2022-11-21 18:02:34 +01:00
g3gg0
8b4e6de56e
fix NfcA
2022-11-21 17:38:13 +01:00
g3gg0
a1ae1ed515
switch NfcA to digital sequence also
...
updated DigitalSequence API
2022-11-21 15:25:12 +01:00
g3gg0
aad093a4b5
smaller code cleanups
2022-11-21 13:49:19 +01:00
g3gg0
cd241a2901
switch to DigitalSequence
2022-11-21 13:36:16 +01:00
g3gg0
f0feb8921f
fix an off-by-one error
2022-11-21 01:57:16 +01:00
g3gg0
820ccb9775
switch to signal sequence (nonfunc)
2022-11-21 01:21:15 +01:00
g3gg0
f2457b6ee5
switch to scalable timebase for digital reader to prevent overflows
...
added yielding to emulation loop
2022-11-19 17:03:55 +01:00
g3gg0
01137a5b6e
added pulse_reader for DMA based NFC signal reading
...
updated nfcv to use pulse_reader instead of bitbanging
2022-11-19 02:45:33 +01:00
g3gg0
24f8db3c27
temporary DMA based timer capturing
2022-11-19 00:22:41 +01:00
g3gg0
d6903a4a06
some more comments
...
updated API file
2022-11-17 21:58:17 +01:00
g3gg0
971e0093c4
cleaned up SLIX code
...
fixed byte order mixup
read larger cards
2022-11-17 21:49:29 +01:00
g3gg0
b4802247df
always save file even when tag was not locked
2022-11-17 01:45:22 +01:00
g3gg0
75f5e6604b
separate ISO15693 basic and SLIX extensions a bit more
...
changed save format to reflect this
executing emulation from browser now also works
2022-11-17 01:35:39 +01:00
g3gg0
bcd33ca125
added NfcV emulation
2022-11-14 21:12:18 +01:00
g3gg0
fe216b4ddd
implemented unlock, read, save sequence
2022-11-09 22:59:09 +01:00
g3gg0
fa74fc9541
fix naming ReadAuth->Unlock
2022-11-09 21:19:12 +01:00
g3gg0
c840e9ad49
added ISO15693 reading, saving and revealing from privacy mode (unlock)
2022-11-09 14:10:05 +01:00
Samuel Stauffer
aa2ecbe80f
infrared: add Kaseikyo IR protocol ( #1965 )
...
* infrared: add Kaseikyo IR protocol
Add Kaseikyo IR protocol support. This protocol is also called the Panasonic protocol and is used by a number of manufacturers including Denon.
The protocol includes a vendor field and a number of fields that are vendor specific. To support the format of address+command used by flipper the vendor+genre1+genre2+id fields are encoded into the address while the data is used for the command.
There are older versions of the protocol that used a reverse bit order that are not supported.
Protocol information:
- https://github.com/Arduino-IRremote/Arduino-IRremote/blob/master/src/ir_Kaseikyo.hpp
- http://www.hifi-remote.com/johnsfine/DecodeIR.html#Kaseikyo
- https://www.denon.com/-/media/files/documentmaster/denonna/avr-x3700h_avc-x3700h_ir_code_v01_04062020.doc
* Format and add unit test to Kaseikyo IR codec.
Co-authored-by: Georgii Surkov <37121527+gsurkov@users.noreply.github.com >
2022-11-07 18:38:04 +04:00
あく
e8913f2e33
Code cleanup: srand, PVS warnings ( #1974 )
...
* Remove srand invocation
* PVS High priority fixes
* PVS High errors part 2
* Furi: heap tracing inheritance
* Furi add __builtin_unreachable to furi_thread_catch
2022-11-05 18:07:24 +03:00
gornekich
bf8fd71c00
NFC magic cards support ( #1966 )
...
* nfc magic: introduce nfc app to work with magic cards
* nfc: add nfc device functions to API
* nfc magic: add bacis scenes
* nfc magic: add wrong card and write confirm scenes
* nfc magic: introduce magic lib
* nfc magic: write magic lib
* nfc magic: add write commands to magic lib
* nfc magic: work on worker
* furi_hal_nfc: add bits data exchage method to API
* nfc magic: rework with new API
* nfc magic: add check and wipe scenes
* nfc magic: add icons, gui fixes
* nfc: format python src
Co-authored-by: あく <alleteam@gmail.com >
2022-11-04 16:01:44 +09:00
hedger
ebc2b66372
fbt fixes for mfbt pt2 ( #1951 )
...
* fbt: split sdk management code
* scripts: fixed import handling
* fbt: sdk: reformatted paths
* scrips: dist: bundling libs as a build artifact
* fbt: sdk: better path management
* typo fix
* fbt: sdk: minor path handling fixes
* toolchain: fixed windows toolchain download
* fbt: minor refactorin
* fbt: moved sdk management code to extapps.scons
* fbt: fixed sdk symbols header path; disabled -fstack-usage
* fbt: changed pathing for .py scripts
* fbt: changed SDK_HEADERS pathing; added libusb to SDK; added icon_i.h to SDK; added hw target to SDK meta
* fbt: added libusb headers to SDK
* picopass: include cleanup; api: added subghz/registry.h; api: added mbedtls to exported headers
* picopass: fixed formatting
* fbt: fixed COPRO_ASSETS_SCRIPT
* sdk: added basic infrared apis
* toolchain: added ufbt to list of legal fbtenv callers; updated error messages
* fbt: changed manifest collection & icon processing code
* fbt: simpler srcdir lookup
* toolchain: path management fixes; fbt: fixes for fap private libs paths
* scripts: toolchain: reworked download on Windows
* toolchain: v17
* scripts: added colorlog for logging
* Github: fix unit tests
Co-authored-by: あく <alleteam@gmail.com >
2022-11-03 00:15:40 +09:00
gornekich
93a6e17ce5
[FL-2933] Mf Classic initial write, update, detect reader ( #1941 )
...
* nfc: introduce nfc write
* nfc: add write logic
* nfc worker: add write state
* nfc: add mfc update logic
* nfc: add update success logic
* nfc: add custom card for detect reader
* nfc: update write logic
* nfc: add halt command, add notifications
* nfc: add write fail scene
* nfc: fixes and clean up
* nfc: fix navigation ad notifications
* nfc: fix detect reader nfc data setter
Co-authored-by: あく <alleteam@gmail.com >
2022-10-29 01:10:16 +09:00
Skorpionm
9cd0592aaf
SubGhz: add keeloq potocol JCM_Tech ( #1939 )
...
* SubGhz: add keeloq potocol JCM_Tech
* SubGhz: add new metod decoder
Co-authored-by: あく <alleteam@gmail.com >
2022-10-28 23:31:41 +09:00
hedger
8b7a52b97b
fbt: fixed linter paths ( #1930 )
...
* fbt: fixed linter paths
* lint: changed file permissions
Co-authored-by: あく <alleteam@gmail.com >
2022-10-27 05:25:31 +09:00
Skorpionm
aff99a72e8
SubGhz: fix variable types and CC1101 GPIO initialization optimization ( #1931 )
...
* SubGhz: fix variable types
* SubGhz: CC1101 GPIO initialization optimization
* SubGhz: return back gpio init
* SubGhz: cleanup grammar in math and format doxygen comments
Co-authored-by: あく <alleteam@gmail.com >
2022-10-27 04:40:13 +09:00
Skorpionm
5c8df66b7c
[FL-2927] SubGhz: add RAW Read threshold rssi ( #1911 )
...
* SubGhz: add RAW Read threshold rssi
* SubGhz: update indicator RSSI
* SubGhz: fix record file
Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com >
2022-10-27 00:13:00 +09:00
Skorpionm
378bf05068
[FL-2934] WS: add protocol Acurite 592TXR ( #1916 )
...
* WS: add protocol Acurite 592TXR
* WS: fix decoder Acurite_592TXR
* SubGhz: proper types in math
Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com >
2022-10-26 23:56:54 +09:00
hedger
0adad32418
fbt fixes pt4 ( #1899 )
...
* fbt: fixed py scripts for gdb
* fbt: removed compiled dolphin assets from tracked files; resolved cached dependency issues by globally disabling deps cache; changed dependency tracking for dolphin assets
* fbt: fix for "resources" node lookup
* toolchain: bump to v.16 with scons + x64 win binaries
* fbt: using scons from toolchain
* vscode: fixed paths for 64-bit Windows toolchain
* fbt: added colors!
* fbt: moved import validator to ansi lib coloring
* fbt: moved COMSTR vars to tools
* fbt: custom action for fap dist
* fbt: added OPENOCD_ADAPTER_SERIAL configuration var for openocd operations
* fbt: added get_stlink target
* docs: details on libs for faps
* vscode: added DAP config for using Flipper as a debugger for a 2nd Flipper
* fbt: blind deps fix for sdk_origin
* fbt: sdk: moved deployment actions to pure python
* Github: disable disableLicenseExpirationCheck option for pvs
Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com >
2022-10-26 07:15:02 +09:00
Max Lapan
d8fbaba7a0
Move Oregon2 to Weather Station FAP ( #1910 )
...
* Init copy of oregon2 to weather station app
* WS decoder
* Reuse decoded data
* Delete old protocol
* Delete oregon2 unit test
* Decrement count of random test
Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com >
2022-10-23 00:50:26 +09:00
Skorpionm
c1bb10a694
[FL-2920] WS: add protocol Acurite-606TX, LaCrosse_TX141THBv2 ( #1898 )
...
* WS: add protocol Acurite-606TX
* WS: history, added display of the channel (if any) in the general list
* WS: added display of the button state if it is on the transmitter, and displaying the data that is in the signal
* WS: fix batt info
* WS: add protocol LaCrosse_TX141THBv2
* WS; fix syntax
* Furi: bump api_symbols version
Co-authored-by: あく <alleteam@gmail.com >
2022-10-21 02:26:28 +09:00
Sergey Gavrilov
42df7aa04a
Fix FuriString oplist (init move) ( #1894 )
...
* FuriString, Infrared: fix oplist and drop string_t.
* Elf loader: log size
* Comment fix
* API: furi_hal_console_init
2022-10-20 19:58:11 +09:00