Commit Graph
22891 Commits
Author SHA1 Message Date
Niel Nielsen bb42ca8ca7 Remove unused include for comms.h
Removed unused comms.h include from cmdhw.c

Signed-off-by: Niel Nielsen <nieldk@gmail.com>
2026-09-03 08:03:06 +02:00
Niel Nielsen b6a1e0caf8 Add function prototype for pm3_max_cmd_data_size
Signed-off-by: Niel Nielsen <nieldk@gmail.com>
2026-09-03 07:20:03 +02:00
Niel Nielsen ed8fa3bd04 Remove unused function declaration
Removed unused function declaration for pm3_max_cmd_data_size.

Signed-off-by: Niel Nielsen <nieldk@gmail.com>
2026-09-03 07:19:02 +02:00
Niel Nielsen 9cf3960f47 Declare pm3_max_cmd_data_size function
Added a new function declaration for pm3_max_cmd_data_size.

Signed-off-by: Niel Nielsen <nieldk@gmail.com>
2026-09-03 07:11:35 +02:00
Niel Nielsen 4860890b5e Add comms.h include to cmdhw.c
Signed-off-by: Niel Nielsen <nieldk@gmail.com>
2026-09-03 07:10:42 +02:00
Niel Nielsen e89c30eeba Update length check for command data size
Signed-off-by: Niel Nielsen <nieldk@gmail.com>
2026-09-03 07:06:38 +02:00
Niel Nielsen a0573bf3cc Update pm3_cmd.h
Signed-off-by: Niel Nielsen <nieldk@gmail.com>
2026-09-03 07:04:56 +02:00
Niel Nielsen 36d6535d7a Add files via upload
Signed-off-by: Niel Nielsen <nieldk@gmail.com>
2026-09-03 06:40:39 +02:00
Niel Nielsen 7ddf3f94f9 Merge branch 'RfidResearchGroup:master' into BWM-work 2026-09-03 06:36:17 +02:00
Niel Nielsen 50b0259978 Add files via upload
Signed-off-by: Niel Nielsen <nieldk@gmail.com>
2026-09-03 06:36:07 +02:00
Niel Nielsen 1d80a4164a Add files via upload
Signed-off-by: Niel Nielsen <nieldk@gmail.com>
2026-09-03 06:34:49 +02:00
Iceman feae212f3d Merge pull request #3586 from Msprg/pm5-android-ble-doc
Docs: Add PM5 BWM BLE connection instructions
2026-09-03 09:41:52 +07:00
Msprg d3bf03f3e3 Docs: Add PM5 BWM BLE connection instructions 2026-09-03 01:41:54 +02:00
Msprg 22e9b37b9f armsrc: resync BWM link baud after an AT32-only reset
The ESP keeps its negotiated UART baud (921600) across a bootloader round
trip, hw reset or flash, while the AT32 restarts at the boot baud (460800)
and its baud-set request is then garbage to the ESP. The link stayed at
460800 and every BWM command failed until the module lost power.

Probe GET_UART_BAUD at both rates on boot and adopt the one the ESP answers
at; only run the set-baud handshake when it really is at the boot baud.
2026-09-03 01:02:38 +02:00
Iceman 710a1968e9 Merge pull request #3584 from nieldk/BWM-work
Enhance bwm_wifi_forward_down for better disable confirmation
2026-09-02 23:44:39 +07:00
Niel Nielsen 6526d2ce48 Refactor comment in bwm_wifi_forward_down
Simplified comment in bwm_wifi_forward_down function.

Signed-off-by: Niel Nielsen <nieldk@gmail.com>
2026-09-02 18:32:06 +02:00
Niel Nielsen cac3f6dc0a Enhance bwm_wifi_forward_down for better disable confirmation
Refactor bwm_wifi_forward_down to confirm WiFi disable success by polling connect status.

