Hello everyone,
I am working on a Robotics project and I need some guidance. My project is a medical delivery robot that uses two Arduino UNO boards communicating wirelessly through the NRF24L01 modules. The robot is a 2-wheel smart car that follows a line using TCRT5000 digital tracking modules.
The part I need help with is this:
How can I make the car reach a specific destination or room on the track?
Should I use an additional sensor or external component to mark the destination, or can this be achieved only through the code by sensor readings, or tracking patterns?
I need it to stop at a defined location (a specific “room”) and then later return to another one.
Any advice or examples would be very helpful.
Thank you.
Hi, you should go through the guide below to attract the most comprehensive help. It's the culture here and it's not just to make you follow rules for the sake of following rules. The link even explains that in detail so without further ado:
There are dozens of methods that an autonomous robot can determine its precise location, and each will have various pros and cons for your specific application.
The crux of your project is really to identify the best method that fits your application (and all the constraints that only you would/should know).
Thank you so much, Tom!
I will try adding a color sensor and marking each station with a different color so the robot can recognize where to stop. I really appreciate the suggestion!