Search found 8 matches

by wektorx
Sun Mar 04, 2012 9:47 pm
Forum: Software development
Topic: VBAT compensation for pid (PD)
Replies: 0
Views: 1220

VBAT compensation for pid (PD)

When battery voltage is over the nominal value it decrease P and D PID for pitch, roll and yaw to 80-100%. Add to config.h #define VBATCOMP 111 //aku voltage compesation for pid PD pitch roll. 111=11.1V for 3s, 148=14.8V for 4s etc. Remember to setup pid when aku voltage is near nominal value. Add t...
by wektorx
Sun Feb 19, 2012 8:01 pm
Forum: Software development
Topic: Activating 16-bit Timer for Arduino Mega
Replies: 2
Views: 2816

Re: Activating 16-bit Timer for Arduino Mega

Today I have checked 16 bit timer implementation on my quadrocopter and it's working very very nice. I only add options EXT_MOTOR_RESOLUTION and support for extended motor range. config.h #define EXT_MOTOR_RANGE #define EXT_MOTOR_RESOLUTION Output ... #if defined(MEGA) #if (NUMBER_MOTOR > 0) #ifndef...
by wektorx
Fri Dec 02, 2011 1:19 pm
Forum: ESCs, propellers , servos and radios
Topic: Alternative ESC firmware (reflashing)
Replies: 640
Views: 336518

Re: Alternative ESC firmware (reflashing)

funth1ngs: I changed fusebits and its working great. Thank you very much. Only one question. Mystery 12A ESc like the others Mystery has two source of 5v on PCB. One is for atmega and second is for external device (receiver etc.) We can't power microprocesor for 3pin connector. Is it safe to flash (...
by wektorx
Thu Dec 01, 2011 9:52 am
Forum: ESCs, propellers , servos and radios
Topic: Alternative ESC firmware (reflashing)
Replies: 640
Views: 336518

Re: Alternative ESC firmware (reflashing)

I tried flash ESC with all kind of setings (in option section) but problem still remain.
The AVRootloader which I use, is from your link and it seems that UseVerify is set (.equ UseVerify= 1 )

Regards
by wektorx
Thu Dec 01, 2011 9:00 am
Forum: ESCs, propellers , servos and radios
Topic: Alternative ESC firmware (reflashing)
Replies: 640
Views: 336518

Re: Alternative ESC firmware (reflashing)

I have problem with AVRootloader. I flashed ESC with software form first post on this site http://www.multiwii.com/forum/viewtopic.php?f=13&t=516&start=160 and set fusebits to High-Fuse: 0xCC and Low-Fuse: 0x2E Now i can connect with flash software, write and read EEPROM, erese FLASH. But if...
by wektorx
Sat Nov 05, 2011 10:54 am
Forum: Software development
Topic: LSM303DLx support
Replies: 6
Views: 4350

LSM303DLx support

LSM303DLH m LSM303DLM m config.h: /* I2C accelerometer */ //#define ADXL345 //#define BMA020 //#define BMA180 //#define NUNCHACK // if you want to use the nunckuk as a standalone I2C ACC without WMP //#define LIS3LV02 #define LSM303DLx_ACC /* I2C magnetometer */ //#define HMC5843 //#define HMC5883 /...
by wektorx
Sat Aug 27, 2011 8:14 pm
Forum: ESCs, propellers , servos and radios
Topic: Alternative ESC firmware (reflashing)
Replies: 640
Views: 336518

Re: Alternative ESC firmware (reflashing)

Hi Sorry for my english. Two weeks ago I reprogram my ESC (Mystery 12A blue series) with firmware from this topic. Quadro is now stable like never before. Thanks a lot for this soft But I have big problem. About 50% of crashes (three times) were ending with burned transistor (AO4409). The strange is...