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

Wednesday,May 01, 2024, 20:00:27

Login with username, password and session length

Shoutbox

hoverfly:
01 May 2024 10:16:12
Most people I have spoken to are pizzed off with the yellow peril  flooding the forum,go figure. :whistling:
Gaza07:
23 Apr 2024 08:09:45
The Domain expires for the forum in 60 days, I'm not going to renew it this time unless I see any activity  :beer2:
Gaza07:
20 Apr 2024 18:02:50
Is there anyone who would like to see this forum stay open ? :shrug:
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: 
Members
  • Total Members: 8,196
  • Latest: Skyflix
Stats
  • Total Posts: 201,427
  • Total Topics: 20,261
  • Online today: 19
  • Online ever: 530
  • (Tuesday,June 26, 2012, 08:34:46 )
Users Online
Users: 0
Guests: 16
Total: 16

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...