Find Jobs
Hire Freelancers

Arduino programming -- 2

kr192-1600 SEK

Annullato
Pubblicato quasi 6 anni fa

kr192-1600 SEK

Pagato al completamento
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. }
Rif. progetto: 17285570

Info sul progetto

6 proposte
Progetto a distanza
Attivo 6 anni fa

Hai voglia di guadagnare un po'?

I vantaggi delle offerte su Freelancer

Imposta il tuo budget e le scadenze
Fatti pagare per il lavoro svolto
Delinea la tua proposta
La registrazione e le offerte sui lavori sono gratuite
6 freelance hanno fatto un'offerta media di kr1.342 SEK
Avatar dell'utente
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 in 3 giorni
4,8 (41 valutazioni)
6,2
6,2
Avatar dell'utente
yes buddy,,,How r u?Its me Imad, Have done 200+ projects regarding Arduino, CNC and control. U will feel brotherhood.............................
kr192 SEK in 3 giorni
4,5 (9 valutazioni)
2,5
2,5
Avatar dell'utente
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 in 3 giorni
0,0 (0 valutazioni)
0,0
0,0
Avatar dell'utente
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 in 1 giorno
0,0 (0 valutazioni)
0,0
0,0
Avatar dell'utente
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 in 7 giorni
0,0 (0 valutazioni)
0,0
0,0

Info sul cliente

Bandiera: SWEDEN
Brunflo, Sweden
0,0
0
Metodo di pagamento verificato
Membro dal mar 13, 2017

Verifica del cliente

Grazie! Ti abbiamo inviato tramite email il link per richiedere il tuo bonus gratuito.
Non è stato possibile inviarti l'email. Riprova per piacere.
di utenti registrati di lavori pubblicati
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
Caricamento anteprima
Autorizzazione per la geolocalizzazione concessa.
La tua sessione è scaduta ed è stato effettuato il log out. Accedi nuovamente per piacere.