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

Powering the transponder #86

Open
tlayh opened this issue Aug 22, 2016 · 2 comments
Open

Powering the transponder #86

tlayh opened this issue Aug 22, 2016 · 2 comments

Comments

@tlayh
Copy link

tlayh commented Aug 22, 2016

Hi, I am currently trying to build the transponders for the EasyRaceLapTimer in version 0.2. My question now, is it possible to power the transponder with 6v instead of 5v? I was thinking about adding a small battery pack for powering the transponder. That way I could use it without soldering some wires to the quad. Best way for a battery pack I found are to use two cr2032 with a switch to power it on and off.

Greetings,
Thomas

@frezik
Copy link
Contributor

frezik commented Aug 22, 2016

The attiny85 datasheet lists 5.5V as its max operating voltage. You might get lucky, but I wouldn't count on it.

You could get away with powering at 3V, but the LED will be dimmer since the current-limiting resistor is higher than it needs to be at that voltage.

Any reason you don't want to take power off the flight controller or something like that? The Naze32 (and similar FCs) almost always have a spare 5V output pin somewhere.

@tlayh
Copy link
Author

tlayh commented Aug 22, 2016

Thanks for your answer. Main reason for not using the FC for me would be to allow guest pilots to easily add the transponder. But I think it should work if I put two diodes in front, they should lose 1V and then I can use the 6V battery pack. I let you know if it works ;)

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