Signed-off-by: Niel Nielsen <nieldk@gmail.com>
2026-09-02 15:26:03 +02:00
Iceman 89c0682990 Merge pull request #3583 from nieldk/BWM-work
Improve BLE negitiation and corrected wifi status
2026-09-02 20:06:40 +07:00
Iceman 1d97fda4b4 Merge pull request #3582 from Msprg/pm5-fix-lowbatt-shutdown-vusb
PM5 low-batt shutdown: gate power-off on VUSB pin, not charger PG bit
2026-09-02 20:05:31 +07:00
Niel Nielsen 8d8fa8733a Update length check for command data size
Signed-off-by: Niel Nielsen <nieldk@gmail.com>
2026-09-02 14:52:39 +02:00
Niel Nielsen bfb8167cbc Refactor CMD_MEASURE_ANTENNA_TUNING_HF case structure
Signed-off-by: Niel Nielsen <nieldk@gmail.com>
2026-09-02 14:46:01 +02:00
Niel Nielsen eb9e6949ab Enhance BWM WiFi status reporting and logging
Refactor BWM WiFi status handling and improve logging messages.

Signed-off-by: Niel Nielsen <nieldk@gmail.com>
2026-09-02 14:42:49 +02:00
Niel Nielsen 0c7688dd40 Update bwm_wifi_forward_status function signature
Signed-off-by: Niel Nielsen <nieldk@gmail.com>
2026-09-02 14:40:47 +02:00
Niel Nielsen 5a3e6cbaa1 Refactor bwm_wifi_forward_status function parameters
Signed-off-by: Niel Nielsen <nieldk@gmail.com>
2026-09-02 14:40:22 +02:00
Niel Nielsen b211a92a3a Add BWM_CMD_GET_UART_BAUD definition
Added a new command to get the current UART baud rate from the ESP.

Signed-off-by: Niel Nielsen <nieldk@gmail.com>
2026-09-02 14:24:29 +02:00
Niel Nielsen a3b4767ff6 Enhance UART baud negotiation and acknowledgment
Added acknowledgment handling for GET_UART_BAUD command and improved baud negotiation logic.

Signed-off-by: Niel Nielsen <nieldk@gmail.com>
2026-09-02 14:24:03 +02:00
Msprg 9f2fd682e5 PM5 low-batt shutdown: gate power-off on VUSB pin, not charger PG bit
The critical-shutdown path in bwm_lowbatt_check() was reached whenever the
AW32001 System Status "power good" bit was clear. On this hardware that bit reads
"power fail" even while the board is USB-powered under HF load (hw status shows
power fail + ~400 mA discharge on PC USB), so a low pack could trip the latched
power-off - Gpio_ARM_Power_ON_Low() + while(1) - while USB keeps the MCU alive,
leaving it spinning.

Confirm the cable really is out via the dedicated VUSB sense pin (Gpio_VUSB_Read,
the same source WITH_PM5_AUTOOFF uses) before powering off; if USB is present,
clear the streak and keep running. Also print a reason before cut-off, and fix a
brace/formatting glitch on the trigger condition.
2026-09-02 14:16:27 +02:00
Philippe Teuwen 9573cb355c BWM-related fcts: make sure every usage of I2C starts with StartTicks() & I2C_init() 2026-09-02 12:06:37 +02:00
Msprg 266c549b2d fix PM5 lock-up after hf search: restart TMR5 before low-batt I2C poll
The idle-loop low-battery poll bwm_lowbatt_check() reads the BWM charger/gauge
over the bit-banged I2C, which busy-waits on the TMR5 free-running counter via
WaitUS()/WaitTicks(). A command handler that runs just before the poll can leave
TMR5 stopped through StopTicks() - notably the LEGIC probe in `hf search`
(LegicRfInfo() ends with switch_off(); StopTicks()). WaitTicks() then spins in
`while (GetTicks() < ticks)` forever and the device appears to hang, needing a
manual power-cycle, because WDT_HIT() is a no-op on AT32.

This became reachable by default at d35ddce2 (PM5 gained -DWITH_BWM_LOWBATT_BEEP).
The previous idle-loop I2C user, the power LED, was unaffected because RgbLedSet()
calls StartTicks() first. Do the same in the poll.
2026-09-02 11:55:33 +02:00
Iceman d1e0476278 Merge pull request #3580 from nieldk/master
Update helptext in cmdhw.c
2026-09-02 14:51:45 +07:00
Iceman 7220df2500 Merge pull request #3577 from mfcarroll/t55xx-psk3-ambiguity
lf t55xx: correctly report the psk2/psk3 ambiguity
2026-09-02 14:51:24 +07:00
Niel Nielsen 96e1c6af18 Fix syntax error in battery health logging
Signed-off-by: Niel Nielsen <nieldk@gmail.com>
2026-09-02 09:31:30 +02:00
Niel Nielsen 766992ede8 Fix battery health log format in bwm_charger.c
Signed-off-by: Niel Nielsen <nieldk@gmail.com>
2026-09-02 09:28:49 +02:00
Niel Nielsen a94388544c Simplify battery health logging message
Removed unnecessary message about full cycle accuracy for battery health.

