-
Notifications
You must be signed in to change notification settings - Fork 356
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
mcfg.rssi_aux_channel over pwm input if PPM is enabled #47
Comments
any news on this ? |
Just want to chime in with this request... something like using the RX pin 2 for this, I'm pretty sure this is the only unused one in that area that isn't GPS serial, or the softserials? |
that's correct. RC3/4 are GPS, RC5-8 are softserial. |
Frsky PWM RSSI input would be nice, duty cycle 1%-99% iirc |
channel 2 can already be used for pwm rssi reading if radio input use separated channels. |
ok, there's a few things that would need to change then.
it seems that any solution that involves that code would be somewhat cumbersome or hacky. I would suggest splitting the mapping code from the PPM code and the PWM code and then adding PWM RSSI as a seperate feature or perhaps extracting what you need from the existing code and adding it as a seperate feature. |
also, i think timecop has some new pwm code, according to commit b7fce19 |
Feel free to fuck off and stop spamming my project. |
Sorry, but I don't understand, this feature or change will be available soon? still is open |
Feel free to contribute code that makes it work. |
@trollcop, yes, you are right, sorry if you feel like I demand something and if I am not able to contribute, was not my intention, only was a problem with my low language skills |
The problem is, the FrSky PWM-RSSI singal is to fast. The best way is to use an RC-filter (convert a PWM in a analog singal (0-3.3V)) |
This is more a feature request than an issue.
the mcfg.rssi_aux_channel only works for a ppm channel if PPM is enabled. We can't use channel 2 as pwm input ( this ones remains free to use ) for frsky rssi.
It only works if we use PWM input for radio channels( feature PPM not set ).
The text was updated successfully, but these errors were encountered: