Search found 529 matches

by ziss_dm
Wed Mar 30, 2011 9:33 am
Forum: Software development
Topic: 1_pretet7: ITG3200 driver: Initialization issue
Replies: 3
Views: 2114

1_pretet7: ITG3200 driver: Initialization issue

Hi Alex, Just a small issue with ITG3200 driver. The ITG3200 requires some delay after reset to stabilize values (10msec by datasheet, as I remember). Currently we do not have any delay before we starting calibration. As a result calibration not always succesfull. (sometimes I had values 3-5 instead...
by ziss_dm
Wed Mar 30, 2011 5:17 am
Forum: Ideas
Topic: android remote configuration app
Replies: 22
Views: 8623

Re: android remote configuration app

Hi IceWind!,
Any chance to make it open source? :)

Regards,
ziss_dm
by ziss_dm
Wed Mar 30, 2011 5:14 am
Forum: Shields, boards and sensors
Topic: WM+ with ITG3205
Replies: 84
Views: 54235

Re: WM+ with ITG3205

Hi,

Musgravehill: This should work, I'm using the same configuration in my setup. And it works fine sofar..

Regards,
ziss_dm
by ziss_dm
Wed Mar 30, 2011 5:06 am
Forum: Software development
Topic: getEstimatedAttitude: Idea
Replies: 47
Views: 40278

getEstimatedAttitude: Idea

Hi, I have small idea, how we could simplify/optimize/etc existing Complimentary filter in WMC. As I understand corrently we have the following procedure: 1) Calculate rotation grom Gyro in angles 2) Add this rotation in angles to the previous estimate. 3) Create normalized vector RGyro using angles...
by ziss_dm
Thu Mar 24, 2011 7:46 am
Forum: Shields, boards and sensors
Topic: WM+ with ITG3205
Replies: 84
Views: 54235

Re: WM+ with ITG3205

Should work.. If not use 1.7.

Regards,
ziss_dm
by ziss_dm
Thu Mar 24, 2011 2:12 am
Forum: Shields, boards and sensors
Topic: WM+ with ITG3205
Replies: 84
Views: 54235

Re: WM+ with ITG3205

Hi,

To be able to use nunchack, you would have to apply patch from here Direct connection of NUNCHACK

Regards,
ziss_dm
by ziss_dm
Thu Mar 24, 2011 1:02 am
Forum: Software development
Topic: Direct connection of NUNCHACK
Replies: 29
Views: 11876

Re: Direct connection of NUNCHACK

Hi,

This is patch for MultiWii1_preter7.

Regards,
ziss_dm
by ziss_dm
Wed Mar 23, 2011 10:08 pm
Forum: Shields, boards and sensors
Topic: WM+ with ITG3205
Replies: 84
Views: 54235

Re: WM+ with ITG3205

Arduono. ode file.. :)
by ziss_dm
Wed Mar 23, 2011 9:42 pm
Forum: Shields, boards and sensors
Topic: WM+ with ITG3205
Replies: 84
Views: 54235

Re: WM+ with ITG3205

Can you also attach your SKETCH?

Regards
by ziss_dm
Wed Mar 23, 2011 12:53 pm
Forum: Shields, boards and sensors
Topic: ITG3200 Driver Settings: LPF
Replies: 2
Views: 1774

ITG3200 Driver Settings: LPF

Hi Alex,
In the current implementation of the ITG3200 sensor, it's LPF is set to the 10Hz. It looks really strange setting for Gyro, as it would increase Gyro response time. Am I missing something and inventing a wheel or it is worth to try other LPF settings?

Regards,
ziss_dm
by ziss_dm
Wed Mar 23, 2011 8:44 am
Forum: Shields, boards and sensors
Topic: WM+ with ITG3205
Replies: 84
Views: 54235

Re: WM+ with ITG3205

Hi, I have spent day trying to solve this issue using code workarounds, but was not able to find solution. Looks like WMP firmaware has mistake in code which converts 16bit signed values from the ITG3205 to the WMP's 14bit unsigned. That is why I decided to connect ITG3205 directly to the arduino. R...
by ziss_dm
Mon Mar 21, 2011 1:02 am
Forum: MultiWii tweaking - flying experience
Topic: Mystery 20A ESC Settings
Replies: 4
Views: 2586

Mystery 20A ESC Settings

Hi, For one who using this ESC's it is important to program them correctly, this sugnificantly reduces lag time and improoves stability. In my case I was able to increase P from 1.4 up to 3.6 without oscilations. This is my settings: 1) Low voltage protection - none 2) Startup mode - Acro (Fast) 3) ...
by ziss_dm
Fri Mar 18, 2011 7:08 am
Forum: Ideas
Topic: android remote configuration app
Replies: 22
Views: 8623

Re: android remote configuration app

Hi,
Another possibility is to use something like this: http://www.androidzoom.com/android_appl ... _mgzm.html
And implement vt100 configurator in MultiWii.. Would not look cool, but will work.. :D

Regards,
ziss_dm
by ziss_dm
Thu Mar 17, 2011 8:52 pm
Forum: Shields, boards and sensors
Topic: WM+ with ITG3205
Replies: 84
Views: 54235

Re: WM+ with ITG3205

Hi,
Rurek: Looks allright. I would probably supply power not from pin 12, but from VCC pin on arduino (currently it is not possible properly reset i2c devices, code implemented only for WMP)

Regards,
ziss_dm
by ziss_dm
Thu Mar 17, 2011 8:18 am
Forum: Ideas
Topic: android remote configuration app
Replies: 22
Views: 8623

Re: android remote configuration app

Hi,
Has anybody tried this: http://wiki.processing.org/w/Android ?

Regards,
ziss_dm
by ziss_dm
Wed Mar 16, 2011 12:18 pm
Forum: Shields, boards and sensors
Topic: WM+ with ITG3205
Replies: 84
Views: 54235

Re: WM+ with ITG3205

Hi,

I have posted results of my investigation and patch here:
1_prebis7: ITG3200 driver: Overflow issue

Regards,
ziss_dm
by ziss_dm
Wed Mar 16, 2011 12:16 pm
Forum: Software development
Topic: 1_prebis7: ITG3200 driver: Overflow issue
Replies: 4
Views: 2925

1_prebis7: ITG3200 driver: Overflow issue

Hi Alex, The problem was originally reported by "mistral": I try the ziss_dm mod with WMP V1.6 ITG 3205. Work fine but (their is always "but" !!) on quick movements the gyro's signal goes on the wrong side : http://wbb.multiwii.com/download/file.php?id=48&mode=view The proble...
by ziss_dm
Tue Mar 15, 2011 1:40 pm
Forum: Shields, boards and sensors
Topic: WM+ with ITG3205
Replies: 84
Views: 54235

Re: WM+ with ITG3205

I try the ziss_dm mod with WMP V1.6 ITG 3205. Work fine but (their is always "but" !!) on quick movements the gyro's signal goes on the wrong side : I try to divide like alex said on ITG3200 sketch, same result. I use fr3d 5v-3,3v LLC, I try disable/enable pull up resistor, same result. T...
by ziss_dm
Tue Mar 15, 2011 6:31 am
Forum: Software development
Topic: Direct connection of NUNCHACK
Replies: 29
Views: 11876

Re: Direct connection of NUNCHACK

You can connect low voltage devices directly to the arduino, but you have to follow the rules: 1) Disable internal pullups (or you can damage your devices) 2) Use external pullups connected to the low voltage source (3.3v or 2.8v) This is Alex notes about pullups: SPECIAL NOTE ABOUT THE PULL-UPS: - ...
by ziss_dm
Tue Mar 15, 2011 4:47 am
Forum: Software development
Topic: V1.xxx7 GUI display problem
Replies: 9
Views: 4471

Re: V1.xxx7 GUI display problem

Hi, The problem could be due com port enumeration. For example, if you have BT devices paired, it would try to connect each of them.. On my notebook I have to switch of BT before using configurator. Another problem could be phone management software, like Sony Erricson mRouter, which tries to open e...
by ziss_dm
Mon Mar 14, 2011 12:29 pm
Forum: Software development
Topic: v1.pre7 GUI PID swapped
Replies: 1
Views: 1301

