Nanoquad Spannungswarnung einstellen mit Spektrum Satellit geht nicht

Status
Nicht offen für weitere Antworten.
#1
Hat von euch jemand die Spannungswarnung zum laufen bekommen? Ich hab folgendes bei der MW 2.2 eingestellt:

/**** Buzzer ****/
/********************************************************************/
#define BUZZER
#define RCOPTIONSBEEP // uncomment this if you want the buzzer to beep at any rcOptions change on channel Aux1 to Aux4
//#define ARMEDTIMEWARNING 330 // (*) Trigger an alarm after a certain time of being armed to save you lipo (if your TX does not have a countdown)
//#define PILOTLAMP //Uncomment if you are using a X-Arcraft Pilot Lamp

/********************************************************************/
/**** battery voltage monitoring ****/
/********************************************************************/
/* for V BAT monitoring
after the resistor divisor we should get [0V;5V]->[0;1023] on analog V_BATPIN
with R1=33k and R2=51k
vbat = [0;1023]*16/VBATSCALE
must be associated with #define BUZZER ! */
#define VBAT // uncomment this line to activate the vbat code
#define VBATSCALE 131 // (*) change this value if readed Battery voltage is different than real voltage
#define VBATNOMINAL 126 // 12,6V full battery nominal voltage - only used for lcd.telemetry
#define VBATLEVEL_WARN1 107 // (*) 10,7V
#define VBATLEVEL_WARN2 99 // (*) 9.9V
#define VBATLEVEL_CRIT 93 // (*) 9.3V - critical condition: if vbat ever goes below this value, permanent alarm is triggered
#define NO_VBAT 16 // (*) Avoid beeping without any battery


sollte ja soweit passen. Den Lötjumper D8 hab ich zur mitte hin gesetzt.

Jemand ne Idee was ich falsch gemacht hab?
 
#3
Hi IntruderEvil sag mal wo hast du den Pin 8 definiert. Ich stehe wohl vor einem ähnlichen Problem weil mein Board (Crius V2.5) einige Pins nicht besitzt. (nur A0, A1, A2 und D8 verfügbar)
 
#4
Ich denkemal diesen wird er gemeint haben,

/********************************** Buzzer Pin **********************************/
/* this moves the Buzzer pin from TXO to D8 for use with ppm sum or spectrum sat. RX (not needed if A32U4ALLPINS is active) */
#define D8BUZZER
 
Status
Nicht offen für weitere Antworten.
FPV1

Banggood

Oben Unten