Skip to content
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

CR2032 and no motor driver? #24

Closed
Leseratte10 opened this issue Sep 17, 2017 · 1 comment
Closed

CR2032 and no motor driver? #24

Leseratte10 opened this issue Sep 17, 2017 · 1 comment

Comments

@Leseratte10
Copy link

Leseratte10 commented Sep 17, 2017

I'd like to replicate this build / project but I have a few questions (so this is not really an "issue"):

First, I have found this web page http://www.idogendel.com/en/archives/507 which states that the motor driver is not really needed, because you don't necessarily have to switch the polarity of the magnetic field, turning it on and off with a transistor would be enough. Is that actually true?

Second, what about powering the circuit with a CR2032 cell? (I am aware of #17 ) The current project doesn't seem to have any discharge protection to protect the Lipo cell from over-discharge, does it?

A typical CR2032 has >200mAh, and the ATtiny needs almost nothing (0.3 µA = 0.0003 mA is what I've read, so, a battery standby time of basically infinity.

Can I just replace the Lipo battery cell with a CR2032 or does that not provide enough power for the coil? Does anyone happent to have schematics for that mod? Should / Do I need to increase the capacity of C1?

@samyk
Copy link
Owner

samyk commented Sep 17, 2017

  1. It's true, just like bypass caps aren't always needed. It might work in some cases, and in others, it won't work. Drive it properly and you will increase the readers it will work on (it's worked on all readers that I've tested). Additionally, you'll be limited by the source current of the pins, drastically limiting your output and reducing your range significantly. Thus, use a driver if you want some real current output.

  2. Sure, CR2032 should be fine. The cap is necessary to charge up to provide sufficient power when activating (and it may not recharge as quickly with a CR2032, but shouldn't be a big deal). Don't forget the power used by the electromagnet in your calculations. Same size should be fine, let us know how it goes!

@samyk samyk closed this as completed Sep 17, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants