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

Current/Voltage/Capacity Sensors

Open BrushlessPower opened this issue 4 years ago • 0 comments

With Version 1.0 I've added more Power Sensors following the existing Futaba Sensors

But with my T14SG i can't test all of them, because the T14SG doesn't support them all. So it would be great, if someone could test the following Sensors:

Sensor SBS01V

  • Function: send_SBS01V(uint8_t port,uint16_t voltage1, uint16_t voltage2);
  • Function: send_SBS01V(uint8_t port,float voltage1, float voltage2);
  • T14SG: OK

Sensor F1678

  • Function: send_F1678(uint8_t port, uint16_t current, uint16_t capacity, uint16_t voltage);
  • Function: send_F1678(uint8_t port, uint16_t current, uint16_t capacity, uint16_t voltage);
  • T14SG: OK

Sensor SBS01C

  • Function: send_SBS01C(uint8_t port, uint16_t current, uint16_t capacity, uint16_t voltage);
  • Function: send_SBS01C(uint8_t port, float current, uint16_t capacity, float voltage);
  • should be the same as F1678
  • T14SG: Not supported

BrushlessPower avatar Mar 24 '20 08:03 BrushlessPower