Search found 22 matches

by c2po
Thu Nov 03, 2011 4:17 am
Forum: Software development
Topic: EagleTree ALT-V4 Baro Integration. Success!
Replies: 79
Views: 22763

Re: EagleTree ALT-V4 Baro Integration. Success!

mr.rc-cam wrote:Data sheets that were published *before* 2010 will have some basic information about Mode 2.

Thanks, I see that now in the preliminary datasheet - ultra low noise with reduced bandwidth (150Hz from normal 1200Hz), very interesting indeed. :)
by c2po
Wed Nov 02, 2011 4:09 am
Forum: Software development
Topic: EagleTree ALT-V4 Baro Integration. Success!
Replies: 79
Views: 22763

Re: EagleTree ALT-V4 Baro Integration. Success!

Code: Select all

      control = control | 0x00;

I have a couple of questions - what does that line above do?

Code: Select all

      control = control | 0x02;  // Select Mode 2.
      i2c_writeReg(BMA180_ADDRESS, 0x30, control);

and what is Mode 2?
According to BMA180 datasheet it says - Not recommened.
by c2po
Wed Oct 05, 2011 1:08 pm
Forum: Shields, boards and sensors
Topic: FTDI to pro mini problem.
Replies: 5
Views: 3269

Re: FTDI to pro mini problem.

Aaaarrggh, those quad-grabbing magnetic trees! :shock:
I know them...
by c2po
Wed Oct 05, 2011 1:45 am
Forum: Shields, boards and sensors
Topic: FTDI to pro mini problem.
Replies: 5
Views: 3269

Re: FTDI to pro mini problem.

Looks like there is a problem with the sixth wire/connector which is DTR signal, it resets the processor to start the bootloader. That's exactly what you do manually but the timing is critical. Check you wiring/pin/socket/etc., cannot give more specific advice since I don't know which FTDI adapter y...
by c2po
Mon Sep 26, 2011 5:37 am
Forum: Connecting elements
Topic: anyone know how to fix this?
Replies: 9
Views: 3740

Re: anyone know how to fix this?

works normally so is the NK if I cut the NK in the middle? can solve the problem? What type of Nunchuk? There are gazillion of different nunchuk boards. How do you power it? Some can take 5V fine, some need no more than 3.3V. I'm afraid that сutting it in the middle will just create more problems s...
by c2po
Mon Sep 26, 2011 3:18 am
Forum: Software development
Topic: dynThrPID value
Replies: 2
Views: 1432

Re: dynThrPID value

First time software runs dynThrPID is assigned value of 0, then it is read from the EEPROM (hint: look into EEPROM.pde)
by c2po
Fri Sep 09, 2011 5:05 pm
Forum: Connecting elements
Topic: itg3205 + gh0901b + help
Replies: 6
Views: 3527

Re: itg3205 + gh0901b + help

Yes and no. Yes, after the 3205 mod you have to connect standalone Nunchuk in parallel like shown on the picture. And no, you have to power 3205 (and probably Nunchuk also) with no more that 3.5-3.6 volts. Powering it like on the picture with 5 volts from Arduino will mess up the output data badly. ...
by c2po
Fri Sep 09, 2011 8:19 am
Forum: Connecting elements
Topic: itg3205 + gh0901b + help
Replies: 6
Views: 3527

Re: itg3205 + gh0901b + help

yay! so you're basically half way thru already. I actually had to change the setting for the LPF filter from 256HZ to 10HZ, otherwise my quad was very unstable, I guess because the gyro was picking up some vibrations from unbalanced props/motors thru the frame, and I didn't have a good dampening foa...
by c2po
Thu Sep 08, 2011 7:52 pm
Forum: Connecting elements
Topic: itg3205 + gh0901b + help
Replies: 6
Views: 3527

Re: itg3205 + gh0901b + help

Start with just the gyro, do not connect Nunchuk yet and make a gyro work first.
Make sure you follow all the steps for the ITG3205 modification as I describe it in my blog post.
by c2po
Wed Sep 07, 2011 1:46 am
Forum: Ideas
Topic: Emergency shut down
Replies: 28
Views: 8152

Re: Emergency shut down

One idea I can come up with would be to utilize such a feature of some modern accelerometers (for instance BMA180) as capability to detect a shock situation up to 16 g. In that case shock alert interrupt signal can be used to shutdown the motors immediately. That of course would require some researc...
by c2po
Mon Sep 05, 2011 2:12 am
Forum: Software development
Topic: Accumulative drift
Replies: 74
Views: 30085

