Search found 14 matches
- Wed Jun 06, 2012 11:59 am
- Forum: Shields, boards and sensors
- Topic: Revised multiwii board
- Replies: 4
- Views: 2074
Re: Revised multiwii board
thanks Pyrofer, sorry for the late reply Its a good idea to accomadate a power distribution, but then. On the same board, then it will ghave to be 4 layers, with 35mm copper for the power lines. Then it will be expensive. Another possibility is to have a Power distribution board separate, with even ...
- Fri Jun 01, 2012 8:18 am
- Forum: Shields, boards and sensors
- Topic: Revised multiwii board
- Replies: 4
- Views: 2074
Re: Revised multiwii board
Thanks Pyrofer. Are there all in one boards with Atmel 2560?
With Atmel 2560, Hope that it can take future upgradations like GPS etc. I thoughty of putting some efforts just for knowledge and fun.
pl reply
With Atmel 2560, Hope that it can take future upgradations like GPS etc. I thoughty of putting some efforts just for knowledge and fun.
pl reply
- Wed May 30, 2012 11:07 am
- Forum: Shields, boards and sensors
- Topic: Revised multiwii board
- Replies: 4
- Views: 2074
Revised multiwii board
hello, i am from bangalore. i designed a multiwii board after reading and getting all info from this group about a year back. It was promini based atmel 328. I made 15 boards and sold all ofthem at cost price to fellow modellers. Now i want to revice this board with a new atmel processor. I request ...
- Fri Mar 16, 2012 1:00 pm
- Forum: Shields, boards and sensors
- Topic: Sensor problem With Ver 2.0
- Replies: 5
- Views: 2480
Re: Sensor problem With Ver 2.0
Thanks PartrikE. I treid thsi as you suggested. Same IC config has different values declared. However, with lot of trial and error, i fixd the following values and it seems to work. #define ACC_ORIENTATION(X, Y, Z) {accADC[ROLL] = Y; accADC[PITCH] = -X; accADC[YAW] = Z;}// This combination works for...
- Fri Mar 16, 2012 6:07 am
- Forum: Shields, boards and sensors
- Topic: Sensor problem With Ver 2.0
- Replies: 5
- Views: 2480
Re: Sensor problem With Ver 2.0
i designed my own board with these sensors. I made 15 such boards and gave it to my friends in banagalore at cost price. Up to 1.9 Vesrsion the baord worked with the standard setiings. With 2.0 it dosn'nt. Waht is the standard way of doing this.
- Thu Mar 15, 2012 8:21 am
- Forum: Shields, boards and sensors
- Topic: Sensor problem With Ver 2.0
- Replies: 5
- Views: 2480
Sensor problem With Ver 2.0
hello, Kidly help me I successfully down loaded Ver 2.0 and the sketch was down loaded to my board. Since i use ITG3200 BMA180 BMP085 HMC5883 defined those just like in 1.9 also changed the address of ITG (D2)and BMA180 (82)in sensors. Also defined Quad X. With these changes all vesrsions up to 1.9 ...
- Tue Dec 06, 2011 7:12 am
- Forum: Software development
- Topic: Altitude hold problem
- Replies: 12
- Views: 5433
Re: Altitude hold problem
thanks Allex. i will try some PID tuning and will report
- Sat Dec 03, 2011 11:25 am
- Forum: Software development
- Topic: Altitude hold problem
- Replies: 12
- Views: 5433
Re: Altitude hold problem
yes. but pl give me some tips to make it work!
it was kind of working with the dev version dev20110725
and why is
" with dev20110725 the ALT value displayed is 207.88
while with Multiwii ver 1.8 patch2/ 1.9 it is 864.20"
it was kind of working with the dev version dev20110725
and why is
" with dev20110725 the ALT value displayed is 207.88
while with Multiwii ver 1.8 patch2/ 1.9 it is 864.20"
- Sat Dec 03, 2011 10:47 am
- Forum: Software development
- Topic: Altitude hold problem
- Replies: 12
- Views: 5433
Re: Altitude hold problem
but if i do not comment it, it is not stable when accelerometer is enabled.
- Sat Dec 03, 2011 10:32 am
- Forum: Software development
- Topic: Altitude hold problem
- Replies: 12
- Views: 5433
Re: Altitude hold problem
hello Kalle123, I have made my own board. Attched pl find the Picture. I use ITG3200 BMA180 BMP085 HMC5883 1.5 K pull up for the I2C lines. Level convereter On board 5V and 3.3V regulator No errors in Debug2 window with 1.9 SW thanks a lot ashta What sensors are you using ??? Tell a little about you...
- Sat Dec 03, 2011 7:36 am
- Forum: Software development
- Topic: Altitude hold problem
- Replies: 12
- Views: 5433
Re: Altitude hold problem
hello friends,
pl kindly reply to this problem of mine.
thanking you
pl kindly reply to this problem of mine.
thanking you
- Fri Dec 02, 2011 8:01 am
- Forum: Software development
- Topic: Altitude hold problem
- Replies: 12
- Views: 5433
Altitude hold problem
In my Quad when i use dev20110725, version, the altitude hold is working reasonably. while when i use Multiwii 1.8 patch2, or Multiwii 1.9, it works but jumps up and down. Attached pl find the screen shot of Mutiwi configurator with 1. dev20110725 2. Multiwii ver 1.8 patch2 pl note that with dev2011...
- Sat Nov 26, 2011 8:29 am
- Forum: Software development
- Topic: I2C R/W Test. Debug code posted here.
- Replies: 31
- Views: 17826
Re: I2C R/W Test. Debug code posted here.
thanks mr.rc-cam for such clear and crisp reply.
- Fri Nov 25, 2011 1:11 pm
- Forum: Software development
- Topic: I2C R/W Test. Debug code posted here.
- Replies: 31
- Views: 17826
Re: I2C R/W Test. Debug code posted here.
hello all, wanted a clarification. Will the latest code 1.9 support the I2C R/W test and show in debug2 window of the GUI? Or do i have to write the patch as discribed in the begining of this thread? Some where i read that the debug2 value should be -1 and not zero if it is working. kindly clarify b...