Page 4 of 4

Re: How to build the GluonPilot code

PostPosted: Thu Nov 24, 2011 9:40 pm
by e_lm_70
lukasz wrote:e_lm_70, I have a question regarding your FrSky code implementation.
Is it possible to connect any USB RS232 directly to FrSky receiver and pass that to PC?


Yes & No :mrgreen:

FrSky has his own inverted RS232 USB cable, this can be connected from TX module to PC.
Else you need an inverter.

Even if the Telemetry channel is 9600 bounds, FrSky state to don't use more then 2000 bounds.

I just made my first code for a Arduino Nano V3 (actually I could have even used a single chip ATtiny85 but I don't have it) ... that just invert the RS232 signal, so I can feed the bluetooth module from the FrSky TX module ... and it is working fine ... I can see telemetry data on my mobile phone now :D

In this way I could even implement some uplink commands ... :D

Tchuss

e_lm_70