Dan

Forum Replies Created

Viewing 25 posts - 676 through 700 (of 1,021 total)
  • Author
    Posts
  • in reply to: Makelangelo 3.2 kit received, but parts missing? #13124
    Dan
    Keymaster

    Hi 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.

    Dan
    Keymaster

    step_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.

    in reply to: Jumbotron LED Display Questions #13107
    Dan
    Keymaster

    I 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.

    in reply to: Jumbotron LED Display Questions #13099
    Dan
    Keymaster

    Great 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.

    in reply to: Software settings issue #13090
    Dan
    Keymaster

    Please 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.

    in reply to: Software Installation? #13051
    Dan
    Keymaster

    When you connected was there any text in the log window at the bottom, or in log.html? If yes, what did it say?

    in reply to: Thank you, and a new Stewart Platfom #13027
    Dan
    Keymaster

    I appreciate it. Thanks!

    I suspect the first point of failure will be the home limit switches.

    in reply to: In the News- Line Art Drawing? Wired Magazine #13004
    Dan
    Keymaster

    NO U

    in reply to: Software Installation? #13003
    Dan
    Keymaster

    well… you could try this:

    https://www.tindie.com/products/i-make-robots/sir-rampsalot/

    I have a bunch in stock right now.

    in reply to: Software Installation? #13000
    Dan
    Keymaster

    You 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!

    in reply to: Makelangelo on Arduino Uno #12999
    Dan
    Keymaster

    RAMPS 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?

    in reply to: Thank you, and a new Stewart Platfom #12979
    Dan
    Keymaster

    Cool! 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.

    in reply to: USB/Connect #12962
    Dan
    Keymaster

    @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.

    in reply to: Software Installation? #12961
    Dan
    Keymaster

    @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.

    in reply to: USB/Connect #12921
    Dan
    Keymaster

    I 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.

    in reply to: Makelangel 5 – Pen lifter – tuning? #12918
    Dan
    Keymaster

    Unfortunately you’ve used a continuous servo, which is not the same thing as a 180 servo.

    in reply to: Stewart platform for school #12916
    Dan
    Keymaster

    rotary 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.

    in reply to: Earthquake Simulator/ Shake Table #12915
    Dan
    Keymaster

    The 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/

    in reply to: Stewart platform project #12914
    Dan
    Keymaster

    The 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.

    in reply to: Thank you, and a new Stewart Platfom #12913
    Dan
    Keymaster

    Super 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.

    in reply to: Firmware with a Gen 6 Board #12905
    Dan
    Keymaster

    http://reprap.org/wiki/Generation_6_Electronics
    http://reprap.org/wiki/File:Gen_6_pins.png

    looks 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)

    in reply to: GcodeSender on Linux (Fedora 24) No Serial Ports #12904
    Dan
    Keymaster

    I’m sorry, I don’t build the code on linux and don’t have facilities to test it.

    in reply to: Makelangelo software "cache" ? #12903
    Dan
    Keymaster

    wire 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.

    in reply to: issue connecting after installation #12902
    Dan
    Keymaster

    If 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.

    in reply to: Incomplete Drawings #12901
    Dan
    Keymaster

    on a makelangelo 5 there should be a “find home” and no “set home” button.

    – pressing find home, wait for the robot to complete
    – press the Border button, which should drive the pen around the border of the paper. Now you know where to put the paper, or confirm the paper is in the right spot before starting a drawing.

    Your PC saves details about the machine which it uses to create instructions for drawings. All Makelangelo 5s are the same size. Have you also used an earlier model on the same PC? If yes, check that the machine number matches your Makelangelo 5’s unique number when you generate pictures to save to the SD card. Creating pictures for a big M3 machine and running them on an M5 might produce the kind of results you’re seeing.

    Having said that, an image of what you expect and what you are getting might give more hints about the issue.

Viewing 25 posts - 676 through 700 (of 1,021 total)