Search found 4 matches

by Archit
Fri Jul 24, 2020 8:19 pm
Forum: Getting Started - MultiWii config and setup
Topic: Motor not responding to my PPM input
Replies: 1
Views: 5661

Re: Motor not responding to my PPM input

Have you connected to the right pins ,its 3,9,10,11 and select board nanowii in config.h when you open in arduino ide. And are you arming the copter ,its done by throttle=min and yaw = max on your transmitter only then motors will respond. You can also set arm via Aux in the GUI.And there's a parame...
by Archit
Fri Jul 24, 2020 8:16 pm
Forum: Getting Started - MultiWii config and setup
Topic: setup aux command from code not gui
Replies: 3
Views: 6490

Re: setup aux command from code not gui

At boot the code will check if the gps is connected otherwise it will be setup as a regular serial port. So you can connect the ftdi and configure the settings in the Gui. Then plug the GPS and reboot for flight. /PatrikE Atfirst I also thought the same but sadly it doesn't work that way, once gps_...
by Archit
Thu Jul 23, 2020 10:32 pm
Forum: Getting Started - MultiWii config and setup
Topic: setup aux command from code not gui
Replies: 3
Views: 6490

setup aux command from code not gui

Hi guys, I am using a custom made board with atmega328p and want to use a ublox neo 6m gps serial module. Since I don't want to use and I2C lcd for configuring and GUI can't access serial with serial_gps I want to know how can I set gps_hold to be activated at AUX2=2000 .I am using Arduino ide .I wa...
by Archit
Thu Jul 23, 2020 10:27 pm
Forum: Getting Started - MultiWii config and setup
Topic: MacOS Mojave MultiwiiConf file
Replies: 1
Views: 4697

Re: MacOS Mojave MultiwiiConf file

This is a very outdated problem .Anyways I'll give you two choices, 1.Download the processing ide and compile the multiwii config source code ,here's instructions:https://www.flitetest.com/articles/compiling-multiwiiconf-on-macos-x 2.(Easy and mostly chosen one)Download the latest compiled multiwii ...