Salisbury-University / robot-weed-killer

Application to control our laser firing, weed killing robot
5 stars 1 forks source link

💡 Take Sonar Module Input with Arduino #46

Closed nickkrisulevicz closed 1 year ago

nickkrisulevicz commented 1 year ago

Start Date

02/27/2023

Implementation PR

No response

Reference Issues

38 #35

Summary

Need to write Arduino code to take the input from the HC-SR04 module. The purpose of this is to make sure that the autonomous control has input from the sonar equipment so that it can be used to make the robot stop when there is an object in its path during autonomous function.

Basic Example

Feature will consist of Arduino code.

Drawbacks

Need to troubleshoot any potential bugs in the Arduino code during implementation.

nickkrisulevicz commented 1 year ago

Sonar module has been troubleshot, wired up, and takes input as intended. Now, the autonomous code can be implemented as the necessary hardware is currently in place.

qiugai commented 1 year ago

Observed new sonar library implementation and test case results.