Signed-off-by: Niel Nielsen <nieldk@gmail.com>
2026-09-02 09:20:55 +02:00
Matthew CarrollandClaude Opus 5 ff7766af77 lf t55xx: drop the psk3 candidates from detect because they can only misfire
Both psk3 entries run the same demodulation as the psk2 entry beside them and
differ only in the constant given to test(). test() accepts a word only when
that word's own modulation field matches the constant, so the psk3 entry needs
a recovered word whose field reads 3.

Field 3 is 00011, so it needs two adjacent 1's. What this demodulation recovers
is the data's rising edges, and a rising edge needs a 0 before the 1, so no two
of them are ever adjacent. The words it produces can never carry field 3, and so
the psk3 entries can never match the case they were written for.

What they can do, however, is match on a demodulation error, and then detect
names psk3 and a block 0 word the tag does not hold.

psk3 is still reached, by ruling psk2 out from the broadcast period rather
than by demodulating for it - see t55xx_psk3_resolve().

Tags that only these branches matched now read as psk2, or as undetected
where no offset yields a plausible psk2 word, on the basis that a wrong
answer is worse than none if nothing about it tells you it is wrong.

Edited by a human.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-09-01 23:54:34 -07:00
Matthew CarrollandClaude Opus 5 28a496d5bc lf t55xx: correctly report the psk2/psk3 ambiguity
The client demodulates psk2 and psk3 the same way, and against a psk3 tag
that demodulation keeps only the leading bit of every run of ones.  A psk3
config word therefore always reads back as its psk2 neighbour, one bit out,
and detect structurally cannot tell the two apart from the waveform alone.

It said psk2 anyway. Worse, the data-block probe meant to settle it
confidently answered psk3 even for a freshly wiped psk2 tag, where a page
of zeroes has no adjacent ones under either modulation.

Report what is actually known:

  - print "PSK2 or PSK3 ( ambiguous )" when the read fits both
  - list the words block 0 could be, rather than printing one and relegating
    the rest to a note
  - weight the probe's evidence, so empty blocks settle nothing
  - narrow that list with things the tag cannot hide - the subcarrier it
    transmits on, and how many blocks it broadcasts, which constrains MAXBLK and
    also rules out the sequence terminator

Where that leaves one word, block 0 reports it.  Where it does not, detect
says so rather than choosing.

Edited by a human.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-09-01 23:54:33 -07:00
Niel Nielsen aff38cc345 Update helptext in cmdhw.c
Removed instruction for full charge/discharge learning cycle.

Signed-off-by: Niel Nielsen <nieldk@gmail.com>
2026-09-02 07:52:11 +02:00
Iceman 866516f440 Merge pull request #3578 from innocentbystanderproxmark/update-documentation
Making the Documentation better and clearer
2026-09-02 11:25:21 +07:00
Innocent Bystander 228260b01f Updated CHANGELOG.md 2026-09-01 20:44:28 -04:00
Innocent Bystander 22fcbf60c9 Fold more PM5 exclusive resources into the PM5_Start_Here folder to speed up finding information. 2026-09-01 20:28:59 -04:00
Innocent Bystander 85b225b2c4 Changing the DFU Util section to better reflect the shortest path to recovery. 2026-09-01 20:11:02 -04:00
Iceman 93ca09f3a8 Merge pull request #3576 from pkilar/epassport-extended-docnum
Fix the ePassport personal number read from the MRZ optional-data field
2026-09-02 02:55:42 +07:00
Iceman 1a50403254 Merge branch 'master' into epassport-extended-docnum
Signed-off-by: Iceman <iceman@iuse.se>
2026-09-02 02:55:11 +07:00
Iceman 4d00e241e5 Merge pull request #3575 from pkilar/epassport-caption-wrap
Name the ePassport files each detail tab actually drew from
2026-09-02 02:05:33 +07:00
Paul KilarandClaude Opus 5 8bb7d1191a ePassport: render the MRZ personal number without its fillers
9303 Part 4, positions 29 to 42: "Any special characters, including spaces,
in the personal identification number ... shall be replaced by the filler
character (<). The number shall be followed by the filler character (<)
repeated up to position 42."

