Grab your Black Friday 10% off code: ROBOT2025
Hiwonder HX-35H Serial Bus High Voltage Servo with Double Shaft, 35KG Strong Torque and Data Feedback Function
- User-friendly ports
- High precision and strong torque
- Support temperature, voltage and position feedback
- Support two working modes: servo mode and gear motor mode
- Provide 51, Arduino, STM32, Raspberry Pi source code
Questions & Answers
Have a Question?
-
One of the data feedback is 'voltage' . What voltage it is ? Is it same as input voltage ? Does this voltage has any relationship with the load servo is bearing ?
Hi there! This voltage is the same as the input voltage. This voltage is related to the load on the servo bearing; within the servo motor voltage range: 9~12.6V, the higher the voltage, the greater the load.
-
When the servo is currently in the middle of execution of a previously sent command, can I send a new command without affecting the current operation? For example, let's say I previously sent a SERVO_MOVE_TIME_WRITE command to the servo to go to a position of 120 degrees in 10 seconds. And then, 2 seconds later (when the servo is still rotating), I send another command SERVO_MOVE_TIME_WAIT_WRITE to the servo but NOT actually start the move. Will this command affect the current servo rotation? Or will it only affect the servo rotation after I send the SERVO_MOVE_START command?
In a task, sending a new control instruction will impact the progress of the current instruction, either interrupting it and reporting an error, or executing the new instruction.








