2015-03-24 (Tu) Self Contained Haptic Distance Sensor

One of the first Make Magazine projects which really caught my eye was two distance sensors hooked to two servos through a controller. The wrist-mounted device was instantly appealing because it gave wearers an innate sense of their surroundings. I am very interested in expanding human senses with technology such as the ESPeri.IRBud which gave a user information on temperature using an infrared thermometer or the magnet in my left ring finger and another one in my left index finger. The magnets allow me to sense magnetic fields like microwave ovens in the kitchen and powerful solenoids where I work.

This project aims to capture the functionality of the wrist-mounted device but make it more modular so it can be easily repurposed. This design could be applied in multiple locations along a person's arm or shoulders to give a better sense of surroundings. My goal is to make it so easy to build that people will come up with their own placements and uses.

Enough background.
----------

Modeling was done for a servo spindle which would apply varying pressure to the user depending on rotation. The hole in the middle is meant to attach to a servo horn and may need to be adjusted so that reasonable pressure is applied. Most importantly this is a cam which does not attach a disc to its center. Since the servo will rotate the piece from off center the piece will extend further and further as it spins which will apply more and more pressure. Since the pressure should be relatively low a very small servo will be used since they are inexpensive, easy to control, and small. The hole for the servo horn was copied from the 3D Printed Automatic Tea Maker project.
Messy look at servo cam
Cleaned up servo cam

A second part was started which will hold the distance sensor. The footprint was made by referencing an online diagram which showed the dimensions in millimeters of the relevant parts. The parts are being made with the same approach as the previous projects where variables are declared in the beginning of the code and changing them will allow for the project to change as necessary without breaking anything. Another technique used more was the use of the use < > command which allows code written in other projects to be utilized without having to import bulky code.
Simple plane with distance sensor footprint
Screw wings added for enclosure assembly. Taken from Tea Maker project

To do:
  • Design method of holding the enclosure together neatly
  • Model enclosure
  • Design mount for servo which uses screws instead of bolts
  • Design way for servo cam to push on user without rubbing

The rest of the posts for this project have been arranged by date.

A list showing of all the final posts of COMPLETED projects.


This disclaimer must be intact and whole. This disclaimer must be included if a project is distributed.

All information in this blog, or linked by this blog, are not to be taken as advice or solicitation. Anyone attempting to replicate, in whole or in part, is responsible for the outcome and procedure. Any loss of functionality, money, property or similar, is the responsibility of those involved in the replication.

All digital communication regarding the email address 24hourengineer@gmail.com becomes the intellectual property of Brian McEvoy. Any information contained within these messages may be distributed or retained at the discretion of Brian McEvoy. Any email sent to this address, or any email account owned by Brian McEvoy, cannot be used to claim property or assets.

Comments to the blog may be utilized or erased at the discretion of the owner. No one posting may claim claim property or assets based on their post.

This blog, including pictures and text, is copyright to Brian McEvoy.

2015-03-17 (Tu)

Comments