Welcome! Log In Create A New Profile

Advanced

Openscad for female USB enclosure holder

Posted by fsamir 
Openscad for female USB enclosure holder
February 14, 2013 09:11PM
Hi everyone,

I have been designing an enclosure and I am stuck in the design of a female USB holder. I came up with a super simple hole that isn't very solid and I also tried to find something like an enclosure's library on the web.
This is what I have at the moment.


Can you guys suggest something more solid?

//usb hole
	for(i = [0:usb_connectors-1]){
		translate( v=[center_back_wall, -10, (i * usb_h * 1.5)]) 	{
			//gap inside of hole
			 cube (size= [1, usb_w+0.5, usb_h+0.5], center=true);		
			//hole itself
			 cube (size= [wall_t+a_bit, usb_w, usb_h], center=true);		
		}
	}


Cheers,
Franklin Dattein
Re: Openscad for female USB enclosure holder
February 15, 2013 04:34AM
What do you mean something more solid? I can't really see what the ridges inside the cutout are for.
Re: Openscad for female USB enclosure holder
February 15, 2013 04:50AM
The USB connector is similar to the one in the image below, but mine is without the plastic parts. So, I was hoping that the ridges would host the little connector flaps

By more solid, I mean that I can easily place the connector in the enclosure wall, push and pull USB cables without moving the connector.


I think I will have to make an mine enclosure for the connector and plug it in the enclosure wall with screws...


Cheers,
Franklin Dattein
Re: Openscad for female USB enclosure holder
February 15, 2013 04:53AM
To be more exact, the connector is this one:
[www.ebay.com.au]


Cheers,
Franklin Dattein
Re: Openscad for female USB enclosure holder
February 15, 2013 05:27AM
The ridges could work, although you'd need a slot at the top to push the connector in, then something to hold it in place or you wouldn't get the connector in in the first place. How many of these are you making? if only one/a few, then you could just make the slot big enough to let the connector through, then hot glue the back. Those connectors are going to be a little bit tricky to use as they are supposed to be pcb mount, maybe you could solder them to a scrap of protoboard and then have that board slot into the enclosure nicely?
Re: Openscad for female USB enclosure holder
February 15, 2013 10:50AM
Easier to use a panel mount USB connector and a couple of screws.


[www.hydraraptor.blogspot.com]
Re: Openscad for female USB enclosure holder
February 17, 2013 08:09PM
Hi there,
thanks for the advice.

I will go towards the Panel Mount option. I got some from the electronics store, but I will be working on an Openscad version as well. I will share once it is done.


Cheers,
Franklin Dattein
Sorry, only registered users may post in this forum.

Click here to login