User Tools

Site Tools


more_brushless_setup_info2

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
more_brushless_setup_info2 [2017/10/17 10:42]
ian446
more_brushless_setup_info2 [2018/05/15 21:43] (current)
ian446
Line 19: Line 19:
 {{http://static.rcgroups.net/forums/attachments/4/7/0/8/6/1/a9431072-255-H101 caps.JPG?nolink&700x700  |static.rcgroups.net_forums_attachments_4_7_0_8_6_1_a9431072-255-h101_caps.jpg}} {{http://static.rcgroups.net/forums/attachments/4/7/0/8/6/1/a9431072-255-H101 caps.JPG?nolink&700x700  |static.rcgroups.net_forums_attachments_4_7_0_8_6_1_a9431072-255-h101_caps.jpg}}
  
-Don't forget to set the output signal polarity in the firmware, each method requires a different output signal polarity, because the signal is inverted when it passes through the FET. The esc's will not spin the motors if the polarity is set wrong.+Don't forget to set the output signal polarity in the firmware, each method requires a different output signal polarity, because the signal is inverted when it passes through the FET. The esc's will not spin the motors if the polarity is set wrong. Refer to [[:more_brushless_setup_info|this page]] under the heading "**How to set up PPM/Oneshot".**
  
 POWERING THE FC POWERING THE FC
  
-There are a few ways to do this. The flight controller has an onboard regulator, but it is limited to how much input voltage it can take without getting too hot. Usually 5V is safe for these boards, and the H8 mini blue board has been reported to run up to 8.4V (2S) from reliable source.+There are a few ways to do this. The flight controller has an onboard regulator, but it is limited to how much input voltage it can take without getting too hot. 5V is safe for these boards, and many of the regulators have max input voltage of 6V.
  
 1. Use a voltage regulator (buck converter) from ebay or Banggood, I often use one with a variable output voltage set by a mini trimpot and set the output to 4V. It weighs around 1.6gm and works well. I am using this on several quads with no issues. To find one do a search for mini power module or mini step down or buck converter or use similar search terms. The disadvantage with this method is that you need to run a timer or low voltage buzzer so you don't completely flatten and damage your battery. Here is a pic: 1. Use a voltage regulator (buck converter) from ebay or Banggood, I often use one with a variable output voltage set by a mini trimpot and set the output to 4V. It weighs around 1.6gm and works well. I am using this on several quads with no issues. To find one do a search for mini power module or mini step down or buck converter or use similar search terms. The disadvantage with this method is that you need to run a timer or low voltage buzzer so you don't completely flatten and damage your battery. Here is a pic:
  
-{{:module.jpg?200}}+{{:module.jpg?200|module.jpg}}
  
 2. Use one cell from your 2S or 3S quad battery. If you buy a mating balance connector, you can wire the negative and the first cell + to the FC to power it. This way the FC LED's will flash on low battery voltage. 2. Use one cell from your 2S or 3S quad battery. If you buy a mating balance connector, you can wire the negative and the first cell + to the FC to power it. This way the FC LED's will flash on low battery voltage.
Line 51: Line 51:
 float pidkd[PIDNUMBER] = { 6.0e-1 , 6.0e-1 , 3.0e-1 }; float pidkd[PIDNUMBER] = { 6.0e-1 , 6.0e-1 , 3.0e-1 };
  
-If you end up going round in circles trying to tune it, and can't seem to find some good settings, try some different props. Props that are a low load for the motors (low pitch or small diameter for the motor) are often difficult to tune right IME.+TELEMETRY BATTERY VOLTAGE MONITORING FOR E011 FC
  
-110411051304, 1306, 1407 MOTORS FOR SMALL QUADS+This E011 FC is powered by a 5V BEC so it needs an external battery voltage wire to monitor the batt voltage for telemetry. Where I soldered the blue 56k resistor to an existing resistor on the FCI removed another resistor above that existing resistorand a motor cap to the left for easier access for soldering (the cap is not needed for brushless). The yellow wire goes to battery + on the esc. Then the ADC_SCALEFACTOR calibrates the telemetry battery voltage. No other code changes are required. 39k to 56k will work fine for 2S and 3S. Use 56k for 4S. The blue resistor is glued to the FC for a bit of support.
  
-1104, 1105 and 1304 all use the same prop mounting system with 2 allen screws bolting the prop onThis is a strong system in that it is difficult to ever bend a motor shaft. At the moment, the prop selection is not as large as for other motors and is usually limited to 3" or a bit over. They are all in the same weight bracket around 5.5 to 7.5gm with no hardware. The 1306 and 1407 motors are much heavier being around 14.5gm and use a conventional prop mounting system, so there is a good choice of props for these.+\\ 
 +\\ 
 +{{:e011_voltage_divider.jpg?nolink&|e011_voltage_divider.jpg}}
  
-Myrcmart sells the RCX H1105 4000kv and 5000kv motors (as well as spare bearings and shafts), Banggood sell an Eachine BG1104 4000kv as well as the DYS 1104 motors in 5400kv, 6500kv and 7000kv versions. RotorX have 1105 4000kv and 1105B 6500kv versions. There are also Emax and Racerstar entering the small quad motor market. I find it difficult to recommend one motor over any other, the ones I have (Eachine, RCX, RotorX and DYS) all perform very well.+TELEMETRY BATTERY VOLTAGE MONITORING FOR BWHOOP B-03 FC
  
-When choosing the kv rating of a motor for your frame, the kv rating will largely determine the amount of thrust (and top speed) for a given battery 2S or 3S, and also the runtime for a given battery. The higher kv ratings will give more power at the expense of shorter runtime and less efficiency. All of these motors fly well on 2S, and fast on 3S. Have fun :+{{:dscf0413ta.jpg?nolink&|dscf0413ta.jpg}}
- +
-Just a word of caution with motor mounting screws for these small motors - don't use screws that are any longer than 2mm more than the frame thickness, as there is a good chance that the internal windings will be permanently damaged if you do. If you have a 3mm frame, then 5mm screws are what you want (max). Phillips head M2 screws are lighter than Allen head screws and are cheap and plentiful on ebayIf you are not sure what length screws come with your motors when you order them (or you know they will be the wrong length), its a good idea to order some correct length screws at the same time to avoid disappointment when you start the build.+
  
  
more_brushless_setup_info2.1508229722.txt.gz · Last modified: 2017/10/17 10:42 by ian446