k3ng_rotator_controller icon indicating copy to clipboard operation
k3ng_rotator_controller copied to clipboard

K3NG Arduino Amateur Radio Rotator Controller

Results 72 k3ng_rotator_controller issues
Sort by recently updated
recently updated
newest added

Hello, Has anyone on the team looked at the Briter absolute encoder? This 10 bit absolute encoder costs less than $40. [005-RS485Analog-Briterencoder-Singleturn-Absolute-Encoder-Manual-V202408.pdf](https://github.com/user-attachments/files/19911500/005-RS485Analog-Briterencoder-Singleturn-Absolute-Encoder-Manual-V202408.pdf) 73 - Paul - W2HRO

Error in the file k3ng_rotator_controller.ino: ``` // Set calibration offset. See HMC5883L_calibration.ino compass.setOffset(0, 0 ); ``` Correct: ``` // Set calibration offset. See HMC5883L_calibration.ino compass.setOffset(0, 0, 0 ); ``` Please...