-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Versions >=1.4.0 unstable with Wemos D1 mini #427
Comments
Please test a different pin than D3. D3 is also used to trigger programming/run mode. Is the problem similar to #426? |
@anduck and your esp board version would be good to know. Is it the latest 2.4.2? |
As alternative: Can you try without connected rst and following code?
This disables the hardware pin based reset. Only the software based reset is done. |
Using 1.3.6, I also found out that adding a 100ms delay between |
Also found out that while 1.3.6 seems to be stable, it's not. It works maybe 9/10 times. Initialization works everytime and it returns version 0x12. |
Open Boards Manager from Tools > Board menu and search esp8266
Firmware version 0x12, was sometimes reported. I guess this are malfunctioned boards and/or power issues. May check your soldering. If flux is on your board clean it with alcohol. Flux can cause unpredicted current flow. |
Ok, thanks. I got esp8266 version 2.4.2. Did some googling and it looks like version 0x12 is reported by fake boards. Now looking carefully at the board, it indeed does look like a fake. Texts are "bolded" and I can't even read what reads in the main chip in there. Board was bought from ebay. |
Ok, that is bad. I hope you get your money back. Can I close this issue? |
I'll get a genuine board and continue testing. I will report back on that, then if this problem doesn't exist for the genuine board, I guess this issue can be closed. I'll get some pics of this and post to #428 |
Thanks 👍 |
Got a genuine board, running master branch, RST unconnected and it is working properly (stable and reports version 0x92 (v2.0). This means that this issue seems to only be present in the fake Chinese boards. |
Step 1: Describe your environment
Step 2: Describe the problem
Found out that MFRC522 with Wemos D1 mini is unstable for at least versions 1.4.0 and 1.4.1. Version 1.3.6 was found out to be stable. Unstability means that sometimes MFRC522 device works, sometimes not. It worked roughly 1 out 10 times, when testing. Reset button was used to reset Wemos device between each attempt.
Steps to reproduce:
The text was updated successfully, but these errors were encountered: