-
Notifications
You must be signed in to change notification settings - Fork 94
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
Started burning at 18V #9
Comments
I just saw this issue and I am so sorry this happened to you. It could have been due to the batteries that you chose when fully charged are actually higher than the nominal voltage. Lets say that they actually read 1.65v fully charged, well that additional .15v multiplied by your 12 batteries would mean an extra 1.8v input and you may have actually been running the voltage regulator with an input voltage of 19.8 volts when the 18v rating was an ABSOLUTE MAXIMUM. My prototype I designed could handle up to 24v using the original BOM but there was no benefit in range that I could notice when running the reader at those higher voltages. In the future go as low as possible. Please don't take that as criticism or even me knowing what happened as it is just speculation. I am just glad that nothing worse occured. Regardless what the issue may have been thank you very much for bringing this to my attention and I have added a safety warning and downgraded the maximum voltage rating to 12v to hopefully prevent this from happening again with notes that adding a heatsink to the voltage regulator would be a good idea and to aim for even lower voltages. But hackers are going to hack and abuse the specs just like this device actually should technically use level shifters but it works without them so it was created to use as few components as possible in that spirit.
|
Hey I just had the same thing happen! However I was hooked up to a benchtop power supply limited to 11.9V. I had the device in the field, on a system I confirmed was using 12V, but it was acting funny and boot looping so I took it to the bench, when i plugged it in I got smoke. On examination it had the exact same burn pattern as this. This burned part is the voltage regulator? Thinking of adding a heatsink to my other device, as well as the 2 I ordered to replaced the burned one. |
Also, I would be interested in replacing the voltage regulator on my device and seeing if it still works. Can you point me in the direction of the correct component to purchase? |
I hate to hear that and am sorry that it happened to you. Was it ever attached to higher voltage?
Below is the part for the voltage regulator that was used in the prototype.
Voltage Regulator LM1117 voltage 3.3V out; current 800mA; package sot223; Mouser Part # 926-LM1117MPX3.3NOPB
Also using a low amperage fuse on at minimum the positive Vin line is highly recommended, using a fuse on every line including data shouldn't hurt anything and could help protect connected equipment. I will try to update the schematics soon to include the addition of an inline fuse as well as go through the pull requests.
|
Thanks for the update. AFAIK not attached to a higher voltage. At one time it was mistakenly attached to the data lines hooked up to an REX motion sensor. I will make a note to check the voltage on those lines. Another question for you - I have been searching around for answers and not finding anyone who knows enough. I have been playing with the device on an HID ProxPro and an ICT Vario Prox reader. The HID puts out understandable data. However the same device hooked up to the Vario is spitting out what appears to be random data. Eg one card from the HID reader puts out and I can't seem to make sense of either scan. Same deal with various other cards, puts out understandable data from the HID confirmed with the Proxmark and then gibberish with the Vario. Any direction you can point me in? |
Same here. 13,8V input has something done with the voltage regulator. At the moment all pins of the regulator are shorted. I desolder it and check if the ESP is booting when I direct connect 3.3V to the Vin of the ESP. I hope he is still alive. If he is alive I will try to change it with this part: https://www.amazon.de/gp/product/B079Q4CH6N/ref=ox_sc_act_title_1?smid=A19GSHTT314PS3&psc=1 otherwise I have to change and reflash the whole ESP too ... :-/ |
Update: ESP is death too :-/ |
See title. I'm assuming the module that started burning is the step-down converter. Had 3x4 battery packs with 1,5V batteries connected in series.
Board gets quite hot overall even when running with 12V - probably due to the WiFi module and the small board not being able to dissipate heat.
Just wanted to bring it up, as I think it should be mentioned in the README.md - in case someone plans to build this to carry in e.g. their backpack.
The text was updated successfully, but these errors were encountered: