Hi Guys,
i'm building a bf109 simpit and want to get the speed indicator working. For that i bought a x27.168 stepper motor. First of all my hardware setup:
- Arduino uno 3
- X27.168 stpper motor
- Easy driver
How do i wire it? Do i need the easy driver or is it possible to connect the stepper directly to the Arduino? Found some information on the internet and saw also the topic from Johan but thats all beyond my knowledge. I'm a beginner at this stuff.
What Arduino Code can I use? I found this one on DCS Bios
void onAirspeedValueChange(unsigned int newValue) { /* your code here */}DcsBios::IntegerBuffer airspeedValueBuffer(0x4292, 0xffff, 0, onAirspeedValueChange);
Doesn't it need to define the pins i'm connecting the stepper/easy driver with?
Thanks in advance for you help
Freddy