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

Current/Voltage/Capacity Sensors #18

Open
BrushlessPower opened this issue Mar 24, 2020 · 0 comments
Open

Current/Voltage/Capacity Sensors #18

BrushlessPower opened this issue Mar 24, 2020 · 0 comments
Labels
help wanted Extra attention is needed

Comments

@BrushlessPower
Copy link
Owner

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 BrushlessPower added the help wanted Extra attention is needed label Mar 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant