[GH-ISSUE #36] Problem with MF-RC522 #28

Closed
opened 2026-02-28 01:22:58 +03:00 by kerem · 5 comments
Owner

Originally created by @VjSky on GitHub (Dec 27, 2015).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/36

Does wifimanager interfeere with spi timings? I had a working code that reads rfid cards and after adding wifimanager i get timeouts when looking for a new card present ( the library returns false, but i tracked internaly that it gives a timeout status )
PS: great work!

Originally created by @VjSky on GitHub (Dec 27, 2015). Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/36 Does wifimanager interfeere with spi timings? I had a working code that reads rfid cards and after adding wifimanager i get timeouts when looking for a new card present ( the library returns false, but i tracked internaly that it gives a timeout status ) PS: great work!
kerem closed this issue 2026-02-28 01:22:58 +03:00
Author
Owner

@tzapu commented on GitHub (Dec 27, 2015):

hi, it really shouldn.t
after it s job is done, and after setup() is complete, the library should be even removed from memory and no longer be active at all.
there are currently some weird issues with the esp8266 package and delays and wifi not connecting, also with sdk 1.5 and wifi not connecting. they are all reported, but i don t know if fixing those will fix your issues as well...

<!-- gh-comment-id:167390635 --> @tzapu commented on GitHub (Dec 27, 2015): hi, it really shouldn.t after it s job is done, and after setup() is complete, the library should be even removed from memory and no longer be active at all. there are currently some weird issues with the esp8266 package and delays and wifi not connecting, also with sdk 1.5 and wifi not connecting. they are all reported, but i don t know if fixing those will fix your issues as well...
Author
Owner

@VjSky commented on GitHub (Dec 27, 2015):

Thanks for a fast reply!
Does it get removed automatically or do I have to do something to remove it from memory? Everything else works fine for now.

Sent from my iPhone

On Dec 27, 2015, at 8:16 AM, tzapu notifications@github.com wrote:

hi, it really shouldn.t
after it s job is done, and after setup() is complete, the library should be even removed from memory and no longer be active at all.
there are currently some weird issues with the esp8266 package and delays and wifi not connecting, also with sdk 1.5 and wifi not connecting. they are all reported, but i don t know if fixing those will fix your issues as well...


Reply to this email directly or view it on GitHub.

<!-- gh-comment-id:167390933 --> @VjSky commented on GitHub (Dec 27, 2015): Thanks for a fast reply! Does it get removed automatically or do I have to do something to remove it from memory? Everything else works fine for now. Sent from my iPhone > On Dec 27, 2015, at 8:16 AM, tzapu notifications@github.com wrote: > > hi, it really shouldn.t > after it s job is done, and after setup() is complete, the library should be even removed from memory and no longer be active at all. > there are currently some weird issues with the esp8266 package and delays and wifi not connecting, also with sdk 1.5 and wifi not connecting. they are all reported, but i don t know if fixing those will fix your issues as well... > > — > Reply to this email directly or view it on GitHub.
Author
Owner

@tzapu commented on GitHub (Dec 27, 2015):

no probs,
if you followed the examples code, and defined everything locally to the setup() function, it should det deallocated as soon as setup ends. so no global declarations of WiFiManger or the likes

<!-- gh-comment-id:167390971 --> @tzapu commented on GitHub (Dec 27, 2015): no probs, if you followed the examples code, and defined everything locally to the setup() function, it should det deallocated as soon as setup ends. so no global declarations of WiFiManger or the likes
Author
Owner

@VjSky commented on GitHub (Dec 27, 2015):

I had to check, but I did everything in setup. I'll have to try to figure it out.

<!-- gh-comment-id:167420029 --> @VjSky commented on GitHub (Dec 27, 2015): I had to check, but I did everything in setup. I'll have to try to figure it out.
Author
Owner

@VjSky commented on GitHub (Dec 27, 2015):

Got it.
For some reason, it does not work if you call spi.begin() first, and then use wifimanager. So always be sure to do all the wifi stuff first and then everything else.

<!-- gh-comment-id:167426319 --> @VjSky commented on GitHub (Dec 27, 2015): Got it. For some reason, it does not work if you call spi.begin() first, and then use wifimanager. So always be sure to do all the wifi stuff first and then everything else.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/WiFiManager#28
No description provided.