Find Jobs
Hire Freelancers

Arduino programming -- 2

kr192-1600 SEK

Cancelado
Publicado hace casi 6 años

kr192-1600 SEK

Pagado a la entrega
Program cnc arduino. I want help to program a movable xy table. I have tried to google to find similar code and use copy paste I have no programming skills. However time is running away and I am stuck in project. My client have a sushi robot. This machine dropping about 35 pices of nigiri(riceballs)per minute. 1 person is lifting these Nigiri and placing them in lines on a tray. very simple repetive task. On this tray worker make 12 lines with 5 Nigiri in every line. So the table movement is Y -axis about 5cm steps repeated 5 times) then x axis should move 2-3 cm repeted 12 times with some spacings between lines. When full tray stop. I have built a xy table under the sushi machine and need help to have program correctly move this table for positioning the dropping nigiri in place in tray. I found and modifyed a code that almost works. (added below short version) I mecanically tried to sort out the different travel distance for x axis and y by using different leadscrews. Then I have speed problem and non smooth movement instead. So code needs separation for x and y. hardware that I use. * arduino uno * cnc shield version 3.0 with a4988 drivers * Nema 17 motor 42BYGH 1.5A (17HS4401) * 4 pices 3 pin end stop switches Standard Leadscrew 8 mm m8 screw Extra sensor for possible cycle start stop input. * Reflective Photoelectric 3pin IR Infrared Obstacle Avoidance Sensor Module for arduino) This code below almost works. The problem with this code is I want to be able decide the x steps and Y steps separately. Example y axis 20400 steps and x - axis 10 000 steps. ..................................................................................................... #define EN 8 //Direction pin #define X_DIR 5 #define Y_DIR 6 //Step pin #define X_STP 2 #define Y_STP 3 //DRV8825 int delayTime=30; //Delay between each pause (uS) int stps=20400;// Steps to move void step(boolean dir, byte dirPin, byte stepperPin, int steps) { digitalWrite(dirPin, dir); delay(1000); for (int i = 0; i < steps; i++) { digitalWrite(stepperPin, HIGH); delayMicroseconds(delayTime); digitalWrite(stepperPin, LOW); delayMicroseconds(delayTime); } } void setup(){ pinMode(X_DIR, OUTPUT); pinMode(X_STP, OUTPUT); pinMode(Y_DIR, OUTPUT); pinMode(Y_STP, OUTPUT); pinMode(EN, OUTPUT); digitalWrite(EN, LOW); } void loop(){ step(false, X_DIR, X_STP, stps); // Rad nr +1 step(false, X_DIR, X_STP, stps); // Rad nr +2 step(false, X_DIR, X_STP, stps); // Rad nr +3 step(false, X_DIR, X_STP, stps); // Rad nr +4 step(false, X_DIR, X_STP, stps); //Rad nr +5 step(false, Y_DIR, Y_STP, stps); // Radbyte nr +1 step(false, Y_DIR, Y_STP, stps); // Radbyte nr +1 step(false, Y_DIR, Y_STP, stps); // Radbyte nr +1 step(true, X_DIR, X_STP, stps); // Rad nr -6 step(true, X_DIR, X_STP, stps); // Rad nr -7 step(true, X_DIR, X_STP, stps); // Rad nr -8 step(true, X_DIR, X_STP, stps); // Rad nr -9 step(true, X_DIR, X_STP, stps); // Rad nr -10 step(false, Y_DIR, Y_STP, stps); // RADBYTE NR +2 step(false, Y_DIR, Y_STP, stps); // RADBYTE NR +2 step(false, Y_DIR, Y_STP, stps); // RADBYTE NR +2 // I cut away some cycles of same info here is delay(10000); step(false, X_DIR, X_STP, stps); // Rad nr +1 step(false, X_DIR, X_STP, stps); // Rad nr +2 step(false, X_DIR, X_STP, stps); // Rad nr +3 step(false, X_DIR, X_STP, stps); // Rad nr +4 step(false, X_DIR, X_STP, stps); //Rad nr +5 step(true, Y_DIR, Y_STP, stps); // Radbyte nr +1 step(true, Y_DIR, Y_STP, stps); // Radbyte nr +1 step(true, Y_DIR, Y_STP, stps); // Radbyte nr +1 step(true, X_DIR, X_STP, stps); // Rad nr -6 step(true, X_DIR, X_STP, stps); // Rad nr -7 step(true, X_DIR, X_STP, stps); // Rad nr -8 step(true, X_DIR, X_STP, stps); // Rad nr -9 step(true, X_DIR, X_STP, stps); // Rad nr -10 step(true, Y_DIR, Y_STP, stps); // RADBYTE NR +2 step(true, Y_DIR, Y_STP, stps); // RADBYTE NR +2 step(true, Y_DIR, Y_STP, stps); // RADBYTE NR +2 delay(10000); // replace full Nigir tray. }
ID del proyecto: 17285570

Información sobre el proyecto

6 propuestas
Proyecto remoto
Activo hace 6 años

¿Buscas ganar dinero?

Beneficios de presentar ofertas en Freelancer

Fija tu plazo y presupuesto
Cobra por tu trabajo
Describe tu propuesta
Es gratis registrarse y presentar ofertas en los trabajos
6 freelancers están ofertando un promedio de kr1.342 SEK por este trabajo
Avatar del usuario
I have read your project details and I understand what you are trying to do. Please contact me so that we can go through the details of your job.
kr2.444 SEK en 3 días
4,8 (41 comentarios)
6,2
6,2
Avatar del usuario
yes buddy,,,How r u?Its me Imad, Have done 200+ projects regarding Arduino, CNC and control. U will feel brotherhood.............................
kr192 SEK en 3 días
4,5 (9 comentarios)
2,5
2,5
Avatar del usuario
Hi there, I have strong experience on electronics and embedded software. I finished my electronics classes with 4.0GPA in USA. I also completed many projects. Since I moved from US a month ago you are not going to have to deal with bad English and/or bad communication skills. I will be working for you with very low rates because I am currently building up my freelancer.com profile and references. Just contact me and we can talk about details. Looking forward to hear from you soon. Burak
kr1.555 SEK en 3 días
0,0 (0 comentarios)
0,0
0,0
Avatar del usuario
i'm software engieneer i'm so intersting to help you with your project I have many projects based on arduino like Smart meter, smart home using many sensors humidity, temperature,motion,tft touch screen,lcd. and iot emergancy robots which stream video and audio to Web server from anywhere
kr1.200 SEK en 1 día
0,0 (0 comentarios)
0,0
0,0
Avatar del usuario
Hi, May I have the opportunity to work on this project. I am an adept arduino programmer. Welcome to have an interview session to start with. Regards, NG Services
kr1.666 SEK en 7 días
0,0 (0 comentarios)
0,0
0,0

Sobre este cliente

Bandera de SWEDEN
Brunflo, Sweden
0,0
0
Forma de pago verificada
Miembro desde mar 13, 2017

Verificación del cliente

¡Gracias! Te hemos enviado un enlace para reclamar tu crédito gratuito.
Algo salió mal al enviar tu correo electrónico. Por favor, intenta de nuevo.
Usuarios registrados Total de empleos publicados
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
Cargando visualización previa
Permiso concedido para Geolocalización.
Tu sesión de acceso ha expirado y has sido desconectado. Por favor, inica sesión nuevamente.