mirror of
https://github.com/OpenEPaperLink/OpenEPaperLink.git
synced 2026-03-21 00:04:28 +01:00
[GH-ISSUE #551] Variable binary data between readings (OEPL-Flasher.py) #1455
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Larzu on GitHub (Feb 8, 2026).
Original GitHub issue: https://github.com/OpenEPaperLink/OpenEPaperLink/issues/551
For some reasons it's not possible to get reliable original binary data (infoblock/fw) from Solum tags (Solum ST GM29xxF and ST-GR2900N).
Following command is used and also -t option is giving same results
python OEPL-Flasher.py -p com10 -z -i read test.bin
This is giving different binary data basically every reading.
The #define FLASHER_AP_SPEED 250000 has been lowered down to 250000 but this was not helping.
The wires are soldered and pinout is following in ESP32-S3-n16R8.
EXT port pins: SS=40, CLK=41, MOSI=2, MISO=42, RESET=1, POWER=8, TEST=47