CC3D & MinimOSD Micro = NO DATA
« on: February 04, 2016, 10:37:48 pm »
Since this is a other problem then described then in other threads i made a seperate thread.

I get the message : "NO DATA" & "DISARMED" blinking when I startup the quad.
Also all other values like the battery voltage and status are set to zero.

Things i checked:

1. MainPort is set to: Telemtry
2. Telemtry speed is set to 57600
3. The CC3D TX connects to the RX of the MinimOSD Micro
4. The CC3D RX connects to the TX of the MinimOSD Micro
5. I am using Cleanflight compatible OSD software: MWOSD
6. The CC3D red wire with 5v goes to the MinimOSD Micro 5v input
7. The CC3D black wire with the ground to the MinimOSD Micro ground input next to the 5v input.
8. #define CLEANFLIGHT is uncommented in the Config.h file.

Are there any things i can check or do to fix this?
I am out in the blue here. :(
« Last Edit: February 04, 2016, 10:48:01 pm by grouver »

f5soh

  • *****
  • 4572
    • LibrePilot
Re: CC3D & MinimOSD Micro = NO DATA
« Reply #1 on: February 04, 2016, 10:56:04 pm »
We don't support cleanflight data, if you want to use a 15.09 Librepilot firmware you need MinOPOSD firmware from the wiki page:

https://librepilot.atlassian.net/wiki/display/LPDOC/MinOPOSD+setup#MinOPOSDsetup-Downloadsdownloads

Download also the config tool that matches our minOPOSD firmware.

hwh

  • *
  • 1018
Re: CC3D & MinimOSD Micro = NO DATA
« Reply #2 on: February 04, 2016, 10:59:32 pm »
Are you running LibrePilot or Cleanflight?   

If you're running LibrePilot then you need to follow the instructions at https://librepilot.atlassian.net/wiki/display/LPDOC/MinOPOSD+setup

If you're running Cleanflight you'd probably get better advice on the cleanflight forums.


Re: CC3D & MinimOSD Micro = NO DATA
« Reply #3 on: February 05, 2016, 09:24:11 am »
I am running Librepilot. But I thought MWOSD was compatible with Librepilot.
Alright Ill go and try install MinOPOSD. To bad MinOPOSD isnt supported by Linux.

f5soh

  • *****
  • 4572
    • LibrePilot
Re: CC3D & MinimOSD Micro = NO DATA
« Reply #4 on: February 05, 2016, 03:44:05 pm »
To bad MinOPOSD isnt supported by Linux.

Why not ?
I think you say that talking about the config tool ?
Config tool can work fine using Wine emulator, you only need to redirect ~/.wine/dosdevices/comXX to physical device from linux like /dev/ttyUSB0

Code: [Select]
ls -l ~/.wine/dosdevices/
lrwxrwxrwx. 1 laurent laurent 10 31 mars   2014 c: -> ../drive_c
lrwxrwxrwx. 1 laurent laurent 12 27 avril  2014 com1 -> /dev/ttyUSB0
lrwxrwxrwx. 1 laurent laurent 12 24 mai    2014 com10 -> /dev/ttyACM0
lrwxrwxrwx. 1 laurent laurent 12 27 avril  2014 com2 -> /dev/ttyUSB1

I have the /dev/tyyUSB0 that appears as a COM1 under wine apps, you just need to add a symlink.

https://www.winehq.org/docs/wineusr-guide/misc-things-to-configure

Re: CC3D & MinimOSD Micro = NO DATA
« Reply #5 on: February 05, 2016, 04:02:28 pm »
Oh wow i didnt know Wine supported this. Thanks for the heads up! :D

Re: CC3D & MinimOSD Micro = NO DATA
« Reply #6 on: February 05, 2016, 10:31:24 pm »
Okay. That solved it. Thanks.

Re: CC3D & MinimOSD Micro = NO DATA
« Reply #7 on: May 09, 2016, 10:37:31 am »
Config tool works even better with mono ;-)

To everyone: MinimOSD Config Tool is platform independent .NET binary and is perfectly supported in linux using mono. Just install mono-complete and then do "sudo mono ./OSD_Config.exe".
« Last Edit: May 09, 2016, 10:42:43 am by mkschreder »