photo

Anwaar Baig


2018년부터 활동

Followers: 0   Following: 0

통계학

Feeds

보기 기준

질문


How to measure distance of an object using HC-SR04 ultrasonic sensor using raspberry pi 3 interfaced with MATLAB?
I want to calculate the distance of my whiteboard marker to detect its position on the whiteboard. I have interfaced MATLAB with...

6년 초과 전 | 답변 수: 0 | 1

0

답변

질문


I am using HC-SR04 ultrasonic sensor with raspberry pi 3 interfaced with MATLAB 2017b. When I run my code to measure distance of an object from sensor my code goes in infinite loop detecting nothing. Code is as follows:
trig=17; echo=27; configurePin(mypi,echo,'DigitalInput') configurePin(mypi,trig,'DigitalOutput') writeDigitalP...

6년 초과 전 | 답변 수: 1 | 1

1

답변