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

Battery voltage sensing #3

Open
misan opened this issue Aug 4, 2016 · 5 comments
Open

Battery voltage sensing #3

misan opened this issue Aug 4, 2016 · 5 comments

Comments

@misan
Copy link

misan commented Aug 4, 2016

It appears that your voltage divider (two 10Kohm resistors) on the battery (12V) side can provide a voltage too high for the 5V 32u4 part. Not sure whether it is a typo on the schematic or that you trust that clamp diode on the controller input pin will take care of that, but it might be a problem.

@cinderblock
Copy link
Owner

You are correct, that is wrong. Thanks for pointing it out. It is a result of lazy design. It was one of the things to "figure out" during assembly as exact drive voltage had not been picked during design.

I'd like to start cleaning those little things up. Especially since I'm getting started on V2. Cheers!

@mkeyno
Copy link

mkeyno commented Sep 13, 2020

@cinderblock are you still working on V2?

Repository owner deleted a comment from mkeyno Sep 13, 2020
@cinderblock
Copy link
Owner

@mkeyno I'm on V3~V5 depending on how you count! Some versions of this that I've worked on are unfortunately not going to be made public. However two new versions are published. Checkout the other two branches.

The "Hoverboard" branch is designed to fit the motor controller inside of the common "hoverboard" motors. 2 power wires and 1 USB cable going in gets you a full featured powerful servo motor. The "Quanum" branch is designed to fit onto the back of a specific motor from HobbyKing and interface with a different robot I'm making that we hope to publish soon.

@mkeyno
Copy link

mkeyno commented Sep 14, 2020

@cinderblock, I was wondering whether on open source version there is more information beside the schematic such as coding or pcb design

@cinderblock
Copy link
Owner

cinderblock commented Sep 15, 2020

@mkeyno, the source files for the PCB are included. Unfortunately the software I use does not include a free viewer, nor is it easy to convert. I have yet to really try switching to a more open software but I'd like to eventually.

The gerbers are also published.

For software, checkout my other repository: https://github.com/cinderblock/3-Phase-Controller

We'd love to get this project more... polished... and easy for others to copy, replicate, and improve. Our goal was always just to make BLDC drivers/controllers easier and more accessible. Step 1 is just to get a system working. Step 2 is use it in many places to ensure reliability. Step 3 is to document and improve. If we can help you (or anyone) push this project forward, we're more than happy to help, time permitting.

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

3 participants