I am trying to use a Flysky FS-I6X rc controller and its FS-IA6B receiver for a project. What I want to do is connect that receiver to an Arduino Nano board so that the Nano is able to detect a voltage or PPM reading based on the position of one of the auxiliary switches on the controller. Once I get that reading, I plan on writing some code for the Nano that will make the controller switch operate a circuit, but I am not sure how to get the Nano to pick up a tangible reading from the switches. Is there anyone that has experience with this controller and Arduino that knows how to wire the receiver to the Nano and what code to use in order to get a reading from any of the auxiliary channels/switches? (If I need to elaborate on anything, let me know.)
Anything useful in these search results? arduino FS-IA6B - Google Search
I got it to work as of yesterday. I tried looking through the Google search pages for tutorials and sample codes to try and they didn’t work at first. However, at one point I realized that the receiver’s channel signals were supposed to give a PWM output and that none of the channel signals were registering. I also realized that the remote controller was set to PPM mode instead of PWM mode, so I switched it to PWM mode and I got the signal I was looking for immediately after. I guess I mostly solved this one on my own, but thanks for the help anyways!
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.