No description
Find a file
Ryan Voots 6f8c8967c4 Add test output examples showing successful PN532 communication
Includes both normal and debug output from running pn532_test.pl on a
Raspberry Pi with PN532 NFC chip over I2C.

test_output.txt: Clean output showing successful firmware version retrieval
test_output_debug.txt: Debug output with hex dumps of all I2C packets

Test environment:
- Raspberry Pi with /dev/i2c-1
- PN532 NFC chip at address 0x24
- Perl 5.40.2 with Device::Chip::Adapter::LinuxKernel

Results:
- IC Version: 0x32 (PN532)
- Firmware: 1.6
- Support: 0x07

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-19 19:57:12 -05:00
pn532_test.pl Add PN532 firmware version test script for LinuxKernel adapter 2026-01-19 19:56:14 -05:00
test_output.txt Add test output examples showing successful PN532 communication 2026-01-19 19:57:12 -05:00
test_output_debug.txt Add test output examples showing successful PN532 communication 2026-01-19 19:57:12 -05:00