Re: Accumulative drift

Well, looking at the picture that shouldn't be much of an issue then, seems to be enough airflow around sensors... don't know what else to suggest. You can check the drift by connecting it to GUI and just leave it running for a few minutes watching the graphs/values. Also you can just put your finge...
by c2po
Sun Sep 04, 2011 9:23 pm
Forum: Ideas
Topic: Emergency shut down
Replies: 28
Views: 8152

Re: Emergency shut down

Well, I really don't know what to suggest because I think the reason why the copter did not respond to stick input is still unknown... right? I doubt it was a main loop that crashed, microprocessors a usually very robust and keep ticking until the power is lost, but if the power was lost then PWM on...
by c2po
Sun Sep 04, 2011 5:28 pm
Forum: Ideas
Topic: Emergency shut down
Replies: 28
Views: 8152

Re: Emergency shut down

:)
but I'm not really sure what do you mean - my approach to what problem?
by c2po
Sun Sep 04, 2011 4:28 pm
Forum: Software development
Topic: Accumulative drift
Replies: 74
Views: 30085

Re: Accumulative drift

My guess would be temperature drift. What sensors do you use and where are they on those pictures? I can't really tell from the pictures what is where...
by c2po
Sat Sep 03, 2011 11:13 pm
Forum: Ideas
Topic: Emergency shut down
Replies: 28
Views: 8152

Re: Emergency shut down

Guys, sorry, I didn't mean to sound negative. We are all DIY-ers and all love our hobby and all like to tinker with the stuff. We just do some things differently either from our own experience or from experience of others, and we share that experience in the forums, that's what the forums are for. I...
by c2po
Sat Sep 03, 2011 7:32 pm
Forum: Ideas
Topic: Emergency shut down
Replies: 28
Views: 8152

Re: Emergency shut down

That is your Option and LIABILITY. http://www.youtube.com/watch?v=k7Ita1mFMB4 That's exactly right, and that's why looking at how some people do a soldering job and knowing what is inside a 10 dollar motor with windings all over the place touching each other and rubbing against sharp casing of a mo...
by c2po
Sat Sep 03, 2011 7:21 pm
Forum: Ideas
Topic: Emergency shut down
Replies: 28
Views: 8152

Re: Emergency shut down

You dont use a separate UBEC do you? Nope, I don't, just don't see a need when a whole electronics including receiver, MWC, bluetooth, and whatever else, hardly pull 200mA total at max, I do not have any high current digital servos like on a single rotor heli that can spike up to several amps and w...
by c2po
Sat Sep 03, 2011 1:59 am
Forum: Ideas
Topic: Emergency shut down
Replies: 28
Views: 8152

Re: Emergency shut down

fuses? another point of failure? watching you quad tumbles down helplessly because of a gust of a wind that caused an overdraw current spike in accelerated motor which will be harmless for controller but will blow the fuse? have you ever seen the fuses on any helicopters? they do not glide really we...
by c2po
Thu Sep 01, 2011 6:06 pm
Forum: Ideas
Topic: Emergency shut down
Replies: 28
Views: 8152

Re: Emergency shut down

I agree with captaingeek and copterrichie, but would suggest another solution that works for me. Set the minimum throttle to a such value that motors will run with a minimum possible speed (in my case it is 1100). In that case when you block the props with something like grass, your fingers, or any ...
by c2po
Mon Aug 15, 2011 10:42 pm
Forum: General discussions
Topic: Doing my head in
Replies: 4
Views: 2355

Re: Doing my head in

First, I'm using an old lappy with Win XP so I can play in the shed and not run into the house every minute, but the GUI keeps locking up on it and I have to re-boot to get the lappy to work again does this no matter how long I wait after selecting COMPORT and then waiting to press Start. Every tim...
by c2po
Sun Jun 26, 2011 5:55 pm
Forum: Software development
Topic: MultiWii GPS support
Replies: 42
Views: 31658

Re: MultiWii GPS support

100kHz - 692 uSec 400kHz - 616 uSec I'd hate to tell you that those numbers are a little bit off. There is no way that reading 23 bytes will take such a short time. Let's do some math: at 100kHz one bit takes exactly 1/100000 = 10us, so one byte with start, ack, and stop bits will take about 100us....