Тёмный
No video :(

Toy Picker Robot using Arduino and Rapsberry Pi 

Francisco Garcia
Подписаться 414
Просмотров 57 тыс.
50% 1

Опубликовано:

 

27 авг 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 76   
@gk780
@gk780 4 года назад
Picker robot can be useful with farmbot.
@weirdsciencetv4999
@weirdsciencetv4999 3 года назад
Nicely done!!
@urdu600
@urdu600 4 года назад
nice job
@ParsMaker
@ParsMaker 3 года назад
nice work
@chetanarora1442
@chetanarora1442 2 года назад
Which step would be changing if my frames do not match with yours?
@schnitzelschnizel9448
@schnitzelschnizel9448 Год назад
Is it cheap enough to where you can make this robot arm and hand and make it be an Android Robotic Arm and Hand Chalkboard?
@syedadnan9142
@syedadnan9142 2 года назад
i want code can you give me
@rihabbouzidi2165
@rihabbouzidi2165 3 года назад
Hello I would to know how to communicate rassberry pi with arduino to detect and take object !!!
@jeffinsvarghese8907
@jeffinsvarghese8907 3 года назад
is there any way to contact you? I mailed you…no response… We are trying to replicate the project that you did but we have some doubt relating to it. 1: Is there any changes to be done on the code if we reduce the length of x axis from 1 mtr to 60 cm… 2: Can I use 15kg cm servo instead of 20 Kg cm servo…
@jeffinsvarghese8907
@jeffinsvarghese8907 3 года назад
it worked......thanks @ paco Garcia for making such an awsone project?..
@lucdinh8312
@lucdinh8312 3 года назад
@@jeffinsvarghese8907 I like to ask you some questions, can you help me. Can you leave me your email
@davemonib8009
@davemonib8009 6 месяцев назад
what the code of programming this robot i need this
@sinclair1082
@sinclair1082 4 года назад
Great work! Actually i am currently searching for a robotic arm for my thesis project with is a easte segregator, would this work?
@pacogarcia3
@pacogarcia3 4 года назад
Get in touch through my site fdxlabs.com I have a new version and I can help
@jeffinsvarghese8907
@jeffinsvarghese8907 3 года назад
Did you finish it…
@mastermoarman
@mastermoarman 5 лет назад
This is cool. Can it be programmed to detect which way is foward on the object?
@agrimechatronic4114
@agrimechatronic4114 2 года назад
Hello.First of all thanks a lot for these great tutorials.I need help.I am doing object detection and I have 1 question.What if 2 objects are in same window.I mean 2 blue things are in same window. In which one will motors go? Can we do a filter for them for ex: go at the nearest one, wait x seconds and go to the second one.I asked these because i will burn detected objects and I need any filter.Can you help me? Thanks a lot.
@jithin000
@jithin000 4 года назад
soo cool
@hanzmarin4655
@hanzmarin4655 3 года назад
Where is the camera located?
@tszulpinedo757
@tszulpinedo757 3 года назад
Está bien hermoso... 😍
@TheLordbruh
@TheLordbruh 4 года назад
Hello I would to know how to increase the capacity of the robot to handle like 1 - 2kg load. Can you help me?
@pacogarcia3
@pacogarcia3 4 года назад
It would require stronger motors or gears, as well as a reinforce arm structure. Would require significant change.
@idrauqir
@idrauqir 2 года назад
On a simpler note.. replace plastic with metal, and servo with bigger servos. Or at this point... Stepper motors offer WAYY higher torque than big servos at a better cost. so would need to replace servos with Steppers like Geared Nema-17 or bigger, and make changes to the arduino code to convert serial data to the respective G-code.
@mrf.1683
@mrf.1683 Год назад
Good evening, is this channel still alive?
@nguyenquanghuy5577
@nguyenquanghuy5577 4 года назад
hello. I run main.py. And after a few sec, it go error with this messenge: SerialException: read failed: device reports readiness to read but returned no data (device disconnected or multiple access on port?) Is that the code error or my arduino broken. Could you help me? Thanks you.
@nguyenquanghuy5577
@nguyenquanghuy5577 4 года назад
I fix it. Thanks you.
@ngochoapham1148
@ngochoapham1148 4 года назад
@@nguyenquanghuy5577 hello bro .-., can i ask you some questions
@nguyenquanghuy5577
@nguyenquanghuy5577 4 года назад
@@ngochoapham1148 yeah?
@jeffinsvarghese8907
@jeffinsvarghese8907 3 года назад
hai did you make this project?
@lucdinh8312
@lucdinh8312 3 года назад
@@nguyenquanghuy5577 have you build this yet, can you help me with the dimension of the frame
@elsonsajan1270
@elsonsajan1270 4 года назад
how did you interface the Raspberry Pi with Arduino for *''sending the G-code for the servo motors'*'? how is the real-time sending of the G-code happening? I'm clueless at that part...it would be a big help, if you helped out by explaining that part of your project :):):)
@pacogarcia3
@pacogarcia3 4 года назад
Via the serial interface of Arduino. The raspberry pi send X,Y,Z coordinates and command and the calculations happen in the Arduino module
@idrauqir
@idrauqir 2 года назад
there is no "G-code", When you are working with servos, they are made to turn from 0 to 180 degrees. With variable resolution... so you only supply the degrees that the motor has to turn, Like 130.5 or 23 or 180. the Arduino function that is used to run a servo, the standard Library function takes argument for the angle to turn and the speed how fast you want it to be. So... NO G-Code.
@idrauqir
@idrauqir 2 года назад
Also as Paco said.. (I know its been a year but still If I'm relevant), the Pi sends the coordinate and the Arduino calculates the angles by Hard-Coded trigonometry. it basically calculates the angles of the arms and those are supplied to the respective servos.
@httran4405
@httran4405 3 года назад
how to you match the robot frame with camera frame?
@idrauqir
@idrauqir 2 года назад
calibration before starting the picking. Define a ZERO spot in robot's working envelop and overlap it with the camera frame. Or ask the robot to visit the (0,0) spot and mark that on board. Then make sure that square is in frame at the right spot.
@FaisalSharifShamsi
@FaisalSharifShamsi 2 года назад
Great
@keithbacalso9433
@keithbacalso9433 5 лет назад
Hi Paco great work there, but does this work on picking up plants when they're finish harvesting ?
@tedzbug07
@tedzbug07 5 лет назад
Of course!
@justtestingonce
@justtestingonce 4 года назад
Check out farmbot, it’s opensource
@jeffinsvarghese8907
@jeffinsvarghese8907 3 года назад
@@tedzbug07 did you do this project?
@vjpanda
@vjpanda 4 года назад
Hi Paco, I have found the new Camera Matrix, But I need to Know Ho you have caluculated the X_Center , Y_Center, Z_Center I understand U measured distance from the camera of lens to the point, Please Help for World Point manual Coordinates
@pacogarcia3
@pacogarcia3 4 года назад
These X and Y are described in the camera matrix. You need to locate that X,Y point manually in your image/real world, then measure Z at that point
@vjpanda
@vjpanda 4 года назад
@@pacogarcia3 so, Cx,& Cy , are the image pixels for Center right , and fx and fy, are X_Centre and Y_Center respectively , am i right ?
@vjpanda
@vjpanda 4 года назад
@@pacogarcia3 Sir Please reply How you have calculated world points for each points?
@anjank26
@anjank26 4 года назад
@@vjpanda I hope you got answer. if not I wish you should go through camera pinhole module to understand how image 2D image points are projected back in 3D world co-ordinates
@vjpanda
@vjpanda 4 года назад
@@anjank26 I got the answer thanks for asking
@MDNAIMUDDIN
@MDNAIMUDDIN 4 года назад
which camera did you use
@pacogarcia3
@pacogarcia3 4 года назад
I used a single and standard Pi cam
@russommedhanie4128
@russommedhanie4128 5 лет назад
Wow amazing job can u share the code plz
@pacogarcia3
@pacogarcia3 5 лет назад
Here you go github.com/pacogarcia3/hta0-horizontal-robot-arm/blob/master/README.md
@johnfrankforther8162
@johnfrankforther8162 5 лет назад
Now that it picks up things that are in align, how about when things are placed at random alignment?
@pacogarcia3
@pacogarcia3 5 лет назад
Working on that. Currently building a larger version, and planning to add 90 degree rotation on the gripper... Stay tuned.
@AjaySingh-le1og
@AjaySingh-le1og 4 года назад
provide me a code for finding coordiantes of a object in a live vedio cam for my capstone project
@williamhuang5329
@williamhuang5329 2 года назад
Hanzhen harmonic drive gear , robot arm gear , automation joint gear , over 30 years experience ,
@MusclefactorStudio
@MusclefactorStudio 3 года назад
Saludos Paco algun email donde pueda comunicarme contigo...? Gracias
@pacogarcia3
@pacogarcia3 3 года назад
Aquí: www.fdxlabs.com/contact-us/
@vjpanda
@vjpanda 4 года назад
Please Reply
@AjaySingh-le1og
@AjaySingh-le1og 4 года назад
reply soon
@pacogarcia3
@pacogarcia3 4 года назад
Start here: inclass.kaggle.com/pacogarciam3/lego-set-object-recognition-example
@AjaySingh-le1og
@AjaySingh-le1og 4 года назад
@@pacogarcia3 thanks a lot sir but i want to know about my coordinate where image is located not for object detection
@pacogarcia3
@pacogarcia3 4 года назад
@@AjaySingh-le1og use this: www.fdxlabs.com/calculate-x-y-z-real-world-coordinates-from-a-single-camera-using-opencv/
@vjpanda
@vjpanda 4 года назад
Please Reply
Далее
Dobot Magician with Pixy2 Vision Sensor
20:12
Просмотров 67 тыс.
Музыкальные пародии
00:28
Просмотров 23 тыс.
Developing a Pick-and-Place Robotic Arm
6:35
Просмотров 13 тыс.
I Made a Robot Arm... in the Middle of my Room!
14:42
I made a DUMMY ROBOTIC ARM from scratch!
16:05
Просмотров 1,5 млн
Arduino Projects - 12 GREAT Ideas for you!!!
9:00
Просмотров 362 тыс.
Festo MPS stations NSC JP 2022 Task1
4:06
Просмотров 17 тыс.
Музыкальные пародии
00:28
Просмотров 23 тыс.