X-Git-Url: http://challenge-bot.com/repos/?p=challenge-bot;a=blobdiff_plain;f=3d-printables%2Fsonar-table-top-holder.scad;h=56d58f9c7af31d61ccc14866d0caf3540dd106ab;hp=42578116602547606d7927d23504471146d9f736;hb=3d01ee802f2e98b25188fd8066044b527e5b09b3;hpb=0708912a2030221a80f45b49a135f3d9ec13e3ad diff --git a/3d-printables/sonar-table-top-holder.scad b/3d-printables/sonar-table-top-holder.scad index 4257811..56d58f9 100644 --- a/3d-printables/sonar-table-top-holder.scad +++ b/3d-printables/sonar-table-top-holder.scad @@ -4,6 +4,14 @@ // https://gitorious.org/ozzloy/challenge-bot // https://github.com/waynegramlich/challenge-bot +/* + this holds an hc-sr04 sonar sensor to a 3/16 inch deck. + http://fritzing.org/projects/hc-sr04-project + it can hold the sonar sensor either facing down, or forwards. + when facing down, it can detect if it passes over the edge of a table. + when facing forwards, it can detect and follow something in front of it. + */ + $fn = 60; // 3/16 inch in mm deck_depth = 4.7625;