Category Archives: Iron-DR

Code name Iron-DR – Part 2 – The Brushless Motor Controllers

 

Brushless motor and controller

So I had sourced the relatively cheap motor / wheel assemblies from eBay, originally  used for those hover boards. The next issue was controlling them, I could easily make my own controller but I would want it to look good so would want a professional PCB made, which is all fine, i’m a design engineer I can do all that, but the cost soon adds up. So off to eBay again, sorry, and I run across some controller boards that cost around £7 have a voltage of 12 to 36 Volts and are said to handle 500 Watts if you put a heatsink on them. So I order a couple, a few weeks pass and they arrive from China, in the typical way with very lacking documentation, well none in fact just a jiffy bag and the boards. So I look over some other suppliers of the same board and find the pin outs. So I have some pins I need to pull high / low to choose direction and enable the motor then I have a variable voltage input (0-5 Volts) for the speed. RC network to the rescue coupled with the PWM output on an Arduino, bingo variable voltage output from a Micro controller. There is also a pulse counter output, I have not played with this, but should be useful to give an indication as to how much the motor has moved.

Motor Controllers Mounted

Anyways, I hookup one of the motors on the bench, start off with a pot to change the speed of the motor, all works great, nice and easy. so I start to mount all these bit up on some old copper clad board I had laying around, all the motor controls sit nicely in between the motors, Will clean up the wiring later. Next I start writing the Arduino code, start off simple and get one side working, first with a taranis remote control and then with serial data from a PC, no problem, then I pretty much copy the code I have written to control the extra motor controller. fire her up and one side works great the other side is anything but controlled, seemingly doing whatever it wants, strange, so double check wiring. All seems to be fine, start double checking code, all seems to be in order too. so I pull the motor controller board off and stick on a spare motor I have, it works as i expect, really strange, so I stick back in the robot, try again, its does not want to play, so with a bit of head scratching I think to myself its late will pick it up again tomorrow.

So next day I double check everything again, all in order, I even write some really simple code to make the other side work. But still no play.  So I admit defeat I pull the controller out again and try it on the bench, oh I see now, wont work on the bench with the spare motor either now, so a little more messing and it seems it just likes to do random things, sometimes works sometimes doesn’t, maybe its got different firmware of maybe its just got hit by static, in any case I order two more of the controllers, which have arrived now, but I’ve not had time to fit on in.  So I will post again about my adventures with these controllers, but at the moment its a 50/50 chance of the them working, I will give credit to one that does work though, its a great cheap large brushless motor controller when hooked up to the Arduino.

DC 12V-36V 500W Brushless Motor Controller Hall Balanced Car Driver Board U5Y

Code name Iron-DR – Part 1 – The Bits

So as some of you may know, I have been in to electronics, mechanics and all things relating to robotics since an early age. My later life has taken me on some great adventures and I now have a wonderful family but this has also taken me away from where I started, where my roots are, the building, inventing, tinkering that is robotics.

So over the last couple of years I have been collecting parts, from bits out of skips to cheap parts off ebay and amazon, all gradually building up an idea in my mind as to how and what this robot will do and what it will look like, although the later i’m still not sure about.

So it started with some PTZ motors i got out a skip, thinking hmm these would make great super heavy duty servos , these are unstoppable by hand on even a 12 Volt supply and they are rated at 24 Volt. They also have built in limit switches and potentiometers, so coupled to an Arduino and a bit of code I now have one large, 2 degree of freedom servo, great stuff.

Dennard 2000 PTZ motor housings
Dennard 2000 PTZ – the insides

These PTZ housings are probably one the best scores I have ever had from a skip, although they were coated in a thick layer of aluminium oxide from having spent their life out side on the side of roads, damn you road gritters.

So next I needed something to drive this thing along. I thought long and hard, searched everywhere but still have never found a reliable solution at a low cost to make tank tracks, that’s what I would really like, by the way I get a kick out of recycling things, you might of guessed I don’t often pay for things  when building robots. So tank tracks aside, everyone has started buying hover boards, although they don’t hover, they are a great source of large brushless motors, with no need for gearing and incredibly good power output to consumption, ebay it is, and a week or so later a box with 4 of then in arrives, quoted as being 500 Watts each, that will do the job!

500 Watt Brushless Motor with hall feedback

Other bits collected, from skips, lithium battery packs from laptops and electric bicycles, check out the other blogs here to see about building up the battery packs for this project.

I was also able to score the below aluminum bars, which are great as they had loads of fitting attachments on them and makes things really easy to make, did I mention its aluminum and looks cool, lol.

anyways that’s all for now, part 2 will be soon.