Search found 13 matches

by bajacondor
Fri Aug 22, 2014 6:52 am
Forum: Software development
Topic: MultiWii OSD - MWOSD
Replies: 873
Views: 335471

Re: MultiWii OSD - MWOSD

Ok, I figured it out. 115200 is hardcoded in MW_OSD.ino ~line 49. I changed that and two lines below and it works at 19200. Great! Now the problem is that, to configure it in the GUI, I'll need to build the GUI to talk to the OSD at 19200. I've got the source, and I've installed Eclipse and JRE, but...
by bajacondor
Fri Aug 22, 2014 3:07 am
Forum: Software development
Topic: MultiWii OSD - MWOSD
Replies: 873
Views: 335471

Re: MultiWii OSD - MWOSD

I'm trying to run MWOSD at 19200 baud from a flip32 serial port. You would think that #define SERIAL_SPEED 19200 would do that, but after compiling like that, it just keeps on at 115200. In fact, in the code, I find nowhere that the SERIAL_SPEED define is even used. Anyone offer any insight? Thank y...
by bajacondor
Sat Aug 09, 2014 8:42 pm
Forum: Software
Topic: Cleanflight aka Multiwii port to STM32 F10x and F30x
Replies: 761
Views: 1574785

Re: Cleanflight aka Multiwii port to STM32 F10x and F30x

Do I need to change msp_baudrate down to 19200 for softserial 3? If I do that, I lose the connection to the bluetooth on UART1.
by bajacondor
Sat Aug 09, 2014 6:51 pm
Forum: Software
Topic: Cleanflight aka Multiwii port to STM32 F10x and F30x
Replies: 761
Views: 1574785

Re: Cleanflight aka Multiwii port to STM32 F10x and F30x

Yes, I saw that somewhere too. I tried a compile for 19200. Nothing but gibberish on the OSD.
by bajacondor
Sat Aug 09, 2014 5:06 pm
Forum: Software
Topic: Cleanflight aka Multiwii port to STM32 F10x and F30x
Replies: 761
Views: 1574785

Re: Cleanflight aka Multiwii port to STM32 F10x and F30x

Been fighting with serial ports! I'm trying to run a Bluetooth module, a miniumOSD, and a GPS with cleanflight. From various posts, and Hydra's video, it looks like this is possible. I just can't seem to get any communication on the softserial 3 (pins 5&6 on a flip32+. I have: features: GPS, SOF...
by bajacondor
Fri Jun 27, 2014 12:53 am
Forum: Software
Topic: Baseflight aka multiwii port to stm32
Replies: 1036
Views: 2556091

Re: Baseflight aka multiwii port to stm32

Built with the gcc-arm-none-eabi-4_8-2014q2 from lauchpad.net, on a Debian virtual machine the hex comes out to 220kb. Does anyone care?
by bajacondor
Thu Jun 26, 2014 7:33 pm
Forum: Software
Topic: Baseflight aka multiwii port to stm32
Replies: 1036
Views: 2556091

Re: Baseflight aka multiwii port to stm32

What is the firmware size limit for the Naze32?
by bajacondor
Thu Jun 26, 2014 10:30 am
Forum: Software
Topic: Baseflight aka multiwii port to stm32
Replies: 1036
Views: 2556091

Re: Baseflight aka multiwii port to stm32

I finally managed to make a build of the current source from git using Sourcery GCC EABI and Eclipse in Windows 8. The hex file came out at 234 kb. What's the limit? I see that the compiled binary from git is 167. I'm sure using a different compiler caused a bit of variance in size, but that seems e...
by bajacondor
Mon Jun 16, 2014 7:32 am
Forum: Connecting elements
Topic: Sketch Upload with Bluetooth Module
Replies: 4
Views: 2271

Re: Sketch Upload with Bluetooth Module

Another option is a FTDI usb/serial cable or breakout board. You can connect that to the serial port where your BT module is. I haven't had much luck with uploading sketches OR the config gui via Bluetooth. My windows 8 machine always makes 2 bt-serial com ports, and neither will connect. Ez-Gui thr...
by bajacondor
Fri May 30, 2014 1:09 am
Forum: Software development
Topic: MultiWii EZ-GUI
Replies: 1434
Views: 639712

Re: MultiWii EZ-GUI

Hello, I'm using the latest unlocked version of ez-gui with the EOSBandi NAV version of Multiwii 2.3. On the Mission Planner screen, next at the top, to the left of the Draw button, there is a constantly spinning circle. I can draw and edit waypoints, but there seems to be no way to upload them to t...
by bajacondor
Mon May 12, 2014 12:54 am
Forum: Software development
Topic: GPS NAV
Replies: 964
Views: 404539

Re: GPS NAV

Hello, I'm new to this so please bear with me. Had some problems with navi b7. I'm finding that changing YAW_DIRECTION has no effect on which way the tail servo in a tri-copter corrects an induced yaw. Always it goes opposite... Which doesn't work for me. Back in 2.2 changing the YAW_DIRECTION defin...
by bajacondor
Mon May 12, 2014 12:15 am
Forum: Getting Started - MultiWii config and setup
Topic: Tricopter yaws uncontrollably
Replies: 17
Views: 7161

Re: Tricopter yaws uncontrollably

After further troubleshooting, I can visually verify that changing the YAW_DIRECTION variable has no effect on the how the tricopter corrects for yaw in 2.3. In 2.2 changing between 1 and -1 causes the servo to tilt either opposite or the same direction as the induced yaw. Is the YAW_DIRECTION defin...
by bajacondor
Sun May 11, 2014 10:21 pm
Forum: Getting Started - MultiWii config and setup
Topic: Tricopter yaws uncontrollably
Replies: 17
Views: 7161

Re: Tricopter yaws uncontrollably

I also have this problem. Much searching shows man yaw problems, but not this exact thing. Has there been any progress by anyone?