Search found 17 matches

by elkayem
Sun Nov 13, 2016 1:31 am
Forum: erskyTx (was ersky9x)
Topic: Adding MAVLINK support
Replies: 596
Views: 623120

Re: Adding MAVLINK support

Geofrancis wrote:i dont have any problems running 16mhz at 3.3v.
Base on the technical specs for the Arduino Pro Mini, the 3.3V version has an 8 MHz external resonator.

Clock Speed: 8 MHz (3.3V versions) or 16 MHz (5V versions)
by elkayem
Thu Nov 03, 2016 3:47 pm
Forum: erskyTx (was ersky9x)
Topic: Adding MAVLINK support
Replies: 596
Views: 623120

Re: Adding MAVLINK support

On the topic of baud settings, I thought I would add this special note for anyone considering using the 3.3V Arduino Pro Mini instead of the 5V version. I didn't see any reference to the 3.3V version elsewhere on this thread, so I gather most are using 5V. I needed to use the 3.3V version because I ...
by elkayem
Fri Oct 07, 2016 8:32 pm
Forum: Hardware
Topic: FrSky DJT, X8R, and 9Xtreme question
Replies: 24
Views: 11943

Re: FrSky DJT, X8R, and 9Xtreme question

I went two commits back on APM_Mavlink_to_FrSky, and the problem went away. Might also work with one commit back, didn't try. Out flying now with all the Mavlink telemetry, and it's great!
by elkayem
Fri Oct 07, 2016 4:15 am
Forum: Hardware
Topic: FrSky DJT, X8R, and 9Xtreme question
Replies: 24
Views: 11943

Re: FrSky DJT, X8R, and 9Xtreme question

It works! I set UCSR0A = 2 in initUart, and now my receiver receives MavLink data. Thank you! This is a good option for those with a 3.3v Arduino Pro Mini. Now for the real mystery, and I'm way out of my element on this one... When I connect the X8R S.port to pin 5 on my Pro Mini, the telemetry work...
by elkayem
Thu Oct 06, 2016 3:09 pm
Forum: Hardware
Topic: FrSky DJT, X8R, and 9Xtreme question
Replies: 24
Views: 11943

Re: FrSky DJT, X8R, and 9Xtreme question

Aha, your post is pointing me in the right direction! Thank you! I think I might know what is going on. Your initUart function assumes the 5V Arduino Pro Mini, which uses an ATmega328 and a 16 MHz clock. I am using the 3.3V Pro Mini variant for compatibility with the 3.3V signals on my flight comput...
by elkayem
Wed Oct 05, 2016 4:02 pm
Forum: Hardware
Topic: FrSky DJT, X8R, and 9Xtreme question
Replies: 24
Views: 11943

Re: FrSky DJT, X8R, and 9Xtreme question

Hmm, the heartbeat message isn't getting through to the Arduino correctly. I've confirmed the heartbeat counter never increments up. I set up a simple test, and sent the same message over at 1 Hz: FE 9 38 1 1 0 0 0 0 0 2 3 51 5 3 4E 84 If I put a simple sketch on the Arduino to echo back the data, e...
by elkayem
Wed Oct 05, 2016 3:21 am
Forum: Hardware
Topic: FrSky DJT, X8R, and 9Xtreme question
Replies: 24
Views: 11943

Re: FrSky DJT, X8R, and 9Xtreme question

Hi Mike, yes it is non-inverted. Just standard UART output at 3.3v. I just did a capture on the 57600 baud telemetry output from my flight computer, and saw a stream of 1 Hz packets like: FE 9 37 1 1 0 0 0 0 0 2 3 51 5 3 4E 84 FE 9 38 1 1 0 0 0 0 0 2 3 51 5 3 AA 1B FE 9 39 1 1 0 0 0 0 0 2 3 51 5 3 4...
by elkayem
Tue Oct 04, 2016 3:36 pm
Forum: Hardware
Topic: FrSky DJT, X8R, and 9Xtreme question
Replies: 24
Views: 11943

Re: FrSky DJT, X8R, and 9Xtreme question

Thanks Mike, looking into it. There is 57600 baud data streaming off the port, though need to parse it to verify it is indeed MAVLINK data. My setup is a little different than most, as I'm running Arducopter 3.4 on a Beaglebone. Always requires a little bit of extra fiddling...
by elkayem
Tue Oct 04, 2016 5:52 am
Forum: Hardware
Topic: FrSky DJT, X8R, and 9Xtreme question
Replies: 24
Views: 11943

