Need to write a simple program for jetson nano that when the throttle trigger on flysky fs-i6 remote control is pressed, it will output a message to the console that it is pressed
The radio receiver from the remote control is connected to the jetson nano, the signal goes to pin 32
I have tried many of my own and other people’s options, but could not find a solution. Very much hope for help!
Hello @saprykindima,
Do you have documentation for the receiver, so we can have a better understanding of the way the controller communicates?
Also, could you share a bit more about your project, just out of curiosity.
Please let us know if you require further help.
regards,
Andrew
support@proventusnova.com
Hi, thanks for the reply.
I’m just testing my jetson nano for now.
I want to connect the electric motors and the remote control to control them
The radio transmitter is fs-ia6b, the normal transmitter is from a flysky fs-i6 remote, there is a lot of information on the internet about non
for the electric motors i have the most common controllers, i connect them with 3 phase wires to the motors, hall sensor to the motors, and speed sensor connect to the jetson nano, i connect the signal wire to pin 32, but it doesn’t work.
For now i decided to just use the remote control to see if anything works.
the remote control is the same, signal wire to pin 32, power and ground to the corresponding pins on the jetson nano.
Hi saprykindima,
Are you using the devkit or custom board for Jetson Nano?
What’s your Jetpack version in use?
To control GPIO through python script, you can refer to GitHub - NVIDIA/jetson-gpio: A Python library that enables the use of Jetson’s GPIOs.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.