Mathias Rasmussen
ab7fa09bc1
|
4 years ago | |
---|---|---|
.github/workflows | 4 years ago | |
Silabs | 4 years ago | |
targets | 4 years ago | |
.editorconfig | 4 years ago | |
BLHeliBootLoad.inc | 4 years ago | |
BLHeliPgm.inc | 4 years ago | |
Bluejay.asm | 4 years ago | |
CHANGELOG.md | 4 years ago | |
COPYING | 4 years ago | |
Common.inc | 4 years ago | |
Makefile | 4 years ago | |
README.md | 4 years ago | |
bluejay.svg | 4 years ago |
README.md
Bluejay
Digital ESC firmware for controlling brushless motors in multirotors.
A fork of BLHeli_S based on revision 16.7.
Summary
Bluejay aims to be an open source successor to BLHeli_S bringing DShot RPM telemetry to ESCs with Busy Bee MCUs.
Compared to BLHeli_S this project only supports the DShot protocol and all analog protocols have been removed to ease code maintenance.
A more detailed list of changes can be seen in the project changelog.
Project State
Bluejay is still in early development and further testing is needed before it can be used for real flight.
Current Features:
- Digital signal protocol: DShot 300 and 600
- Bidirectional DShot: RPM telemetry
- Selectable PWM frequency: 24 and 48 kHz
Flashing ESCs
The Bluejay firmware can be flashed to BLHeli_S compatible ESCs using BLHeli Configurator.
All releases can be found in the releases section.
Files currently use similar naming convention to BLHeli: {T}_{M}_{DT}_{P}_{V}.hex
.
- T: Target layout (
A
-W
) - M: MCU type,
L
for BB1 (24MHz),H
for BB2 (48MHz) - DT: Deadtime (aka Feton_Delay)
- P: PWM frequency
24
or48
- V: Bluejay version eg.
0.3.0
.