Skip to content

Commit 56bf4dc

Browse files
authored
Update README.md
1 parent 37c5ee3 commit 56bf4dc

File tree

1 file changed

+14
-7
lines changed

1 file changed

+14
-7
lines changed

README.md

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,20 +38,27 @@ Proper low cost FOC supporting boards are very hard to find these days and even
3838

3939

4040
## All you need for this project is (an exaple in brackets):
41-
- Brushless motor - 3 pahse (IPower GBM4198H-120T [Ebay](https://www.ebay.com/itm/iPower-Gimbal-Brushless-Motor-GBM4108H-120T-for-5N-7N-GH2-ILDC-Aerial-photo-FPV/252025852824?hash=item3aade95398:g:q94AAOSwPcVVo571:rk:2:pf:1&frcectupt=true))
41+
- Brushless DC motor - 3 pahse (IPower GBM4198H-120T [Ebay](https://www.ebay.com/itm/iPower-Gimbal-Brushless-Motor-GBM4108H-120T-for-5N-7N-GH2-ILDC-Aerial-photo-FPV/252025852824?hash=item3aade95398:g:q94AAOSwPcVVo571:rk:2:pf:1&frcectupt=true))
4242
- Encoder - ( Incremental 2400cpr [Ebay](https://www.ebay.com/itm/600P-R-Photoelectric-Incremental-Rotary-Encoder-5V-24V-AB-2-Phases-Shaft-6mm-New/173145939999?epid=19011022356&hash=item28504d601f:g:PZsAAOSwdx1aKQU-:rk:1:pf:1))
43-
- Arduino + BLDC motor driver
44-
- L6234 driver [Drotek](https://store-drotek.com/212-brushless-gimbal-controller-l6234.html), [Ebay](https://www.ebay.fr/itm/L6234-Breakout-Board-/153204519965)
43+
- Arduino + BLDC motor driver ( L6234 driver [Drotek](https://store-drotek.com/212-brushless-gimbal-controller-l6234.html), [Ebay](https://www.ebay.fr/itm/L6234-Breakout-Board-/153204519965))
4544

4645
Alternatively the library supports the arduino based gimbal controllers such as:
47-
- HMBGC V2.2 [Ebay](https://www.ebay.com/itm/HMBGC-V2-0-3-Axle-Gimbal-Controller-Control-Plate-Board-Module-with-Sensor/351497840990?hash=item51d6e7695e:g:BAsAAOSw0QFXBxrZ:rk:1:pf:1)
46+
- HMBGC V2.2 ([Ebay](https://www.ebay.com/itm/HMBGC-V2-0-3-Axle-Gimbal-Controller-Control-Plate-Board-Module-with-Sensor/351497840990?hash=item51d6e7695e:g:BAsAAOSw0QFXBxrZ:rk:1:pf:1))
4847

4948
# Using the library
50-
## Conneciton of encoder and motor
49+
## Conneciton of encoder and motor
5150

51+
### Arduino FOC Shield v1.1
52+
53+
54+
### Arduino UNO + L6234 breakout broad
55+
<p>
56+
<img src="extras/Images/arduino_connection.png" height="">
57+
</p>
58+
59+
### HMBGC V2.0
5260
<p>
53-
<img src="extras/Images/arduino_connection.png" height="400px">
54-
<img src="extras/Images/connection.jpg" height="400px">
61+
<img src="extras/Images/hmbgc_connection.png" height="400px">
5562
</p>
5663
To use HMBGC controller for vector control (FOC) you need to connect motor to one of the motor terminals and connect the Encoder. The shema of connection is shown on the figures above, I also took a (very bad) picture of my setup.
5764

0 commit comments

Comments
 (0)