SBUS2-Telemetry icon indicating copy to clipboard operation
SBUS2-Telemetry copied to clipboard

Why is there 2 voltages available for the SBS01T ?

Open Polohpi opened this issue 8 months ago • 5 comments

Hello

Great lib ! Works perfectly with a R304SB and a 4px. Just this question because the sensor is only 1 canal and i cant see the first voltage on my radio, only the second one is displayed.

Thanks !

Polohpi avatar Oct 24 '23 20:10 Polohpi

Hello, which is the first Voltage? Which is the second Voltage?

The SBS01T is a Temperature Sensor.

I think you are talking about the SBS01V Look at the Futabe Spec:

Extern: 0...100 V DC Intern: 3,7...8,4 V DC

the internal Voltage is normally your Receiver Voltage. So i guess you are getting the external Voltage correctly

ericlangel avatar Oct 25 '23 07:10 ericlangel

Yes my bad it is the SBS01V sorry.

send_voltage(VOLTAGE_SLOT,(uint16_t)128, (uint16_t)255); this send 2 voltages. The only one that i can read is the second one. I dont understand how the 01V can measure 2 inputs.

Polohpi avatar Oct 25 '23 19:10 Polohpi

the SBS01V is a Sensor with 2 Slots one for the internal Voltage comming from RX (BEC Voltage) One for the external input

I'am not sure about the R304SB. Does it send RX Voltage over Telemetry?

Maybe.....if RX Voltage (measured from RX) is different to internal Voltage send by SBS01V. There could be a Problem. Maybe....there is a bug in Code.

I could check with my T14SG. Did you tried another SLOT? Which Slot is set for SBS01V?

BrushlessPower avatar Oct 26 '23 05:10 BrushlessPower

The rs304b already send internal voltage on slot 0. That's maybe why.

I dont think it's a bug, i have the same problem with the exemple included in the library.

Polohpi avatar Oct 27 '23 12:10 Polohpi

maybe my Code is buggy ;)

maybe the internal Voltage of RX (RS304b) and internal Voltage of SBS01V have to be the same value (or similar value). I'll test it with T14SG

BrushlessPower avatar Oct 27 '23 14:10 BrushlessPower