I have frsky dht diy module on turnigy 9x radio. I would like to increase the range of transmitter. For this reason, below antenna seems suitable to me. However, comments make me confused, because antenna cable of the module is male. The given…"
"Hi,
I tried to follow your instructions as much as i can. On mission planner i see 6 different pwm vaules on calibration page. However flight mode page current pwm is8 :1500. So i can't change the flight mode. Hiw can i set the reading 8 to 5?"
"Even gps is locked or not, code writes to window what it reads from the gps. Are you sure with your connection? I advice you to check connector lines from the pcb pads. with a buzzer. I mean one end to bottom of the gps OUT and other end arduino to…"
Wait until the led stop blinking, which means gps is locked. then copy below code
void setup(){ pinMode(0,INPUT); digitalWrite(0,LOW); pinMode(1,INPUT); digitalWrite(1,LOW);}void loop(){ while(1);}
compile, upload and click serial…"