v1.pre7 GUI PID swapped

Hi Alex,
Looks like PIDs for roll and pitch are swapped in GUI configurator. I'm zeroing all PIDs except one axis and testing quad in the hands.

BTW: My config: X Quad-copter.

Regards,
ziss_dm
by ziss_dm
Sun Mar 13, 2011 1:37 pm
Forum: Software development
Topic: Direct connection of NUNCHACK
Replies: 29
Views: 11876

Re: Direct connection of NUNCHACK

Rurek:
If you have LLC, you can supply to Vcc (+5v) and connect Nunchack to the arduino and connect ITG3205 to LLC. If you don't it s better to use +2.8v from WMP and remove pullups from Nunchack.

Regards,
ziss_dm.
by ziss_dm
Fri Mar 11, 2011 1:52 pm
Forum: Shields, boards and sensors
Topic: WM+ with ITG3205
Replies: 84
Views: 54235

Re: WM+ with ITG3205

Hi, I'll try to explain how I did this mod: Hardware: 1) It is good idea to download ITG-3200 datasheet, for pin reference and Axis orientation: m 2) Find SDA/SCL pins on the ITG3205 and follow the traces. The should end up with i2c pullup resistors and go futher to the MCU 3) Cut traces to the MCU ...
by ziss_dm
Fri Mar 11, 2011 3:36 am
Forum: Software development
Topic: Direct connection of NUNCHACK
Replies: 29
Views: 11876

Re: Direct connection of NUNCHACK

This is the patch: *** MultiWiiV1_pre7.pde Sun Feb 20 23:44:00 2011 --- MultiWiiV1_pre7_acc.pde Fri Mar 11 13:29:25 2011 *************** *** 62,67 **** --- 62,68 ---- //#define ADXL345 //#define BMA020 //#define BMA180 + #define NUNCHACK /* I2C barometer */ //#define BMP085 *************** *** 227,2...
by ziss_dm
Thu Mar 10, 2011 7:20 am
Forum: Ideas
Topic: Multiple configuration "profiles"
Replies: 2
Views: 2123

Multiple configuration "profiles"

Hi Alex, What do you think about re-implementing multiple PID profiles. Now we have switches fully programmable, we also could assign PID profiles to them. I see the following benefits: 1) Easier ajustments - you can easyly switch between "OLD" and "NEW" values inflight and see d...
by ziss_dm
Thu Mar 10, 2011 2:30 am
Forum: Software development
Topic: Direct connection of NUNCHACK
Replies: 29
Views: 11876

Direct connection of NUNCHACK

Hi Alex,
I have created driver for Nunchack directly connected to the i2c. It is implemented as additional i2c accelerometer. If you are interested, I can post changes here.
by ziss_dm
Thu Mar 10, 2011 12:10 am
Forum: Shields, boards and sensors
Topic: WM+ with ITG3205
Replies: 84
Views: 54235

Re: WM+ with ITG3205

Hi, Yesterday I have connected ITG3205 directly to the arduino and looks like it is working correctly (bypassing WMP). It is actually not difficult. The advantages are: 1) Full 16bit resolution 2) Shorter cycle time 3) I can use WMP voltage regulator for other sensor. If somebody interested, I can p...
by ziss_dm
Wed Mar 09, 2011 3:36 am
Forum: Shields, boards and sensors
Topic: WM+ with ITG3205
Replies: 84
Views: 54235

Re: WM+ with ITG3205

Hi, I just want to share my expirience: For me downscale solution does not working 100% correct. With slow motion everything looks perfect, bu then I started to move WM+ fast, it almost looks like it has overflow issue. The graph suddenly goes to the opposite direction. So if I strt shaking sensor f...
by ziss_dm
Tue Mar 08, 2011 5:51 am
Forum: Software development
Topic: WM+ Calibration procedure.
Replies: 1
Views: 1571

WM+ Calibration procedure.

Hi Alex, Thanx again for the great job. I have small question about WMP calibration. Looking at the code I found the following: 1) It looks like WMP calibration proc. not taking into account slow/fast mode of WMP (or I missing something) 2) The gyroZero[] is applied before we make slow/fast mode aju...