Coder Social home page Coder Social logo

Comments (5)

alkhlama avatar alkhlama commented on July 28, 2024 1

Thank you a lot it work now after I change the "FIRMWARE PATH"
I highly appreciated you support

from farmbot-arduino-firmware.

RickCarlino avatar RickCarlino commented on July 28, 2024

UPDATE: These instructions might not be relevant. See the next reply for more information.

@alkhlama This is a very difficult task and it would be easier to just use a supported board, such as RAMPS. I have never worked with the MKS GEN 1.4 before and do not have plans to add support for it, since our main focus is supporting users of official kits.

If you wanted to do this, you would need to:

  • Write a GCode interpreter for the target platform that is compatible with the FarmBot firmware GCode spec (see README.md)
  • Create a *.hex file for the firmware.
  • Put the firmware blob onto the SD card as custom.hex.
  • Change the device firmware path in the advanced settings menu (/dev/ttyUSB0, /dev/ttyACM0, etc...)
  • Reboot the device.

It's important to note that adding support for arbitrary controller boards is possible, but it is not a goal of the project.

from farmbot-arduino-firmware.

RickCarlino avatar RickCarlino commented on July 28, 2024

Quick update: I was not aware that the MKS v1.4 is RAMPS compatible. If that is the case, you most likely need to just change your "FIRMWARE PATH" after enabling "ADVANCED SETTINGS":

image
image

from farmbot-arduino-firmware.

alkhlama avatar alkhlama commented on July 28, 2024

from farmbot-arduino-firmware.

RickCarlino avatar RickCarlino commented on July 28, 2024

@alkhlama For general discussion, please see the FarmBot forum. We use Github for the discussion of specific developer-focused software problems and the main issue in this thread has already been solved/closed.

Can I change the farmbot from Cartesian to Polar Representation

You would need to change most aspects of the FarmBot software stack (firmware, FBOS, Web App, possibly API).

Some people have attempted this as a research project: https://digitalcommons.calpoly.edu/imesp/205/

I am not aware of any working, production-ready polar FarmBot systems in operation.

how we can increase the speed of the robot

You can increase the step count, but this comes at the cost of increasing the likelihood of a stall. Higher speeds mean you need straighter rails that are less tolerant of variation. If you notice that the device's movements are no longer reliable, that may be a sign that you set the speed too high.

Please see the official documentation for more information.

from farmbot-arduino-firmware.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.