Re: FrSky DJT, X8R, and 9Xtreme question

Hi Mike, I did not know there was communication from the Arduino to the flight computer. Sadly though, it does not appear to work even with the Tx pin connected. I am assuming communication to the S.port is okay since when I remove the connection to pin 5, the telemetry screen starts flashing NODATA...
by elkayem
Mon Oct 03, 2016 4:08 pm
Forum: Hardware
Topic: FrSky DJT, X8R, and 9Xtreme question
Replies: 24
Views: 11943

Re: FrSky DJT, X8R, and 9Xtreme question

I uploaded the Mavlink to FrSky software to the Pro Mini, connected to my flight computer Telemetry Tx and ground to the Arduino Rx and ground, connected Arduino Pin 5 to S.port signal (and ground to ground), and grounded Pin 2. On the Arducopter telemetry screen, it looks to me like the X8R receive...
by elkayem
Sun Oct 02, 2016 10:05 pm
Forum: 9Xtreme upgrade board
Topic: 9Xtreme V2? Or Discontinued?
Replies: 51
Views: 34425

Re: 9Xtreme V2? Or Discontinued?

Hi Steven, It would really be a shame to discontinue this product after a run of only a year! I just installed my kit over the weekend, and I am super impressed. Everything was really high quality, and just fit. Really well thought out. Updating the firmware was a breeze too, and the ersky9x easy to...
by elkayem
Sun Oct 02, 2016 7:40 pm
Forum: Hardware
Topic: FrSky DJT, X8R, and 9Xtreme question
Replies: 24
Views: 11943

Re: FrSky DJT, X8R, and 9Xtreme question

Ha ha, got it! Need to learn your file naming conventions!
by elkayem
Sun Oct 02, 2016 5:09 pm
Forum: Hardware
Topic: FrSky DJT, X8R, and 9Xtreme question
Replies: 24
Views: 11943

Re: FrSky DJT, X8R, and 9Xtreme question

Thanks Mike! Will do. I would never have thought to download "ersky9xProvR219w_multiDSM-2.zip", as I have the 9XTreme, not Pro. But I see now that you have all the roms included in the zip file.
by elkayem
Sun Oct 02, 2016 4:11 pm
Forum: Hardware
Topic: FrSky DJT, X8R, and 9Xtreme question
Replies: 24
Views: 11943

Re: FrSky DJT, X8R, and 9Xtreme question

Just received and installed my 9Xtreme and XJT module into my radio, and just a general comment that the 9Xtreme is a FANTASTIC kit. I've also been learning the ins and outs of ersky9x while getting my radio set up, and am very impressed with this software. I didn't know what I was missing with the ...
by elkayem
Mon Sep 26, 2016 2:52 am
Forum: Hardware
Topic: FrSky DJT, X8R, and 9Xtreme question
Replies: 24
Views: 11943

Re: FrSky DJT, X8R, and 9Xtreme question

Fantastic thread! I'm halfway through it now, and it looks exactly what I'm looking for. I like that it only requires the Pro Mini. The Teensy seems overkill to me. I have a drawer full of Nanos, but from what I gather, the Mini is the better solution. I have one on order already. And an XJT. This i...
by elkayem
Sun Sep 25, 2016 1:21 am
Forum: Hardware
Topic: FrSky DJT, X8R, and 9Xtreme question
Replies: 24
Views: 11943

Re: FrSky DJT, X8R, and 9Xtreme question

Well that settles it. Thanks for the quick answer, Mike! Wow, are those ads misleading. It looks like if I want anything more than RSSI and receiver voltage out of the X8R telemetry, I had better invest in an XJT module. Related question... if I do decide to pick up the XJT module, will I also be ab...
by elkayem
Sat Sep 24, 2016 8:08 pm
Forum: Hardware
Topic: FrSky DJT, X8R, and 9Xtreme question
Replies: 24
Views: 11943

FrSky DJT, X8R, and 9Xtreme question

I am currently flying a 9X transmitter with a FrSky DJT module and an X8R receiver bound in D8 mode. I've just placed an order for a 9Xtreme board, because it will allow me to finally get telemetry on my transmitter, and it just seems like a really cool upgrade. It's currently on its way on a slow b...

Go to advanced search