Search found 2 matches

by spawnsoftwaredesigns
Sun Nov 04, 2018 3:38 pm
Forum: ESCs, propellers , servos and radios
Topic: ROLL not working using Nano and FS-i6X
Replies: 2
Views: 10242

Re: ROLL not working using Nano and FS-i6X

Just an update to this post. Still trying to figure out whats happening I used the following code to read the pulsewidth going from the receiver to the NANO ch1 = pulseIn(2, HIGH, 25000); ch2 = pulseIn(4, HIGH, 25000); //ROLL ch3 = pulseIn(5, HIGH, 25000); ch4 = pulseIn(6, HIGH, 25000); I was only a...
by spawnsoftwaredesigns
Sun Nov 04, 2018 4:41 am
Forum: ESCs, propellers , servos and radios
Topic: ROLL not working using Nano and FS-i6X
Replies: 2
Views: 10242

ROLL not working using Nano and FS-i6X

Hi Guys. I'm on my first drone build and I am using the FS-i6X RC with the FS-iA6B receiver. When testing with the MultiWiiConf tool I cannot get any response for the ROLL when I move the stick left and right. Everything else works fine. I am using a NANO board and Channel 1 is connected to pin 4 on...