Hello guest, if you read this it means you are not registered. Click here to register in a few simple steps, you will enjoy all features of our Forum.
This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Controling the RC transmitter by bluetooth
#1
Hello ,
Some friends and I are currently working on a small quadcopter that would be used mostly for photography . However , in order to get better on android programming , we really want to code an app that allows us to control the quadcopter by our smartphone . This can be easily done by using a bluetooth or wifi receptor on the quad . However , we are trying to go further than that and at the same time , expand the range :  we want our app to send a bluetooth signal to a bluetooth receptor connected to a radio transmitter (5.8Ghz or 2.4 Ghz , we haven't decided the frequency we want to use yet ) , which then , after treatment , sends the signal to the radio receptor connected to the flight controller .
I wanted to know if it's possible ? 
Thanks ! 
(If there's something you didn't understand due to my english , or due to my bad explanation, just tell me, i will try to do better )  Smile
Reply
Login to remove this ad | Register Here
#2
Up ! Smile
Reply
#3
It might be possible.  Here's a video from 4 years ago with a transmitter talking to an android device.  (There are links for the software, and it says there are directions for modifying the transmitter.)  You'd of course have to go the other way (Android giving commands to the Tx to transmit various stick positions.)  Good luck!

Reply
#4
It certainly is possible. One approach would be with an Arduino that communicates via Bluetooth module. The Arduino will then encode the commands into a PPM signal which most radios can take as a trainer override (the audio jack on the back). You will have to play with an existing radio to see voltage levels etc. And best to start simple and just send values for the 4 channels from the Andriod app directly, before attempting complex commands or flight procedures. Latency will be an issue, especially if you expect responsive flights. Most FPV setups will require latency of less than 100ms. For comparison standard PPM has effective latency around 80ms, SBUS/DSMX are gunning for under 30ms.
The next build will be perfect! | Fleet and build info | YouTube Channel |
Reply
#5
Or you can send voltage levels directly through an hc-06 and an arduino's analog pins
Reply
#6
Thank you all for your answers ! I will post a thread as soon as we make it work as it can be an interesting project in order to understand rc control and basic android programming !
Reply
#7
So I coded that app , and it enables me to send a PPM signal by the jack output , associated on the movement of some virtuals joysticks : can I just plug an RX transmitter to the jack output ? I mean , by modifiying the connections of the transmitter of course .
Thanks in advance !
Reply
#8
(08-Nov-2016, 08:48 PM)nayefmh Wrote: So I coded that app , and it enables me to send a PPM signal by the jack output , associated on the movement of some virtuals joysticks : can I just plug an RX transmitter to the jack output ? I mean , by modifiying the connections of the transmitter of course .
Thanks in advance !

Yes, as long as the radio supports trainer mode which you will also have to configure. It should be easy to confirm on the radio if the channels are overriding as expected.

Here is a good tutorial on configuring a Taranis in trainer mode. Similar videos can be found for Spektrum or Futaba.
The next build will be perfect! | Fleet and build info | YouTube Channel |
Reply
#9
The thing is that i want to completely ditch the controller ! I just want to transmit directly the signal from my phone to the quad . I think its possible to use a FM transmitter like the AM one used to transmit the video stream , and receive it on a receiver connected to the FC , but I need to be sure of it Smile
Reply


Possibly Related Threads...
Thread Author Replies Views Last Post
  Bidirectional Dshot: errors when transmitter on romtrack 15 418 05-Feb-2024, 07:29 PM
Last Post: segler999
  Digital Video Transmitter Pin Eyes.fpv 2 188 22-Jan-2024, 05:02 PM
Last Post: Eyes.fpv
  Reciever and transmitter Jayrock93 20 984 02-Oct-2023, 01:40 AM
Last Post: Scribble_FPV
  SOLVED: ELRS Reciever/Transmitter Bound, No Movement in BetaFlight NewFPVPilot 5 896 11-Sep-2023, 12:04 AM
Last Post: Lemonyleprosy
  Linking AT10ll transmitter to TBS Crossfire thedroneguy 2 186 17-Jul-2023, 10:19 AM
Last Post: SnowLeopardFPV


Login to remove this ad | Register Here