-
Determine the best type of motor and actuation arrangement.
- What is the most suitable type of motor to use? Servo/stepper/bldc?
- If you pick a servo, should it be position or continuous type?
- wh…
-
Hi,
when launching the code, motors kick a lot for a short moment. After that everything works flawlessly. Have anyone experienced such behavior?
-
Is it possible to include the field weakening code from https://github.com/larsmm/hoverboard-firmware-hack-bbcar to increase the top speed of the hoverboard.
Because this projects re-integrates th…
-
I have a suspicion that #63 is still a problem, but it's on the sending side, not the receiver - dumping out the raw bytes using an interrupt (so no buffers fill up on my side) the last 3 bytes are mi…
-
Hello there,
I've just started to use canopen. I have a device (a drive controller for a BLDC motor) declared to be canopen. However so far I've got no EDS or Device configuration file. I have an ext…
-
I would like to learn how to utilize the DMA feature of the STM32F103 to reduce the number of interrupts needed to handle an incoming text stream from a GPS receiver. I'm getting approx 6,000 charact…
-
Hi!
First, thanks for the well detailed and coherent information, it will be of great use to me (:
Just making sure I understand correctly - the Serial 1-Wire protocol is exactly the same as the B…
-
Comments phail:
* Why different base commands if Message is unsolicited or a response? Or do you just want to use one bit of the base command to flag it as a response? If so, I think it would be good…
-
Hi, Im struggling a little to understand how to communicate with the board via serial.
Could you describe the wiring diagram for serial control, ie what pins I should use on the control board. Im pl…
-
Hi Benjamin,
Since FW3.40, COMM_GET_VALUES full packet became 64 bytes long.
That breaks the compatibility with Arduino since the default buffer is 64 (SERIAL_RX_BUFFER_SIZE) and can store only 63…