mathiasvr / bluejay

:bird: Digital ESC firmware for controlling brushless motors in multirotors
GNU General Public License v3.0
478 stars 48 forks source link

The O_L_ layouts do not work #32

Closed mathiasvr closed 2 years ago

mathiasvr commented 3 years ago

Describe the bug

The O_L_ layouts have a comparator bug that causes incorrect back-emf readings making it impossible to drive the motor.

Configuration:

howels commented 2 years ago

Just discovered this. Doh.

howels commented 2 years ago

Any likelihood of a fix for O_L @mathiasvr or is this a lower-priority item?

mathiasvr commented 2 years ago

@howels It's fixed in a test release of 0.15 which you can already try flashing, but might be some time before esc configurator supports settings for that version.

swilkens commented 2 years ago

Actually, esc-configurator should support 0.15 very soon;

https://github.com/stylesuxx/esc-configurator/issues/163

howels commented 2 years ago

@howels It's fixed in a test release of 0.15 which you can already try flashing, but might be some time before esc configurator supports settings for that version.

There are no O_L layouts in the 0.15-test release, can you add those if it's working please?

mathiasvr commented 2 years ago

@howels Ah sorry, forgot I only added a subset of files 🤦 I'm adding the O_L as well.

manikbh commented 2 years ago

Not sure if it is related, but when I flashed my old racerstar blheli_s 30A ESCs (G_L_30 from the read config) the melody changed but the motors were not running at all, except one, but it had failed to flash. Parameters could not be set (whatever I chose in the dropdown list was replaced by a blank value). I flashed back to blheli_s and it worked again. I tested only 0.14 release.

mathiasvr commented 2 years ago

Fixed in v0.15 which is now released.

mathiasvr commented 2 years ago

@manikbh This issue only affects the O_L layouts, so problems with G_L_30 should be something else.