Search found 6 matches

by 1eleven
Thu Feb 13, 2014 9:45 pm
Forum: Ideas
Topic: Direct Frsky telemtry data from MW FC
Replies: 359
Views: 1160902

Re: Direct Frsky telemtry data from MW FC

I learn something new every day. I had no idea this feature existed. Grasshopper now has more research to do. Thank you, Quadbow! Quick question - the wiki says to set DIV values to 5000, but in 2.3, the values are way different. Also, I see these values changing all over the forum. Any insight into...
by 1eleven
Thu Feb 13, 2014 1:21 am
Forum: Ideas
Topic: Direct Frsky telemtry data from MW FC
Replies: 359
Views: 1160902

Re: Direct Frsky telemtry data from MW FC

If it made it into the main trunk, would everyone download Fryskytelemetry files with standard MultiWii downloads? If so, I can understand why people may not want it in the main distribution. If there were a separate branch or repository for just FrSky telemetry, that would be great. I worked out mo...
by 1eleven
Wed Feb 12, 2014 4:17 am
Forum: Ideas
Topic: Direct Frsky telemtry data from MW FC
Replies: 359
Views: 1160902

Re: Direct Frsky telemtry data from MW FC

Using the files that vpb posted, everything works until using vbat. I am trying to send sensed voltage. VBAT is defined in Config.h. The following is commented out //#define FAS_100 When compiling, I get 'vbat' was not declared in this scope I'm at a loss of where to look. I see that vbat is declare...
by 1eleven
Sun Jan 19, 2014 11:54 pm
Forum: Ideas
Topic: Direct Frsky telemtry data from MW FC
Replies: 359
Views: 1160902

Re: Direct Frsky telemtry data from MW FC

Can someone clarify exactly where this goes? line 556 (at the end of annexCode function) add those lines #if defined(TELEMETRY_FRSKY) telemetry_frsky(); #endif Line 556 in my download of MW2.3 is #if !defined(GPS_PROMINI) Guessing that if this goes at the end of annexCode, then line 551 - 558 should...
by 1eleven
Tue Jul 30, 2013 7:32 pm
Forum: Ideas
Topic: Direct Frsky telemtry data from MW FC
Replies: 359
Views: 1160902

Re: Direct Frsky telemtry data from MW FC

Hi, I modified the scematic above to do both: level converting and inverting UPDATED: fixed misplaced resistors Thanks for the schematic. I'm curious as to what the normal current max is for serial ports on the arduino boards? Also, is the signal input to the Rx sense only, or does it have a curren...
by 1eleven
Wed Jul 17, 2013 3:35 am
Forum: Ideas
Topic: Direct Frsky telemtry data from MW FC
Replies: 359
Views: 1160902

Re: Direct Frsky telemtry data from MW FC

Here is my branch, based on QuadBow's FrSky Telemetry code. m Update 2: Also added a Multiwii 2.2 based branch, at m disq, I finally got a chance to try your code tonight with not so favorable results. I have a witespy Mega Ez 3 (ATMega2560) with baro, mag, GPS. While I did receive telemetry data b...