-
Please add a target for the [SPEEDYBEE F405AIO](https://www.speedybee.com/speedybee-f405-aio-40a-bluejay-25-5x25-5-3-6s-flight-controller/)
I'm not sure how different it is to the SPEEDYBEE F405.
…
-
The ICM42688P gyro is in a lot of modern all-in-one flight controllers, and not supported by MadFlight as far as I can see. Porting the driver over from BetaFlight doesn't seem like it'd be too hard. …
-
Hello,
I was trying to imitate your work on ESP32 hardware with default settings and pin configs.
I cloned the git repository, made a new project using VS Code ,PlatformIO and Arduino.
with some …
-
hi
i have problem to install firmware using Arduino on ESP32 NodeMcu.
When upload i obtain error message:
In file included from C:\Users\scdstf\Documents\Arduino\libraries\madflight\src/madflight…
-
```
libraries\madflight\src\madflight/hw_ESP32/ESP32_PWM.h:65:20: error: 'ledcSetup' was not declared in this scope; did you mean 'ledc_stop'?
65 | act_freq = ledcSetup(ch, freq, bits);
…
-
I installed the madflight library in Arduino IDE 2.3.2 and tried to compile the Quadcopter example for RP2040. This is the error message:
```
In file included from C:\Users\instalador\Documents\Ar…
-
Hello
Firts of all, thanks for sharing rhis project! 😉
Everytime i compile your quadcopter.ino file example with any of the IMU_SPI , it compiles correctly , i export the compiled binary in uf2,…
-
This chip has built in lora communication so it may be used for long range RC control.
https://github.com/qqqlab/madflight/files/14320696/stm32wle5cc.1.pdf
Is it possible?
Thanks.
-
I modified the print_ I2c_ Scan() section code ,I modified the I2C PINS and now I can find the I2C device. So now I can confirm that the software is not working properly
void print_i2c_scan() {
//…
-
Hello!
this project is fantastic and I am very interested in it! I tried using RP2040 and ESP32 to test your code, but couldn't recognize MPU6050
I tested MPU6050 using other code and the hardware i…