This is my first post, so please take it easy on me. I received my ArduCopter this week and assembling went smoothly. I have been flying a MikroKopter Quad and a MikroKopter Octo for two year, so I'm not entirely new to the field. I'm an embedded software engineer (mostly Linux) by profession, with a heavy background in electronics. So most problems I can fix myself, but not this one:
Yesterday I was trying to configure my ArduCopter, using the ConfiguratorTool. Unfortunately this tool depends on the Instruments LABView runtime library. This library, 160MB of it, comes in a wide variety of flavours and versions: minimum/standard, 32/64-bit and 2009/2010. Each one takes ages to download and even longer to install, reboot try if it works and finally to uninstall.
I have found one version to 'work'. That is: With that version he ConfiguratorTool doesn't immediatly complain about the missing runtime library at launch. Not surprisingly that's the version mentioned in the Wiki (good job btw). But when trying to connect to the ArduCopter, it still produces an error about a missing library.
So I've been trying most combinations, until late last night: The Wiki link leads to a 32-bit version, but I've got a 64-bit machine and Windows 7 to match. So trying the 64-bit version seemed logical, but that version isn't detected at launch.
Any idea?
(I'm sorry for my verbosity ;-)
You need to be a member of diydrones to add comments!
Replies
Sorry to resurrect this topic - but since it is where it all started I might as well.
I've been tinkering with a new Configurator in .Net. The aim was simply to replace the critical functions of the current one, in something that does not require a half gigabyte download. Hopefully this may mean an alternative for people struggling to get their kit going.
A secondary aim was to be cross platform. Therefore it targets .Net 2.0 and Winforms GUI library. This is present on pretty much every windows box out there, and is supported also by Mono, so should in theory work under Linux/OSX etc. (I have not tested it though on anything other than Windows)
At the moment as you can see it is early early days - but it can read config and flight data, update PIDS etc, has realtime display - albiet using standard windows progress bars instead of the cool controls that the proper configurater has.
I would say it is not far form being useful - although critical things like transmitter and sensor calibration wizards are missing.
I also have LPT1, but also USB devices.....
Are you using Arduino to compile in the VM or on the Mac? If in the VM, is it detecting the USB port?
I am also using 64bit Windows 7. I tried for days and just could not get it to work. In the end I created a Windows VM for XP on my 64 bit system, and installed everything there. It now works perfectly. It may seem like a pain, but in the end it is worth it to set it up this way...
Mark
And in it's defense: It works really well! I've got no problem connecting, not even with the default timeout. It shows all the info I need and there's even some help included.
To be honest I like the look of the configurator but this library is a HUGE pain of a dependency, I don't know what it is apart from a massive piece of bloat-ware. Who knows what else is installed on my machine now.
I know someone was promising a new .NET config tool - which would be awesome. I don't think it amounted to anything, not even one line of code.