RocketMouse's blog View Details
Posted by RocketMouse | Mar 09, 2023 @ 11:16 AM | 4,595 Views
Posted by RocketMouse | Mar 30, 2019 @ 05:33 PM | 7,690 Views
if you look at the GPA.Delta messages you will see the time in milliseconds between parsed positions. This should always be around 200 milliseconds +/- 20 milliseconds. If you see jumps on the order of 400 milliseconds this indicates an error.

if it drops the DOP messages/HW debug messages, but those are not that important. The main one it will let you know is if you miss a PVT message, which is very important.
https://discuss.ardupilot.org/t/bad-...k-fix/26532/50

__________________________________________________ _____________

So I finally got this all hooked up and tested. ArduPilot checks for a location update every 20ms. So the GPA.Delta log shows that timing, and that is why it appears to be in 20ms intervals. These are on my test Solo sitting out on my deck using the brand new mRo M8N GPS. I had good reception and navigational use of all three systems.

The results confirm what I afraid of. I have not flown it to see if the results get event worse in flight, but they certainly may.
With the typical configuration of 2 systems enabled (GPS & Glonass), the location updates come in on time with a new location every 20ms or less, where you see them at 0 to 220. There are no errors, and everything is happy.

With the mRo configuration of 3 systems enabled (GPS, Glonass, & Galileo), location updates are consistently running late, and have quite a bit of jitter, where you see them spike up to 240. And there are numerous delayed updates in excess of the...Continue Reading
Posted by RocketMouse | Dec 10, 2018 @ 03:28 PM | 14,839 Views
https://github.com/raul-ortega/u360g...docs/README.md
https://github.com/raul-ortega/u360g...start-guide.md

L883

Flashing Bluepill https://www.rcgroups.com/forums/show...&postcount=380
usb is not supported both for flashing and configurating
https://www.rcgroups.com/forums/show...postcount=1217

PB1 and PA7
Softserial1 TX pin and Softserial2 TX

telemetry relaying
https://www.rcgroups.com/forums/show...&postcount=735

#######
Mavlink


#######

set pan_inverted=on
save


First calibration:

- First calibrate pan0 (stop pulse).
- Then calibrate the mag. If should spin counter clock wise during calibration. It it do it clock wise then your pan servo is reversed.
Spinning direction doesn't affect compass calibration.
pan_inverted on/off value doesn't take effect during compass calibration and pan servo calibration. Spinning direction during mag calibration will tell you whether your pan servo is inverted or not. You only should set pan_inverted to on if your pan servo is spinning CW during mag calibration, this param will take effect only during tracking, and when moving the slider in configurator.

set mag_declination = 0
set offset_trim = 0
set offset=0
- Calibrate compass again.
- Try to fine tune pan0 and min_pan_speed
- Set PIDs values properly

--------------------------------------------------------------------------------------------------------------------------------

http://seriouslypro.com/files/SPRaci...ual-...Continue Reading
Posted by RocketMouse | Nov 06, 2018 @ 08:32 AM | 15,111 Views
https://www.rcgroups.com/forums/show...-%28ChiBios%29
http://firmware.ardupilot.org/

----------------------------------------------------

no soft serial in AP yet...sorry

The F4 processors have a dedicated VCP port for USB, not like the previous generation boards which had a USB-serial chip feeding a UART on the uP.
The Omnibus F4 boards pins out only UART1, 3, and 6, however, UART3 pins are shared with I2C (for external compass/airspeed) on the port for AP, I2C is enabled and UART3 disabled. It is possible to change the HWDEF and recompile to disable I2C and use UART3.



----------------------------------------------------

Omnibus F4 Pro V3
OMNIBUS F4 schematic

8PWM https://www.rcgroups.com/forums/show...postcount=3526


2 UARTs since UART3 is always used for I2C in Ardupilot firmware
Sport support does not really exist yet
rssi solder pad to PIN 0 on omnibusf4pro, can be used for either ana rssi, ana arspd or any other analog voltage function desired.
ARSPD_PIN=0

F4V3
https://newtn.net/flori-schmid/2017/...documentation/
PWM5 and 6 are pwm outputs, functions is set by SERVO5 and 6 function param
serial3=uart6=GPS
serial1=uart1=Telem

arducopter4.rar - Custom FW by Atx_Heli with Uart4 - SERIAL2
RSSI - TX
PWM5 - RX

----------------------------------------------------

F405 Wing
6 UARTS
UARTn = SERIALn except for USART2 being used for RCInput, so SERIAL2 stays empty
RSSI pin voltage is 0-3.3 v
the SD card reader is very picky (...Continue Reading
Sticky:

QLrs faq + info

Posted by RocketMouse | Dec 09, 2017 @ 03:32 PM | 32,002 Views
ALL NEW modules will not work!
https://www.rcgroups.com/forums/show...9#post45759155
https://www.rcgroups.com/forums/show...1#post42173389
https://www.rcgroups.com/forums/show...postcount=4682
https://www.rcgroups.com/forums/show...postcount=4822
https://www.rcgroups.com/forums/show...postcount=4855



___________________

Manual
Flashing tips
___________________

Telemetry data is transmitted only from UAV to ground up to FW V2.

Supported RC protocols:

Tx module supports for input CPPM, uninvented SBUS (at RX pin), both up to 16ch, and PXX (also know as XJT D8 and D16) input protocol.
Sbus requires external inverter.

V2.1 supports only sbus for input!

Rx-OUT supports CPPM up to 16ch, or SBUS at AUX (no inverter needed).

__________________________________________________ __________________________________________________

SBUS inverter
MMBT2222ALT1G


S.BUS connection diagram is at the end of the post.

UNINVERTED SBUS AND SMART PORT ON FRSKY RECEIVERS
__________________________________________________ __________________________________________________


Telemetry Setup and tips:

mavlink setup
mavlink setup 2
LTM
LTM2
About bluetooth
To use mavlink with iNav

Ublox vs Mavlink
serMode parameters
MAVLINK > S.PORT setup
Lua Script


Telemetry 2.1 Setup and tips:
https://www.rcgroups.com/forums/show...8#post46754805
https://qczek.beyondrc.com/qczek-lrs...ort-telemetry/
https://www.rcgroups.com/forums/show.....Continue Reading