to convert a current source to a voltage source I used a voltage follower OPAMP that would not consume current so if that current was redirected through a Resistance then this Resistance would generate the requiered voltage for my signal
When routing the OPAMPS make sure to pick the right pins (this ones are dedicated) you can find them on the Pioneer Kit Guide (apendixes.- Pin layout)
The commands requiered on the firmware are this ones:
->Initialization
IDACP_Start();
IDACP_SetValue(motP);//67
OpampP_Start();
///IDAC YAW
IDACY_Start();
IDACY_SetValue(motY);//118
OpampY_Start();
Command (Change value)
IDACY_SetValue(motY);//118
IDACP_SetValue(motP);//67
this project will be part of a twin rotor control system once It's finished I'll try to post some info about it. for those who havent heard of it it is some how a helicopter fixed on a hinge and the goal of the project is to create a control system that can work with multiple input sensors and finally stabilize the helicopter automatically.In order