Completed my Build! #57
mattYogi
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Thank you very much for the detailed instructions and software. I have finally completed my build. Very happy with the results.
I had some minor challenges along the way. Sharing those and my resolutions here in case it helps anyone else.
I also Auto Updated web pack config to be compatible with latest version
I had to update the port.on function in led_controller.js because the data event on a serial port doesn't guarantee that you'll receive an entire message in one chunk. The message might be split into smaller fragments. I was seeing that "a" and "ck" were being received in separate chunks causing the controller to resend commands.
I think the link to V wheels in BoM is incorrect (seems to point to the larger wheels). I purchased these instead.
I had some issues with magnetic interference on the WS2812 signal line. Moving this wire away from the Stepper motor wires seemed to have helped.
Beta Was this translation helpful? Give feedback.
All reactions