Welcome to Multi-Rotor UK. Please login or sign up.

Thursday,April 18, 2024, 14:08:03

Login with username, password and session length

Shoutbox

hoverfly:
17 Apr 2024 17:15:13
 :rolleyes:
Bad Raven:
26 Mar 2024 08:41:05
 :(
Andy7:
25 Mar 2024 14:49:21
An excess of work and rain.  :thumbdown:
Bad Raven:
23 Mar 2024 18:12:38
Almost a personal Blog, it would seem. LOTS of members, but NO posts.  :-/   :shrug:
Gaza07:
06 Mar 2024 16:59:49
Anyone still here  :shrug:
ched:
24 Dec 2023 11:48:48
Hope you all have a Great Christmas and a happy New Year.
Bad Raven:
20 Dec 2023 06:17:47
 ~~   :beer2: 
Gaza07:
19 Dec 2023 22:20:27
Merry Christmas All  :beer2:
Bad Raven:
01 Dec 2023 06:59:57
New Simulator Section started!   :beer2:
Bad Raven:
17 Jun 2023 06:52:23
Yes, smaller, same as lots of things as time passes.
Members
Stats
  • Total Posts: 201,425
  • Total Topics: 20,260
  • Online today: 35
  • Online ever: 530
  • (Tuesday,June 26, 2012, 08:34:46 )
Users Online
Users: 0
Guests: 25
Total: 25

Theme Changer





3d - Printworx

JR X-Bus Mode B

Started by rickp, Friday,November 15, 2013, 23:12:53

Previous topic - Next topic

rickp

Spurred on by Marty and Phil, I poked at a new JR X-Bus receiver, in Mode B. The hope was that we could understand enough of it so that Marty and I could use that RX direct into the Pixhawk in lieu of PPM. Turns out that its pretty simple - looks like the SXRL Multiplex protocol, running at 115200 baud, 8n1:

Default:
0xA1 0x0800 0x07FF 0x0800 0x01B7 0x01B7 0x0123 0x01B7 0x01B7 0x01B7 0x01B7 0x01B7 0x01B7 0xDEAC

Aileron high:
0xA1 0x0CB7 0x0800 0x0800 0x01B7 0x01B7 0x0123 0x01B7 0x01B7 0x01B7 0x01B7 0x01B7 0x01B7 0xCD2B

Elevator high:
0xA1 0x0800 0x0348 0x0800 0x01B7 0x01B7 0x0123 0x01B7 0x01B7 0x01B7 0x01B7 0x01B7 0x01B7 0xC5F7

Rudder:
0xA1 0x0800 0x07FF 0x0E48 0x01B7 0x01B7 0x0123 0x01B7 0x01B7 0x01B7 0x01B7 0x01B7 0x01B7 0x324C

Throttle:
0xA1 0x07FF 0x07FF 0x0800 0x01B7 0x0E48 0x0123 0x01B7 0x01B7 0x01B7 0x01B7 0x01B7 0x01B7 0x4929

Ch 5:
0xA1 0x07FF 0x07FF 0x0800 0x01B7 0x01B7 0x0EDC 0x01B7 0x01B7 0x01B7 0x01B7 0x01B7 0x01B7 0x4CF7

Simple enough to decode - I';ll be looking at making this work with the Pixhawk when mine arrives...

Marty McFly

Thank you so much Rick,now I can use my beloved XG8 with the Pixy,I am one seriosly happy bunny and you are a super star,Marty, :scotland:

rickp

Yup, this is great news for those of us using JR and who want to use pixhawk with its lack of PWM converter. Does mean a new RX, but at least its not a new TX...
I';ll poke the pixhawk code once mine arrives, but it looks to be quite straightforward looking at whats there now...