This example illustrates how to measure the light sensitive analog voltage from a photoresistor circuit connected to Pin 0 of an Arduino Uno.
The example then applies three types of calculations in real-time to determine if the current voltage reading signifies motion.
Using a pre-recorded dataset, the data is further processed in MATLAB to categorize the motion.
This example requires the user to first install the MATLAB Support Pacakge for Arduino Hardware which is available here:
http://www.mathworks.com/matlabcentral/fileexchange/47522
For more information on MATLAB support for Arduino, see the following resource page:
http://www.mathworks.com/hardware-support/arduino-matlab.html
MathWorks MATLAB Hardware Team (2020). Creating a Motion Detector using an Arduino, a Photoresistor and MATLAB (https://www.mathworks.com/matlabcentral/fileexchange/47605-creating-a-motion-detector-using-an-arduino-a-photoresistor-and-matlab), MATLAB Central File Exchange. Retrieved .
| 1.0.0.1 | Updated license |
Create scripts with code, output, and formatted text in a single executable document.
Duncan (view profile)
Hi, I might just be reading the code wrong but it looks like you've used a function 'getSlope' on line 93 of the 'Run_Motion_Detector' function. When I try to use this code it throws up an error saying it is an undefined function or variable. Am I missing this function in an update or has it been replaced by a recent update? I'm using 2019b.
Qusay Jalil (view profile)
good...
volkan aygül (view profile)