rodizio1 / EZ-WifiBroadcast

Affordable Digital HD Video Transmission made easy!
GNU General Public License v2.0
817 stars 200 forks source link

output RSSI on analog raspi port #110

Closed roque-canales closed 6 years ago

roque-canales commented 6 years ago

hello,

could you please output rssi from 0 to -100db on analog raspi port?

rodizio1 commented 6 years ago

Not sure how to do that, I think that would involve using the audio output and sound programming which I have no idea about.

What do you want to do with it?

roque-canales commented 6 years ago

Mayby you can output PWM?

Idea is to output on the TX side the RSSI on the RX side, for be able to modulate external amplifier power in function of rssi.

rodizio1 commented 6 years ago

Hmm, that would mean I need to transmit the RSSI from the ground back to the air. This can only be done with maybe 10 updates per second, (i.e. 100ms delay), I think that wouldn't work good enough anyway then with that large delay.

Sorry I have to close this.