mirror of
https://github.com/OpenEPaperLink/OpenEPaperLink.git
synced 2026-03-21 00:04:28 +01:00
[GH-ISSUE #310] Support for Solum M3 2.7" Newton BWR - EL027H3BRA #179
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 @olanwe on GitHub (May 5, 2024).
Original GitHub issue: https://github.com/OpenEPaperLink/OpenEPaperLink/issues/310
Is your feature request related to a problem? Please describe.
I have a new M3 2.7" tag here (EL027H3BRA) and flashed SOL_M3_Uni_full_0027 on it. The device is booting up (green LED flashing, Display is refreshing), but nothing (apart from a thin colored "garbage" line on the far right of the display) is being displayed. However, the tag is polling regularly, so the firmware seems to be running normal.
Information as seen by the AP:
So both the tags MAC-address is inccorrect (original address is 051D098EB490) and both type and resolution are wrong.
Dump of UICR:
m3_27_i_051d098eb490.bin.log
@krikkirk commented on GitHub (Aug 12, 2024):
Hi there, I dont have the same tag. You can try modifying this line and the line below to 300 and 200. It will manually tell OEPL that this tag has the correct resolution.
And modify this line to STYPE_SIZE_026 so it will show solum 2.6 in your AP. See if the splash screen works as expected.
@olanwe commented on GitHub (May 1, 2025):
I just noticed that the tag is supported by the latest M3 firmware now, so this issue can be closed.
@michilehr commented on GitHub (May 25, 2025):
@olanwe which firmware did you flash to get it working? Did you also flash the UICR
I have the samel problem and alrady flashed 0029 - but does not work.
@olanwe commented on GitHub (May 25, 2025):
Hi @michilehr, I flashed the one available here: https://github.com/OpenEPaperLink/Tag_FW_nRF52811/tree/main/tag_fw
I made a backup of the infopage first but I did not have to use it. As the tag was already running with the old firmware (i.e. logging into the AP but only displaying a thin noise line) it was even sufficient to do an over-the-air update using the OTA-version (Newton_M3_Universal-ota.bin) to get it working.
@michilehr commented on GitHub (May 26, 2025):
Nice. I have just used your Dump of the UICR and it works. Thanks for sharing!