Search found 3 matches

by ZZ9_Plural
Sun Oct 17, 2021 3:49 pm
Forum: Getting Started - MultiWii config and setup
Topic: Compile error after GPS configuration
Replies: 2
Views: 2698

Compile error after GPS configuration

I am trying to set up ublox GPS for my drone through serial connection. However when I try to compile the firmware, I get an error message saying "flexible array member in union", and the arduino ide leads me to where the GPS receive buffer is coded, to an unsigned int called bytes[]. I can't seem t...
by ZZ9_Plural
Sun Oct 17, 2021 3:45 pm
Forum: Getting Started - MultiWii config and setup
Topic: MSP_SET_RAW_RC problems
Replies: 1
Views: 1391

Re: MSP_SET_RAW_RC problems

For those who are curious, it was an error on my part, and I solved the problem. I made an error in using the protocol.
by ZZ9_Plural
Sun Oct 03, 2021 7:35 pm
Forum: Getting Started - MultiWii config and setup
Topic: MSP_SET_RAW_RC problems
Replies: 1
Views: 1391

MSP_SET_RAW_RC problems

Hello, everyone. I am having some problems with MSP, and would appreciate some input. I currently have Multiwii on an arduino nano, and am trying to input raw rc from an esp32 board. The two boards are connected via serial, and I have had success requesting rc and attitude information from the FC. H...