So the field holds two different kinds of filler.  The trailing run is
padding, which was already stripped, but a filler inside the number stands
for a space or special character substituted on the way in, and those were
printed as they came - a US passport showed its personal number with a '<'
in the middle of it.

Strip the padding, then put a space back for what remains.  It is the
closest recovery available: the original could have been a hyphen, and the
MRZ does not keep which.

optional_data itself stays a faithful copy of the field.  Nothing else
reads it, and it is the personal number that is being rendered here.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-09-01 14:44:34 -04:00
Paul KilarandClaude Opus 5 aadcda0cb8 ePassport: stop a long document number leaking into optional data
ICAO spills a document number longer than nine characters into the
optional-data field: positions 1 to 9 hold the first nine, position 10 a
filler in place of the check digit, and the optional field opens with the
rest of the number and the check digit for the whole of it.

_extended_document_number() already puts that back together and returns
the optional field with the overflow removed.  _parse_td3() bound that
fourth value and then ignored it, re-slicing l2[28:42] raw, so the tail of
the document number stayed in the optional field.  From there it was
reported as the holder's personal number, which falls back to the MRZ
optional-data field when DG11 carries none - a 12-character number showed
its last three digits and a check digit as a personal number.

Use the value the function already returns.  The check digit still answers
for the field as transmitted, overflow included, since that is what the
MRZ actually carries.

_parse_td1() has always used the return value, which is where the intended
shape comes from.  _parse_td2() does not call the helper at all, so TD2
carries no support for long numbers; that is a gap rather than this bug and
is left alone.

Found while checking the decoder against ICAO 9303 Part 4.  Nothing else
came out of that: the composite check digit covers lower-line positions
1-10, 14-20 and 22-43 as the spec requires, verified by mutating all 43 and
confirming that nationality and sex are ignored and every other position is
caught; the 7-3-1 digits agree with an independent implementation across
four real TD3 documents.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-09-01 14:35:26 -04:00
Paul KilarandClaude Opus 5 ce9148d9ad ePassport: name the files each detail tab actually drew from
The tab headers carried their file names as fixed text - "Additional
personal details  ·  EF_DG11" - so a Polish passport, which ships DG13 and
no DG11, was told its details came from a file it does not carry.  The
ISSUER header claimed EF_DG12 on the same document, and SECURITY listed
EF_DG15 whether or not it was there.

personal_files, document_files and security_files report what each tab drew
from, and the pages compose their header from those.  They sit on the
record rather than in the widgets so they can be tested without a display,
which is how the rest of the suite is built.

PERSONAL names EF_DG1 when the personal number came from the MRZ, that
being the file which supplied it, rather than crediting DG11 for a value
DG11 did not provide.  With nothing read the header stays the bare
description: the record is an empty PassportRecord at startup rather than
None, and reporting an absence on a chip nobody read reads as a fault.
"none present" rather than "nothing on this chip", since the app opens
offline dumps too.

The same document showed the other half of this: "Personal number (from
DG13)" renders 203px against a dp(190) caption column, so it wrapped and
left the source on a line of its own.  Without the "from" it is 167px.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-09-01 14:17:22 -04:00
Paul KilarandClaude Opus 5 f55a960c53 ePassport: keep the personal number caption on one line
"Personal number (from DG13)" renders 203px wide and the caption column is
dp(190), so it wrapped and left the source sitting on a line of its own.
Without the "from" it comes to 167px and fits, with room to spare over the
140px of the longest caption already in that tab.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-09-01 14:02:09 -04:00
Iceman 450e3dfaaa Merge pull request #3573 from pkilar/epassport-dg13-pesel
Decode ePassport EF_DG13, and read Poland's PESEL from it
2026-09-02 00:59:36 +07:00
Iceman 4d0280dbb3 Merge branch 'master' into epassport-dg13-pesel
Signed-off-by: Iceman <iceman@iuse.se>
2026-09-02 00:59:23 +07:00