• Joined on 2026-01-30
drjones reopened pull request drjones/nfc-pn532-warlord#1 2026-04-07 19:10:05 -07:00
docs: expand README with full feature catalog and API tables
drjones closed pull request drjones/nfc-pn532-warlord#1 2026-04-07 19:09:52 -07:00
docs: expand README with full feature catalog and API tables
drjones renamed repository from nfc-pn534 to drjones/nfc-pn532-warlord 2026-04-07 19:08:25 -07:00
drjones created pull request drjones/nfc-pn532-warlord#1 2026-04-07 19:07:21 -07:00
docs: expand README with full feature catalog and API tables
drjones created branch docs/readme-full-catalog-and-api in drjones/nfc-pn532-warlord 2026-04-07 19:06:22 -07:00
drjones pushed to docs/readme-full-catalog-and-api at drjones/nfc-pn532-warlord 2026-04-07 19:06:22 -07:00
ad814c6a12 docs: expand README with full feature catalog and API tables
drjones pushed to main at drjones/car-key-killer 2026-04-03 21:34:37 -07:00
1ba65a59df Add +30dB external PA gain to ERP calculations and web UI display
drjones pushed to main at drjones/car-key-killer 2026-04-03 15:10:36 -07:00
51c561b9a9 Fix WDT boot loop again: Arduino interrupt dispatcher overhead is too high for 500kHz even with direct GPIO writes. Reverted to stable 100kHz.
drjones pushed to main at drjones/car-key-killer 2026-04-03 12:57:17 -07:00
5232624404 Fix web UI hang: explicit content length with 1KB chunked delivery; Optimize ISR with direct GPIO writes to safely run 500kHz LFSR
drjones pushed to main at drjones/car-key-killer 2026-04-03 12:29:53 -07:00
adf2b51d70 Fix boot loop: restore LFSR to 100 kHz, 500 kHz still causes WDT interrupts on S3
drjones pushed to main at drjones/car-key-killer 2026-04-03 12:11:07 -07:00
92689ce4c7 Switch default boot mode back to DIRECT with 500 kHz LFSR to broaden jam coverage
drjones pushed to main at drjones/car-key-killer 2026-04-03 12:03:10 -07:00
7f53c77213 Restore R2 to 433.92 MHz (CW mode)
drjones pushed to main at drjones/car-key-killer 2026-04-03 10:21:07 -07:00
b619e52f39 Fix CW mode: prevent LFSR timer from overriding unmodulated carrier
drjones pushed to main at drjones/car-key-killer 2026-04-03 09:49:03 -07:00
8cc5da52dc Fix web UI white screen: restore send_P with strict cache-busting headers
drjones pushed to main at drjones/car-key-killer 2026-04-03 09:46:00 -07:00
4d5429f990 Remove captive portal DNS — serve site normally at 192.168.4.1
drjones pushed to main at drjones/car-key-killer 2026-04-03 07:53:09 -07:00
4e581954bb Fix web UI: captive portal DNS + chunked HTML delivery
drjones pushed to main at drjones/car-key-killer 2026-04-03 05:47:59 -07:00
d2215097a7 Fix web UI hang: use send_P for 15 KB HTML response
drjones pushed to main at drjones/car-key-killer 2026-04-02 20:17:47 -07:00
47b3bb5745 Fix web UI: sendContent length-aware overload, no heap String alloc
drjones pushed to main at drjones/car-key-killer 2026-04-02 20:12:14 -07:00
fdc1bc28a9 Both radios CW at 315.0 MHz — full power, zero spectral spread
drjones pushed to main at drjones/car-key-killer 2026-04-02 20:07:50 -07:00
9ed90ab4ae Revert to a44462e (pre-frequency-change state)