frux-c / uhf_rfid

this is a uhf app for the flipper zero, that uses the YRM100 module.
190 stars 7 forks source link

App freezes #12

Open torreswb opened 4 months ago

torreswb commented 4 months ago

Really liking this app, use it a lot for work.

I'm having issues with the app freezing. Plugged in to a power source it will work for a while then will freeze after a little bit. When the flipper is unplugged from a power source it freezes when recognizing the module. I had i working both ways at one point. I'd like to create a board like you all have created and use it in a testing environment but I'm stuck right now with the app freezing. Are you using stock firmware or a custom firmware? Right now I'm running on a custom firmware. Do you think it matters?

frux-c commented 4 months ago

Hi @torreswb, I'm aware of the app freezing, however it has nothing to do with the custom firmware. It's likely that the buffer I wrote is not perfect, and I'm still working on it. I hope to get some stable changes out soon, I rarely get time to work on it but when I can I do :). I'm currently prioritizing bug fixes first before features.

torreswb commented 4 months ago

Ok cool. Thanks for the info and the work you have put in so far. I look forward to your next release of the app. I’m a network engineer in the conference business and this has been a huge help testing rfid badges we use. This is sort of out of my scope so this app has been a huge help.

frux-c commented 1 month ago

@torreswb could you try this commit out please https://github.com/frux-c/uhf_rfid/commit/e8633bd4e541b4badf16605c4895e31c6e60dfba and see if that resolves the issue?