Adding 4 Powerfunctions motors and/or 4 NXT/EV3 motors
Posted: 18 Jan 2015, 01:58
Hi,
At the beginning I just wanted to add power function motors to my newly bought EV3 set in order to move the arms of the Ev3rstorm.
Then I was disappointed that I can not easily link my NXT and my EV3.
So I have made two atmega328 based board to drive this !
First board to drive 4 powerfunctions motor with speed and direction using one ev3 sensor port ( bonus : 4 analog input ) :
then I made a second board based on an atmega328 to drive a RS011MC card (4 DC motor driver ) to drive 3 NXT/EV3 motors :
One sensor port used on the EV3 to drive two atmega328 with I2C.
The two atmega328 are burned with arduino bootloader so it's easier to manage.
Sketch are not ready but are coming !
I can manage 4 PF motors with speed and 3 NXT/EV3 motors with rotary encoders and speed.
I hope this will help someone else.
At the beginning I just wanted to add power function motors to my newly bought EV3 set in order to move the arms of the Ev3rstorm.
Then I was disappointed that I can not easily link my NXT and my EV3.
So I have made two atmega328 based board to drive this !
First board to drive 4 powerfunctions motor with speed and direction using one ev3 sensor port ( bonus : 4 analog input ) :
then I made a second board based on an atmega328 to drive a RS011MC card (4 DC motor driver ) to drive 3 NXT/EV3 motors :
One sensor port used on the EV3 to drive two atmega328 with I2C.
The two atmega328 are burned with arduino bootloader so it's easier to manage.
Sketch are not ready but are coming !
I can manage 4 PF motors with speed and 3 NXT/EV3 motors with rotary encoders and speed.
I hope this will help someone else.