image processing with robot
How to process an image using a camera mounted on the robot.Essentially sending controls to robot with ardino using rfid module.
How to process an image using a camera mounted on the robot.Essentially sending controls to robot with ardino using rfid module.
I don't understand what you want with RFID and arduinos. Do you mean following RFID tags around like here:
http://spectrum.ieee.org/automaton/robotics/robotics-hardware/robots-rfid-find-and-navigate-objects
That's kind of University stuff. An arduino can be used for recognising tags held near it:
http://www.instructables.com/id/Arduino-and-RFID-from-seeedstudio/
I found a video of someone who managed to steer robots here:
https://www.youtube.com/watch?v=QmWeEfnhtaE
but unfortunately no details. Maybe you could try contacting him?
normally people construct these things to avoid using a camera. But if you want to find a face the following example shows you how to do this:
https://imaginghub.com/projects/category-finished/97-face-detection-on-raspberry-pi/documentation
then you will just have to "follow" it by moving left or right with your robot. Here is a simple robot based on an arduino:
http://makezine.com/projects/building-a-simple-arduino-robot/
The arduino itself is not powerful enough to image process and you will have to connect it to a raspberry pi which does the processing.
this is an example of an kickstarter project which puts it all together (without RFID):
Ciao,
hmmm... not really to do with the camera then. Anyhow here is an interesting tutorial on reading out RF on an arduino, itt may help:
http://arduinobasics.blogspot.de/2014/06/433-mhz-rf-module-with-arduino-tutorial_27.html
I'm not a Matlab expert. but maybe you can change the receiver C code in the tutorial into Matlab code?
Ciao!
Just drop us an email to ... Show more