Daniel Mosquera

Results 10 issues of Daniel Mosquera

When I try to debug any program, regardless it is the one I am developing or any other, I get the error mentioned after executing the command "run" in gdb.

Please find the following features in this pull request: - Watchdog timer protection - Smooth throttle limitting based on temperature - Temperature telemetry on extended bidirectional DSHOT 0x02 range This...

### Describe the bug Racerstart H743 mini HD fc with Betaflight 4.2.11 and IFLIGHT_H743_AIO target works fine, but when upgrading to Betaflight 4.3 or 4.3.1 VBAT and CURR ADC values...

BUG
Pinned

At this time the places where is needed a conversion from an eRPM value to a RPM one use different methods to calculate RPM and in some cases uses floats...

RN: REFACTORING

This is code example on how to support extended telemetry on repeated and unused bidirectional DSHOT coding ranges. This code is backwards compatible to regular bidirectional DSHOT escs. This pull...

Testing Required
RN: MINOR FEATURE

### Is your feature request related to a problem? Please describe At this time there are more than 7 * 256 bidirectional DSHOT codificable telemetry values repeated, that aren't being...

Feature Request

This pr matches functionality in https://github.com/betaflight/betaflight/pull/12170 and https://github.com/betaflight/betaflight/pull/11694 Added new DSHOT EDT modes to blackbox tab. As their names are longer than usual I made the drop down list controls...

Needs coordination with betaflight
RN: IMPROVEMENT

This pr adds EDT parsing and presentation functionality to blackbox explorer. EDT data is packed in debug fields in the following way: - bit 15 - alert event - bit...

needs coordination with betaflight
rebase required
pinned
RN: IMPROVEMENT

Temperature telemetry reported on 1S is lower on BB21 1S builds. Seems that the root of the problem might be that on 1S there is no external voltage regulator, so...

This pr implements esc alert, warning and error events over edt. In the current commit these events are printed by console with the dshot_telemetry_info command and in the osd esc...

RN: IMPROVEMENT