Skip to content

Commit

Permalink
add note on BF frame type default
Browse files Browse the repository at this point in the history
  • Loading branch information
Hwurzburg committed May 5, 2024
1 parent b4a11d6 commit 70b1349
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions common/source/docs/common-speedybeef4-v3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,11 @@ The PWM is in 5 groups:

Channels within the same group need to use the same output protocol. If any channel in a group uses DShot then all channels in the group need to use DShot. Channels 1-4 also support bi-directional DShot (V4 only).

.. note:: for users migrating from BetaflightX quads, the first four outputs M1-M4 have been configured for use with existing motor wiring using these default parameters:

- :ref:`FRAME_CLASS<FRAME_CLASS>` = 1 (Quad)
- :ref:`FRAME_TYPE<FRAME_TYPE>` = 12 (BetaFlightX)

OSD Support
===========

Expand Down Expand Up @@ -133,6 +138,21 @@ Compass

The SpeedyBee F405 v3 does not have a builtin compass, but you can attach an external compass using I2C on the SDA and SCL pads.

Firmware
========

Firmware for this board can be found `here <https://firmware.ardupilot.org>`_ in sub-folders labeled "speedybeef4v3" or "speedybeef4v4".

Loading ArduPilot onto the board
================================

Initial firmware load can be done with DFU by plugging in USB with the
bootloader button pressed. Then you should load the "with_bl.hex"
firmware, using your favourite DFU loading tool.

Once the initial firmware is loaded you can update the firmware using
any ArduPilot ground station software. Updates should be done with the xxxxxxxxxx.apj firmware files.

Where to Buy
============

Expand Down

0 comments on commit 70b1349

Please sign in to comment.