[GH-ISSUE #449] Problems with connection to Tag Flasher #1379

Closed
opened 2026-03-20 19:07:47 +01:00 by sascha_hemi · 6 comments
Owner

Originally created by @EndOfYourGame on GitHub (Mar 19, 2025).
Original GitHub issue: https://github.com/OpenEPaperLink/OpenEPaperLink/issues/449

Hi,

I'm trying to flash some tags using ESP_S2_mini flasher. Unfortunately something is wrong and I ran into a number of problems. First of all, I flashed the esp32 as shown here: https://github.com/OpenEPaperLink/OpenEPaperLink/tree/master/Tag_Flasher and it seems like everything is in order. I get no errors and I get terminal message that installation was successful. After that I tried connecting the tag to the Esp, also as shown in mentioned link, but I wasn't able to flash it. This is the message I get when I try to use OEPL-Flasher.py:

PS C:\Users\z0177476\Desktop\OpenEPaperLink-master\Tag_Flasher> python OEPL-Flasher.py -e -n -p COM10 read dump.bin -f --pt
Successfully opened serial port COM10
Connection with the flasher established. Version: 50
Failed to establish a connection to the microcontroller

I know my description might not be most detailed but I'm not sure how to even debug this situation, so I would appreciate any help.

Originally created by @EndOfYourGame on GitHub (Mar 19, 2025). Original GitHub issue: https://github.com/OpenEPaperLink/OpenEPaperLink/issues/449 Hi, I'm trying to flash some tags using ESP_S2_mini flasher. Unfortunately something is wrong and I ran into a number of problems. First of all, I flashed the esp32 as shown here: https://github.com/OpenEPaperLink/OpenEPaperLink/tree/master/Tag_Flasher and it seems like everything is in order. I get no errors and I get terminal message that installation was successful. After that I tried connecting the tag to the Esp, also as shown in mentioned link, but I wasn't able to flash it. This is the message I get when I try to use OEPL-Flasher.py: PS C:\Users\z0177476\Desktop\OpenEPaperLink-master\Tag_Flasher> python OEPL-Flasher.py -e -n -p COM10 read dump.bin -f --pt Successfully opened serial port COM10 Connection with the flasher established. Version: 50 Failed to establish a connection to the microcontroller I know my description might not be most detailed but I'm not sure how to even debug this situation, so I would appreciate any help.
Author
Owner

@nlimper commented on GitHub (Mar 19, 2025):

Connection with the flasher established. Version: 50 -> your flasher is working correctly.
Failed to establish a connection to the microcontroller -> your wiring between the flasher and the tag is incomplete or faulty. So check the pinout and the wires. Don't use breadboard jumper wires (they are famous for bad contacts), keep the wires short (about 10 cm). Post a clear picture of your setup if you cannot find the fault.

<!-- gh-comment-id:2736690298 --> @nlimper commented on GitHub (Mar 19, 2025): `Connection with the flasher established. Version: 50` -> your flasher is working correctly. `Failed to establish a connection to the microcontroller` -> your wiring between the flasher and the tag is incomplete or faulty. So check the pinout and the wires. Don't use breadboard jumper wires (they are famous for bad contacts), keep the wires short (about 10 cm). Post a clear picture of your setup if you cannot find the fault.
Author
Owner

@EndOfYourGame commented on GitHub (Mar 19, 2025):

Yeah, I did use breadboard wires to connect. Thanks for clarifying what those messages meant, I'll make sure to make my connections better.

<!-- gh-comment-id:2736824019 --> @EndOfYourGame commented on GitHub (Mar 19, 2025): Yeah, I did use breadboard wires to connect. Thanks for clarifying what those messages meant, I'll make sure to make my connections better.
Author
Owner

@EndOfYourGame commented on GitHub (Mar 24, 2025):

Hello again,

I have redone the connections twice at this point. I used a new, more trustworthy wire and made sure my soldering was clean. I even tried connecting to a different epaper tag but I still encounter the same issue. Below you can see my connections to both tag and ESP32.

Image
Image
Image

<!-- gh-comment-id:2747706226 --> @EndOfYourGame commented on GitHub (Mar 24, 2025): Hello again, I have redone the connections twice at this point. I used a new, more trustworthy wire and made sure my soldering was clean. I even tried connecting to a different epaper tag but I still encounter the same issue. Below you can see my connections to both tag and ESP32. ![Image](https://github.com/user-attachments/assets/fa4470c6-3fac-4608-b4d1-80f6ad9a3bec) ![Image](https://github.com/user-attachments/assets/8cfa488a-38e9-45d0-b3c6-13b0b0be5b39) ![Image](https://github.com/user-attachments/assets/65cfabbf-4fc2-4ae5-bc00-2307f0bfad21)
Author
Owner

@nlimper commented on GitHub (Mar 24, 2025):

Wiring looks okay as far as I can see. Are your sure your tag is compatible? (and has a nRF52811 processor). There are sadly also versions which use a different MCU.

<!-- gh-comment-id:2748187425 --> @nlimper commented on GitHub (Mar 24, 2025): Wiring looks okay as far as I can see. Are your sure your tag is compatible? (and has a nRF52811 processor). There are sadly also versions which use a different MCU.
Author
Owner

@EndOfYourGame commented on GitHub (Mar 24, 2025):

Well, at this point I'm not sure. I'm using EL022F3WRA tags. I also have EL016H3WRA, but haven't tried connecting with those yet.

<!-- gh-comment-id:2748242397 --> @EndOfYourGame commented on GitHub (Mar 24, 2025): Well, at this point I'm not sure. I'm using EL022F3WRA tags. I also have EL016H3WRA, but haven't tried connecting with those yet.
Author
Owner

@nlimper commented on GitHub (Mar 24, 2025):

apparently even tags with the same type number can have different MCU's.
But the EL022F3WRA, according to the FCC data, has a SiLabs MCU.
https://fccid.io/2AFWN-EL022F3WRA/Internal-Photos/Internal-Photos-6265997

Somebody made a firmware for SiLabs, but I'm not sure about the status and which tags are compatible.
https://github.com/OpenEPaperLink/Tag_FW_EFR32xG22

<!-- gh-comment-id:2748289830 --> @nlimper commented on GitHub (Mar 24, 2025): apparently even tags with the same type number can have different MCU's. But the EL022F3WRA, according to the FCC data, has a SiLabs MCU. https://fccid.io/2AFWN-EL022F3WRA/Internal-Photos/Internal-Photos-6265997 Somebody made a firmware for SiLabs, but I'm not sure about the status and which tags are compatible. https://github.com/OpenEPaperLink/Tag_FW_EFR32xG22
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/OpenEPaperLink#1379