pyMultiWii icon indicating copy to clipboard operation
pyMultiWii copied to clipboard

MultiWii Serial Protocol (MSP) API to send and receive data from firmware using MSP

Results 15 pyMultiWii issues
Sort by recently updated
recently updated
newest added

While running test-arm-disarm.py, it shows following error. ``` Error on Main: sendCMD() missing 1 required positional argument: 'data_format' ```

hi, i'm using a F4 flight controller, i set the necessary settings in betaflight, and can read the imu and attitude from the FC, however when i try using the...

Hello, I need to communicate between omnibus and raspberry pi 4 in my project. When I use the shared arm-disarm code, the screen show: Board is armed now! "In 3...

Hi and congrats for your work. I'm planning to build a drone with image detection utopilot with raspebbry pi 4. The idea is to use it to make it follow...

When trying to run either demo in python2, I am seeing a type error on line 110 where the pack.struct is supposed to be iterated over. Here's an example output:...

I have a working Naze32 that returns good acc/gyro data to the Cleanflight Configurator. On both a Macbook and a Raspberry Pi, the show-imu.py or any program in this project...

Hello alduxvm, I noticed your pyMultiWii module is not working with MultiWii firmware > 2. Are you planing to update your module? Thanks!

Hello! I'm getting an error in the terminal: Error in sendCMDreceiveATT. (tuple index out of range) I'm using a Jetson nano (Ubuntu 18.04 (Python 3.6.9) ) to control a Mamba...

Hey, I am trying to get sensor data to my Py from my sp 3 racing board (using betaflight). Unfortunately i get the following error while doing so: unpack requires...