ArduMower Brushless Drive

Hi, am SPI wird nichts angeschlosssen. Der Messermotor von ACT wird wie folgt angeschlossen, U= gelb, V=grün und W=blau, Das glit auch für die HAL Anschlüsse. Beim HAL ist rot die + Spannung und schwarz - .
 
Schau hier wie es aussieht.
Ich habe noch die alten Motoren. Laufen auch gut.
Wer (Brushless) hat kann mal bitte seine Verkabellung posten
Guten Männertag
Hartmut
 

Anhänge

  • Screenshot_20210510-200833_Photos.jpg
    Screenshot_20210510-200833_Photos.jpg
    1,8 MB · Aufrufe: 89
Hello,

I have built an Ardomower last year and am very impressed. Fantastic work! I have some further needs (6400 m2 croquet lawn with green quality and a large garden) and am looking into building two mowers:

A) Reel mower for green grass (5 mm) using one John Deere ECut220 reel unit. 48V motors
B) A mower for normal grass but with three mower motors. 24V motors

I am rather new to electronics, but have been coding C# and some C++ for 15 years. Would be very glad for some help. I understand German well, but don’t write so well. I have ordered the BL board and DIY brushless driver from the shop. I have the PCB 1.3 with Adafruit M4 and will order the PCB 1.4 when available.

Brushless questions:

The John Deere cutting unit has a BLDC motor. See attached schematics. I am not entirely sure of the power, but according to specifications the alternator provides 25-30A depending on version and 48V. I assume 30A as peek power.

1. The specifications (attached) show motor input A, B, C and hall sensor output C-A, B-C, A-B. All drivers I have seen have U,V,W for both input and hall sensor output. In which order shall C-A, B-C and A-B be connected to a driver?

2. The specification show 12V VCC for the hall sensors. I tried with the ACT Motors 8015A driver (5V) to see if I could get the motor to rotate without load. I got a little vibration and then the driver burnt. Do I need a driver with 12V hall sensor feed? Where can I find a working driver which can work with the Ardumover BL board?

- Is the BL board using 0-5V or PWM for speed control?

3. I have ordered a few motors for testing and prototyping both mower A (48V 400W with wormgear for driving) and mower B (24V for mower and driver, 50-100W). What do I need to do to use the ACT Motors 8015A (and similar) with the BL board and Ardumower?

4. What is the best way to connect three mower motors to PCB 1.3 (or 1.4) (with BL drive motors also)?

Best,
Anton
 

Anhänge

  • 48CF0017-A038-43D8-A56F-7696C9351CBA.jpeg
    48CF0017-A038-43D8-A56F-7696C9351CBA.jpeg
    398 KB · Aufrufe: 37
  • BF47BED9-BDC3-48D0-BB46-977332B33890.jpeg
    BF47BED9-BDC3-48D0-BB46-977332B33890.jpeg
    442,7 KB · Aufrufe: 39
  • John_Deere_TM108519_Walk_Greens_Mower_220_E-Cut_Hybrid_Technical_Manual.pdf
    61,3 MB · Aufrufe: 3
Zuletzt bearbeitet:
Hello Anton;
I have done several tests with the ACT 8015A Controller and developed special Adapter for that. My first Version worked with the ACT driver.
But I can't say if this is working with the JD motor
1621814981617.png
 
Funktioniert eigentlich die besser ODO - Fahrt auch mit der anderen Platine und des BL-Motoren?
 
Hello Anton;
I have done several tests with the ACT 8015A Controller and developed special Adapter for that. My first Version worked with the ACT driver.
But I can't say if this is working with the JD motor
Anhang anzeigen 2177
Bernd,

The ACT controller is too small for the JohnDeere motor (48V, ca 30A). (I tried the ACT Controller and it burnt). I am not entirely sure of the specifications and have ordered a 4 channel oscilloscope to measure the motor with the existing JohnDeere controller. And then finding an appropriate new controller. Again, I am rather new to electronics and having a bit of learning to do.

The ACT Motors controller should be fine for the wheel motors however. 48V and 400W. I would be very happy to try out the controller you have built and for a suitable payment?

Best,
Anton
 
Anton my controller is working up to 8Amps only. If the ACT burns, it must be more than 40Amps the JD Motor needs. My design / controller can be modified with stronger MOSFETs, but this will cost several hundred euro to develop. So I think it is better you find a suitable controller in the internet or adapt the original JD controller.
 
Anton my controller is working up to 8Amps only. If the ACT burns, it must be more than 40Amps the JD Motor needs. My design / controller can be modified with stronger MOSFETs, but this will cost several hundred euro to develop. So I think it is better you find a suitable controller in the internet or adapt the original JD controller.
Of course, thanks. I will try to find a controller which have the same specifications as the ACT controller. So that I can use two ACT controllers for the wheel motors and one similar for the JD motor.

Does the Ardumower Brushless Adapter in the Marotronics shop work with the ACT controller? Is it PWM or 0-5V used for the AVI port on the ACT? Are there additional coding changes required for using ACT instead of the DIY Brushless driver?
 
No, ACT needes a special odomertie signal handling, I integrated on the grenn Brushless Adapter, shown in the Pic. PWM and other signals are identical.
 
Hallo,

Ich suche verzweifelt nach der Pin Belegung des Brushless adapter pcb. Zumindest die für das Flachbandkabel.

Dies soll bei mir an den JYQD Treiber dran16227263682444875478022770461455.jpg16227263682444875478022770461455.jpg
 
Hi.
@BerndS
MotorBRK : I suppose it' s motor brake but how did you manage this in the code and is it safe for driver on big motor ?
MotorAVI : What is it ?

For Odometry how is it manage Did you rebuild the ticks using the HAL BL motor or do we need a full odometry kit mount in the motor ?

Thanks .
 
Hi @bernard,
yes MotorBRK is the brake, but this is not supported by the PCB1.x. MotorAVI are the HAL Ticks provided by the DRV8308. This is the Signal I send to the Odo Divider on PCB1.x. The act. Boards is limited to 3.5A and max32V. If you want to user more powerful motors you have to change e.g main fuse current limiter resistor. The MOSFETs can provide 8A / 15A pik.
You can use this signal directly (5V TTL Level) but then you do not have the current measurement. This IC is on the adapter board.
But I'm just working on a CAN controller for the driver, to manages the driver via CAN-Bus. HW for CAN is running already SW takes a while.....
 
In the "Ardumower 2021 brushless kit" there are 3 motor drives. 2 with 1500uF and one with 2200uF capasitor. Is the SW/FW on these the same, so I can change the capasitor and the connection plugs, they can fuction as spare for each other?
 
Oben