baseflight configurator (win/linux/mac)
-
- Posts: 8
- Joined: Thu May 30, 2013 7:23 am
Re: baseflight configurator (win/linux/mac)
I finally got the configurator to work on a mac. I bought my board in to work this morning where I have a newer machine and newer os. I'm pretty sure now that the problem was an issue with my OSX (10.6.8) and latest version of chrome. It is definitely working on OSX 10.9.5. Thanks for all the help everyone.
Re: baseflight configurator (win/linux/mac)
NOTICE: CTN has huffed off like a baby and closed the source to BF Configurator. Idiotic if you ask me- Dominic offered to port the improvements he made back into the Master, but CTN refused. Now things will REALLY get fragmented, and I am certain Cleanflight will be the future. It certainly is for me- this feud between that started with TC & CTN is stupid and self-serving. Bye Bye Baseflight, you guys are morons, nasty, foul mouthed, and full of it. I highly encourage all of you who have been slapped by TC to come over to a much better environment- Cleanflight. You won't regret it.
Re: baseflight configurator (win/linux/mac)
Latest baseflight configurator 0.61 doesn't save RC Expo setting in Receiver tab (always goes back to 0.65). But works normally (saves) setting in CLI.
- jaysonragasa
- Posts: 53
- Joined: Wed Jan 28, 2015 6:40 am
- Location: Philippines
- Contact:
Re: baseflight configurator (win/linux/mac)
awesome! I use baseflight for Naze32.
I wonder if this works with other version of MultiWii like the latest version right now, version 2.4? I hope, it supports CRIUS v2 AIOP board as well?
thanks!
I wonder if this works with other version of MultiWii like the latest version right now, version 2.4? I hope, it supports CRIUS v2 AIOP board as well?
thanks!
-
- Posts: 5
- Joined: Mon Mar 23, 2015 4:53 pm
Re: baseflight configurator (win/linux/mac)
Hi guys!
Just a quick check, should this work with multiwii 2.4 on atmega328P powered board? I've tried to connect to it and it didn't work out of the box. I'm able to debug it if it is supposed to work, but wanted to check before spending time on it.
Thanks!
Just a quick check, should this work with multiwii 2.4 on atmega328P powered board? I've tried to connect to it and it didn't work out of the box. I'm able to debug it if it is supposed to work, but wanted to check before spending time on it.
Thanks!
Re: baseflight configurator (win/linux/mac)
LeoTheHuman wrote:Hi guys!
Just a quick check, should this work with multiwii 2.4 on atmega328P powered board? I've tried to connect to it and it didn't work out of the box. I'm able to debug it if it is supposed to work, but wanted to check before spending time on it.
Thanks!
No.
Re: baseflight configurator (win/linux/mac)
Hi guys. One question. I'm using OS Debian 8. Have installed Google Chrome and baseflight configurator. But can connect Naze32. Whe FC is connected in configurator I see /dev/tty/USB0 but just get an error: Failed to open port.
What can I do?
Thx!
What can I do?
Thx!
Re: baseflight configurator (win/linux/mac)
Sounds like a lunix problem, permissions, etc? Make sure whaetver user is running Chrome can access ttyUSB0 or whatever.
Re: baseflight configurator (win/linux/mac)
Thanks man! I'll try and post results.
Re: baseflight configurator (win/linux/mac)
It's working now. There was permissions problem.
Debian or Ubuntu distro.
Go to Terminal:
type: ls -l /dev/ttyUSB0
crw-rw---- 1 root dialout 188, 0 maj 11 16:16 ttyUSB0
And then put user in dialout group with command: sudo usermod -a -G dialout <your user>
Log out and log in and it's working
Debian or Ubuntu distro.
Go to Terminal:
type: ls -l /dev/ttyUSB0
crw-rw---- 1 root dialout 188, 0 maj 11 16:16 ttyUSB0
And then put user in dialout group with command: sudo usermod -a -G dialout <your user>
Log out and log in and it's working
