|
|
|
|
|
|
||
|
|
Quote:
|
|
|
||
|
|
|
|
France, IdF, Neuilly-sur-Seine
Joined Jan 2012
72 Posts
|
Well in fact, default behavior of kkMulticopter Flash Tool is perfect, I didn't notice that flashing through USB Linker also erase the EEPROM, so after each flash, I'm using default values, perfect for me !
In tgy.asm I change STOP_RC_PULS to 1100us and FULL_RC_PULS to 1900us, but when I send a 1100us signal at start time, my ESC doesn't beep, it's like the signal is to high. When I change STOP_RC_PULS to 1105us, there's a beep for a 1100us signal when my esc start, and after it can work. Is it normal ? Thanks |
|
|
|
|
|
|
Canada, BC, North Vancouver
Joined Dec 2010
895 Posts
|
Yes, this is an "on the fence" case of what happens when there is a slight oscillator mismatch. There always has to be some margin somewhere, even if it's less than 1%, when working with pulse lengths. What flight board are you using in this case? Most boards will send something much lower, like 1000µs or 900µs to arm the ESCs, and then jump up to 1100µs or so to start the motor.
|
|
|
|
|
||
|
Belgium
Joined Sep 2004
1,473 Posts
|
Hi!
What parameter / code do i have to change so that the calibration really starts on "low throttle" during calibration? When i test with a servo tester, there is a much higher start position. manu Quote:
|
|
|
||
|
|
|
|
Joined Jan 2013
4 Posts
|
Some one a hint for my problem? -> http://www.rcgroups.com/forums/showp...postcount=6784
Fuses look like this -> http://s7.directupload.net/file/d/3130/3bnkujsn_png.htm Also flashed tp_8khz.hex firmware with no success. |
|
|
|
|
|
|
Germany, BY, Munich
Joined Mar 2012
51 Posts
|
@Simonk,
This is the layout of my Mystery 40A ESC, I guess you are right the S29B ( LM3485) probably is set to 5V not 3.3V The internal BEC (red cable) was not connected, so I don't see any reason why this 3 components would burn down. The datasheet of the 4421 is clearly limited to 18V, so I assumed this could be the possible cause for the problems. Maybe this layout is the previous version of the ESC which was limited to 4S? |
|
|
|
|
||||
|
Canada, BC, North Vancouver
Joined Dec 2010
895 Posts
|
Quote:
Quote:
Quote:
|
|||
|
||||
|
|
||
|
France, IdF, Neuilly-sur-Seine
Joined Jan 2012
72 Posts
|
Quote:
Thanks for your reply |
|
|
||
|
|
|
|
Belgium
Joined Sep 2004
1,473 Posts
|
Hi,
Can Multiwii handle motor outputs at a rate of 1KHz (1000Hz), is it a parameter that can be set? Hardware PWM? @Simon I had to set ultrapwm=1 to be able to use a 200...1200µs signal. i saw this : Code:
ldi temp1, 32 * 17/16 ; Stop/reverse pulse (slightly above exact) ![]() I changed it to Code:
ldi temp1, 32 * 64/63; I still can't understand this asm logic, but could calibration be done this way? Set throttle at desired max pos = rxMaxInit (enter calibration if > 1200µs), power up esc, you enter calibration as usual, read rxMin, you leave calibration if rxMin<(rxMaxInit-"10") and rx >= (rxMaxInit +- 2),finally save to eeprom. This will let you more precisely set rxMin and you have the time to do it. Also, why are we using "real" timings. Assumption:any PWM length from 200-2400 is valid (only time you use the osc as a reference) In code you only use a "steps" resolution (2x800=1600 for example or more )After calibration you map rxMin/rxMax to 1600 .... Thanks manu |
|
|
||
|
|
Quote:
Regards |
|
|
||
|
|
||
|
Germany, BY, Munich
Joined Mar 2012
51 Posts
|
Quote:
According to some other pictures I found, it is the layout of the Blue Series ESC, which would also require a different firmware. Btw. what is the difference then between bs40a.hex and bs.hex, could this have been the cause for the smoke in the end? |
|
|
||
|
|
|
|
France, IdF, Neuilly-sur-Seine
Joined Jan 2012
72 Posts
|
ESC customisable parameters
Hi Simon,
I made some tests with parameter COMP_PWM = 1 for an HobbyKing 20A BlueSeries ESC, i didn't notice any change in consumption / noise from low throttle to high throttle. Maybe at high throttle there were little less consumption for a little more thrust, not quite sure, it can be the measure error margin. It'd like to know if this parameter (COMP_PWM = 1) could have any advantage, and for which conditions ? Another question, for MOTOR_ADVANCE parameter, by default it's set to 18, is there any advantage to change this value or not ? Thanks |
|
| Thread Tools | |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Discussion Rctimer 30A esc cutting out with KK board | Efliernz | Multirotor Talk | 2 | May 26, 2011 02:20 PM |
| Sold FS: Tricopter Parts- HK401b, Pentium 30A ESC, rctimer 750kv motors | pwu_1 | Aircraft - General - Miscellaneous (FS/W) | 2 | Jan 18, 2011 09:58 PM |
| Sold RCTimer 2826-6 + ESC 30A New in packaging will trade as well Pics Added! | planebldr | Aircraft - Electric - Power Systems (FS/W) | 4 | May 25, 2010 09:54 PM |
| Discussion RCTimer 30A Programmable ESC | hunter7193 | Power Systems | 8 | Jan 02, 2010 02:27 PM |
| For Sale Several New ESC's - 10a, 20a, 30a - Reduced | Callen9345 | Aircraft - Electric - Power Systems (FS/W) | 0 | Apr 20, 2009 02:31 PM |