Dan
Forum Replies Created
-
AuthorPosts
-
DanKeymaster
Good! I like people who keep things simple.
It’s good to be cautious. If you know the wire gauge going into the JST and the power transmitted, maybe you don’t need to solder at all? I don’t really follow your description. Maybe a drawing of what you want to do…
I can say that soldering to the first pins are tricky, we asked the supplier to put the leads on for us and paid a bit extra to avoid the headache.
DanKeymasterHi Kirk!
I’ve packaged the belts and the servo horn so it can ship right away. Your shipping address has not changed, correct?
There’s supposed to be a screw that nails the horn onto the servo. I’ve included one.
The parts list in the video is the *entire* list of parts, including every nut, bolt, zip tie, etc.
Thank you for pointing out it’s in the video, I’ve made a note to update the video and the packaging.DanKeymasterstep_count is the position on a given axis, in motor steps. for the third axis (servo) it’s the angle. So if your up angle is 90 and your down angle is 50, you can check those two values and change the light at that time.
The firmware does not currently care what angle you ask for. By that I mean it doesn’t know that 90 means up and 50 means down. You tell it to go and it sends the command to the servo and it’s job is done.
DanKeymasterI recall that every strip was replaceable without soldering (not permanently affix to each other). There must have been a connector of some kind. Probably 3 pin JST ?
We asked ourselves the amperage-per-wire question when designing the wall, because we worried it would melt the casing and start a fire.
I haven’t worked with them yet. Lately I’ve been using SK6812. Do you have a datasheet for the ws2813? I haven’t found one yet.
DanKeymasterGreat questions!
They look the same to me. Every odd numbered strip has a strip has a plug to go to a power connector, and the even numbered strips arrived with wires that go to nothing (and were ignored).
There are 8 wires in CAT5. AWG24 is rated 3.5A for “Chassis wiring”, which is for shorter leads. We use one pair of wires for each pair of strips so each half of a pair is carrying ~1.8A, a very safe amount. They weren’t even warm to the touch.
I hope to see video when you get it up and running – especially if you use the processing sketch to play a video off your laptop in real time.
DanKeymasterPlease describe the steps more clearly. I will try to copy your moves and see if the problem happens here. if it does happen here then I can work on a fix for everyone.
DanKeymasterWhen you connected was there any text in the log window at the bottom, or in log.html? If yes, what did it say?
DanKeymasterI appreciate it. Thanks!
I suspect the first point of failure will be the home limit switches.
DanKeymasterNO U
DanKeymasterwell… you could try this:
https://www.tindie.com/products/i-make-robots/sir-rampsalot/
I have a bunch in stock right now.
DanKeymasterYou are not a fool! I have failed to make it more clear from the get-go.
If you have an idea how to make it more clear, please let me know.you know Murphy’s Law, how you find the answer a second after you ask for help?
I’ve learned to suck it up and ask for help a lot, it feels a little embarrassing but it saves time 🙂 Abusing Murphy’s law for profit!DanKeymasterRAMPS and RUMBA can move many times faster and boards can be recycled later to make 3D printer. L293D shield isn’t good for much else.
@curt locey I’m not familiar with zyltech driver. link to specific item? photo of your setup?
DanKeymasterCool! Path generation for SPs is still a big challenge. I like your joystick solution, similar to
The new SP I made is good,
but it’s weaker than we’d planned. I need a version with 10:1 gearboxes so I can move 500N, which will counter both gravity and the human sitting on top.
DanKeymaster@harm it turns out my issues was simple – my usb cable was bad. I have the latest OSX and no problem connecting. Talking to people from Processing, Arduino, and JSSC (the library for connecting JAVA to serial ports) all have no problem. The issue is on your end.
I wish I could hibernate! Everything takes too long when I work alone.
DanKeymaster@clocey
download and unzip the Makelangelo.zip from here: https://www.marginallyclever.com/product/makelangelo-software/
Double click the JAR file.In some rare cases you may need to double click the “start windows” or “start osx” file.
DanKeymasterI am now able to reproduce the problem – a forced update to OSX now means I can’t see any serial ports from makelangelo software. I’m currently pinging every contact I have to find other developers with this issue and how they are dealing with it. More news as soon as I have it.
DanKeymasterUnfortunately you’ve used a continuous servo, which is not the same thing as a 180 servo.
DanKeymasterrotary stewart platform 2 code only works with stepper motors and the RUMBA control board. it will not work for an UNO and digital servos.
Robot Overlord stewart platform must first connect to a live robot, then “find home”, then other buttons will be active.
DanKeymasterThe AMS2 sheild has dedicated power terminal blocks. you will probably need 12v4a for each shield.
If I remember correctly the AMS2 cannot do more than 1.5a for each stepper? So you might cook the board.
To connect normal power supplies to a board I use https://www.marginallyclever.com/product/55×21-female-power-plug/DanKeymasterThe speed can be adjusted with gcode commands.
G0 X1 F50
means “go absolute X+1cm from the home position at a speed of 50.”
G0 X0 F100
would then return to the origin at twice the speed.
the commands can be written to a file and repeated as many times as you like.
I have not heard of anyone attempting to mount it sideways. I wouldn’t recommend it.
It’s an inspiring idea. I’d have to tweak the design to make that possible.DanKeymasterSuper cool! http://MarginallyClever.com would be plenty, thanks. I’d love to know more about your build challenges and how open source helped your project.
DanKeymasterhttp://reprap.org/wiki/Generation_6_Electronics
http://reprap.org/wiki/File:Gen_6_pins.pnglooks like a picture of the pins available on the gen6. Properly copied to the firmware you should be able to add a MOTHERBOARD_GEN6 with your board-specific settings. I don’t have a gen6 with which to test, but if you send a pull request once you’ve tested your change we’ll make sure the settings stay in future versions (updates from us won’t stomp on your additions)
DanKeymasterI’m sorry, I don’t build the code on linux and don’t have facilities to test it.
DanKeymasterwire has never worked for me. I tried by nylon and textile. maybe also check that the pulley is not slipping on the motor shaft. In the early days we used 3d printed pulleys and they would come loose very often.
DanKeymasterIf you have power the the board (yes) and no communications I would try a different USB cable. then I’d try a different port on my PC, just in case. If neither of those works then I’d inspect the RUMBA for physical damage of some kind.
-
AuthorPosts