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

Telemetry beep alarms #36

Open
grezlo opened this issue Oct 24, 2017 · 15 comments
Open

Telemetry beep alarms #36

grezlo opened this issue Oct 24, 2017 · 15 comments

Comments

@grezlo
Copy link

grezlo commented Oct 24, 2017

Hello! Thanks for a great product!
I want tuning it on this way: add a beeper 5V, and to inform them about the battery and RSSI.

219 telemetry_data.volt1 = chanval.value;

What is the range of values for this parameter?

@grezlo grezlo changed the title Telemetry beep alamrs Telemetry beep alarms Oct 24, 2017
@goebish
Copy link
Owner

goebish commented Oct 24, 2017

If I remember well it's vbat*10, ie 42 for 4.2V, but this has to be checked.

@grezlo
Copy link
Author

grezlo commented Oct 24, 2017

You wrote:
if (packet[0] == 0x85 && packet[14] == Bayang_checksum()) {
// uncompensated battery volts100
chanval.bytes.msb = packet[3] & 0x7;
chanval.bytes.lsb = packet[4] & 0xff;
telemetry_data.volt1 = chanval.value;
So vbat
100 correct? Thank you!

And RSSI is 0-100 parameter correct?:
telemetry_data.rssi = Bayang_telemetry_count * 2;

@goebish
Copy link
Owner

goebish commented Oct 24, 2017

I don't remember, just try and add some serial logging if required ;)

@grezlo
Copy link
Author

grezlo commented Oct 24, 2017

Well I will write you about the results. Thank you!

@goebish
Copy link
Owner

goebish commented Oct 24, 2017

Also, keep in mind telemetry range is very short as the H8 mini, B03 and other "Silverizable" quads do not have a PA.

@grezlo
Copy link
Author

grezlo commented Oct 24, 2017

What about E011?

@goebish
Copy link
Owner

goebish commented Oct 24, 2017

Same as B03, none of the supported model has a PA onboard.

@grezlo
Copy link
Author

grezlo commented Oct 24, 2017

There is no possibility to add an amplifier? :) like PA LNA Wifi modules

@goebish
Copy link
Owner

goebish commented Oct 24, 2017

No.

@grezlo
Copy link
Author

grezlo commented Oct 24, 2017

Ok. Will short telemetry :/ 100 meters really?

@goebish
Copy link
Owner

goebish commented Oct 24, 2017

Way less than 100m ... even indoor, telemetry stops working 1 or 2 rooms away. But that's not a big deal, you still have control ...

@grezlo
Copy link
Author

grezlo commented Oct 24, 2017

For check the VBAT need flying closer to myself)

@goebish
Copy link
Owner

goebish commented Oct 24, 2017

Yes, that's the only way ;)

@grezlo
Copy link
Author

grezlo commented Oct 24, 2017

Thanks again. Will try.

@silver13
Copy link

rssi is about 200 normal operation, so not 0 -100

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