Missing Reset Button on Star64
Closed this issue · 25 comments
Thanks for the feedback, I don't have one of these SBC. Can you post a measurement here from the top of the PCB to the top edge of the button or make the change in SBC Model Framework and issue a PR? It looks like there are two IPEX connectors next to it as well that aren't on the model which I'll also add. Any other corrections or additions?
Anything else you need?
Well the height is important but I also need x,y in reference to the first photo you posted so I can locate the x,y position of the button on the PCB. so looking at the photo, the top left corner of the PCB to the top left corner of the body of the button, Or in other words, how far from the top edge of the PCB is the button located, in mm if possible. As soon as I get that information it won't take long to add it and push the changes to SBCCB. Thanks for the help in straightening out this SBC.
Ahhh. Sorry I was confused about the "top" of the board. Here is another pic
A few other things (that might be relevant?)
The Ethernet port is stacked, and by default exceeds the height of the cases. Here is the height of the Ethernet jacks:
(I just increased the top half by 13 or 14 (if I went to 15, the cutouts for the vent disappeared but 15 would have been nice clearance)
Also, the PCI connector exceeds the width of the PCB by 1-2mm, and is a tight fit with the side of the case. Maybe increase the width a little bit?
Final point, the bottom of the USB jacks also exceed the length of the board and need a cutout on the bottom of the cases, otherwise the PCB doesn't rest on the standoffs but on the edge of the bottom of the case. Maybe just increase the height of the standoffs by default?
Last issue: the cutout for the HDMI port should be moved a slight bit lower. It ended up printing as below:
(HDMI port also rests on the bottom side of the case)
(Cheers for your assistance, I know a lot of people have been asking for a case for the star64!)
Sorry 2 other small things:
This might not be an issue when the reset button is done, but right now, the length of the case is a bit small, and it rests on top of the reset button... (hard to see with black PLA, sorry)
Also, the SD card slot is too low (the top of the slot needs to align with the top of the standoffs) and it needs to move slightly right when looking from the side:
That last picture is from the right edge of the slot to the edge of the board.
Great, that's the type of feedback I need. It looks like the PCB thickness may be incorrect since it is sitting slightly recessed in the case bottom. The top of the PCB surface should be even with the top edge of the case bottom. Component openings in both case halves are made automatically as needed. When it is off it can cause similar problems to what your reporting. What is the PCB thickness? It also looks like the gap, the distance between the PCB and case wall, may need to be increased in SBCCB.
I'll make all these changes and include a saved case example for you to try. The test case will tell me critical info and in the end we'll end up with a verified SBC model that will work for all the case designs in SBCCB. I have also added the FPC connectors but it is not clear what the pin count is on them or which way the FPC cable connects. This is important so that the mask openings face the correct direction. The current changes are just my guesswork. I'll let you know when the test case is ready, maybe later today still.
All the changes have been made on the Main branch of SBC Case Builder and I saved a test case called star64_shell. When you have time, use that case for a test print so if any changes are needed I'll know what the SBCCB parameters were when printed. You'll need to update SBCCB and it's submodule SBC Model Framework prior to printing.
FYI, I increased the case gap to 2mm to give more room and left the PCB thickness at the default 2mm. The double stacked rj45 was too tall so I shortened it to 25mm. The SBC maximum component height was also set incorrectly at 17mm which is why it protruded thru the case. The SOC location is unknown to me so I approximated it's location.
I try to hold design tolerances to plus or minus 1/8mm so any warping or splitting of the print will effect the fit of the case. Let me know how it went and what if any changes are needed. Straight on photos of any problems will be helpful for the corrections.
when I render in openscad I get the following error:
Parsing design (AST generation)...
Compiling design (CSG Tree generation)...
ECHO: Case_Width = 135, Depth = 87.5, Top = 28, Bottom = 12
Rendering Polygon Mesh using CGAL...
Geometries in cache: 1352
Geometry cache size in bytes: 12553112
CGAL Polyhedrons in cache: 3
CGAL cache size in bytes: 77086416
Total rendering time: 0:10:28.746
Top level object is a 3D object:
Simple: no
Vertices: 40468
Halfedges: 144858
Edges: 72429
Halffacets: 64750
Facets: 32375
Volumes: 13
WARNING: Object may not be a valid 2-manifold and may need repair!
Rendering finished.
if I export to my printer it complains about a damaged STL.
Oh and PCB thickness is 0.9
The Main branch and it's sub module have been updated with the new PCB thickness. I changed the style of the SD card holder and also increased the size of the standoff support diameter to 14 for star64_shell. At 13mm it was close to the side wall and was triggering a false positive manifold error. OpenSCAD v21.1 complained but SuperSlicer v2.4.58.5 saw that it was indeed manifold. The code for manifold detection isn't that sophisticated always. I will likely add a blip about it in the README.md in the near future to warn users. Give it another try and let me know if there are any more problems.
Hi,
I did a test print today and it's almost perfect!
- HDMI port needs to shift to the left (when looking at it directly) by about 1.5-2mm
-
The Standoff are a bit misaligned on the side where the Ethernet port is. I hope you can see from this pic?
-
(may be just due to me doing a fast print) - the thickness of the board means it's not a perfect fit between the top/bottom parts and leave a small gap around the joint (as seen on the first photo). The reset button and SD card are aligned perfectly.
Ok, I made some more changes. The HDMI was moved and the PCB thickness increased to 1.6. I know you said 1mm but since there is a gap between the halves that cannot be right. Most SBC are 1.6mm and that would make sense with what I'm seeing. I also made a slight adjustment to the power connector and moved the PCB holes to 3.5mm from the corners. FYI, The top fan opening is meant to be centered on the heatsink, not the SOC. If you want it centered on the SOC we can disable the fan mask under the Fan and Vent Openings Tab and create an accessory entry in sbc_case_builder_accessories.cfg for the new fan mask location with a subtractive entry.
https://github.com/hominoids/SBC_Case_Builder#fan_mask
When you get a chance I could use the SOC size and location too. The location measurement should be from the lower left corner of the PCB to the lower left corner of the SOC with the PCB orientated so the RJ45 connectors are on the left. That would complete the model once we finish the final tweaks.
When there are no OEM drawings or models It usually takes me at least 2-3 test prints to get things zeroed in correctly, depending on how accurate I can measure things. You might consider doing the bottom test print first to see if the holes are correct, then the top if they are correct. If they aren't, let me know ASAP and I'll adjust them accordingly, no point in wasting time and resources. Let me know how things go...were almost done. Thanks
Just wanted to verify if the last adjustments worked out before I close this issue? Does everything align? If so, I'll mark the star64 as verified-green otherwise I'll leave it as yellow?
Sorry I haven't had a chance to do another print. I've started one now and will let you know soon.
Ok - Here we go:
hole diameter: 3.5mm
Hole A - x side 2.66mm - y side - 2.5mm
Hole B - x side 2.66mm - y side - 2.5mm
Hole C - x side 2.66mm - y side - 2.8mm
Hole D - x side 2.66mm - y side - 2.65mm
y side width - 79.5mm
x side height - 127mm
The holes have been adjusted.
I just received a very nice assortment of Pine64 SBC and one of them is a Star64. You might want to hold off doing any test prints. I'll start with the Star64 and after a good SBCCB test print let you know when it is ready.
The Star64 model has been completed and a test case printed successfully. Your hole measurements were spot on. The Star64_shell saved case should be used which incorporates a 3mm gap. It has a 40mm fan mask but you can change it to 25mm in the tab Fan and Vent Openings -> fan size. The case also uses 3mm inserts in the top standoffs which can be disabled if your not using them, tab SBC Top Standoff Global Settings -> top standoff insert. If you disable them make sure to select the standoff and hole size you want. I consider this complete and will close the issue, thanks for the help.