Может кто подскажет или даст ссылку на то, как включить модуль из 4х реле BTE13-004 к Ардуино UNO.
Там всё просто подаёте 5v 2 провода и 4 провода к любым свободным ножкам Ардуино UNO какие не задействованы....
И описываете свои подключения в файле rotator_pins.h
Строки:
/* azimuth pins --------------------- (use just the azimuth pins for an azimuth-only rotator) */
#define rotate_cw 6 // goes high to activate rotator R (CW) rotation - pin 1 on Yaesu connector
#define rotate_ccw 7 // goes high to activate rotator L (CCW) rotation - pin 2 on Yaesu connector
/*----------- elevation pins --------------*/
#ifdef FEATURE_ELEVATION_CONTROL
#define rotate_up 8 // goes high to activate rotator elevation up
#define rotate_down 9 // goes high to activate rotator elevation down
Вместо цифирок 6,7,8,9 пишите свои.....