Search found 25 matches

by mrb0y
Sat Jul 27, 2013 1:24 pm
Forum: Developer Discussions
Topic: [Hover Mode] Testing and setting Parameters
Replies: 51
Views: 46686

Re: [Hover Mode] Testing and setting Parameters

I just discovered that MEMS baropressure sensors are sensitive to direct light such as overhead lighting or direct sun light. It's possible that the inconsistencies in results are related to light and the baro pressure sensor. I haven't played with the hover code or mode my self but thought I would ...
by mrb0y
Tue Jun 18, 2013 12:58 pm
Forum: Developer Discussions
Topic: Type 'int16_t' could not be resolved
Replies: 2
Views: 6076

Type 'int16_t' could not be resolved

I know it's just a nuisance and everything builds ok but I get these "Type 'intXX_t' could not be resolved" messages through out the firmware project in the VM 3.0 Eclipse IDE. Is there a way to "fix" this? I think may have something to do with indexing? Is anyone else seeing thi...
by mrb0y
Wed Jun 05, 2013 10:08 pm
Forum: Developer Discussions
Topic: [Hover Mode] Testing and setting Parameters
Replies: 51
Views: 46686

Re: [Hover Mode] Testing and setting Parameters

I'm in the same boat as every one else as far as I can tell. I cloned the repositories for the phiamo client and firmware and then built the firmware and uploaded to CF. I then run the client and set the hover mode button in the controller mapping. I goto fly the CF and there is no indication that I...
by mrb0y
Fri May 31, 2013 2:12 pm
Forum: Developer Discussions
Topic: Updating the PC Client on windows?
Replies: 5
Views: 4489

Re: Updating the PC Client on windows?

TheFrog4u wrote:
mrb0y wrote:I didn't see the hover mode any where on the client?
The hover mode is a hack from phiamo. You will have to check out his repo here

Thanks for all the good information! You should volunteer to make a wiki entry on these things! :D
by mrb0y
Thu May 30, 2013 5:05 pm
Forum: Developer Discussions
Topic: Leap Motion
Replies: 8
Views: 6473

Re: Leap Motion

I preordered last year but they don't ship until july. :/ I had the same idea I'm looking to do the same. :D
by mrb0y
Wed May 29, 2013 9:34 pm
Forum: Developer Discussions
Topic: Updating the PC Client on windows?
Replies: 5
Views: 4489

Re: Updating the PC Client on windows?

Thanks for the information. I had everything installed and before I got CF I uninstalled everything and just used the MSI. I re-installed all the dependencies and I was able to compile and run the cfclient dev version. I also had to install Microsoft Visual C++ 2008 Redistributable Package (x86). Th...
by mrb0y
Wed May 29, 2013 12:53 am
Forum: Developer Discussions
Topic: Updating the PC Client on windows?
Replies: 5
Views: 4489

Updating the PC Client on windows?

Just curious if any one is using the updates from the repository to update the windows version of the client. If there is a wiki tutorial on this please let me know. If some one has experience doing so please share. I downloaded the .tar but I'm unsure of how to integrate those files into my current...
by mrb0y
Sat May 25, 2013 10:36 pm
Forum: Developer Discussions
Topic: Bitcraze virtual machine V0.2
Replies: 24
Views: 24719

Re: Bitcraze virtual machine V0.2

I just attempted to import the .ova into Vmware Player 4.0 and it does not work . I installed in Virtual Box and it does work as expected. Looks like the virtual appliance import doesn't for work on vmware player 4.0. Just a heads up for any one else who tries. Are you speaking of VirtualBox v4.0 ?...
by mrb0y
Fri May 24, 2013 9:10 pm
Forum: Developer Discussions
Topic: Compiling Firmware
Replies: 5
Views: 4142

Re: Compiling Firmware

What firmware did you build? I think it is because the firmware wasn't built for bootloader. That wasn't standard in the older firmwares. Make sure it is compiled with "make CLOAD=1" and perhaps "make DEBUG=0 CLOAD=1". Everything is working now I had an environment path that req...
by mrb0y
Fri May 24, 2013 9:06 pm
Forum: Developer Discussions
Topic: Compiling the firmware on Windows
Replies: 12
Views: 10091

Re: Compiling the firmware on Windows

Ok all is working now, I had only set the "PythonPath" variable and not the system path for python. I also had a conflict with the "Yargo" tool set which I removed from my machine. So I am able to build the firmware now and it is independent of the minig shell. Thanks for all the...