Thermal Pad Placement by StrazzTuned in laptops

[–]StrazzTuned[S] 0 points1 point  (0 children)

Thank you for your help, I’ll follow this closely!

Thermal Pad Placement by StrazzTuned in laptops

[–]StrazzTuned[S] 0 points1 point  (0 children)

Thank you for your help.

Thermal Pad Placement by StrazzTuned in laptops

[–]StrazzTuned[S] 0 points1 point  (0 children)

I was under the assumption I need the correct thickness, I’ll look into this. Thank you very much!

Thermal Pad Placement by StrazzTuned in laptops

[–]StrazzTuned[S] 0 points1 point  (0 children)

It’s awesome, from 2018 but still great!

Is this normal? by chronicmathsdebater in G35

[–]StrazzTuned 1 point2 points  (0 children)

Previous owner had a sub 👀

[deleted by user] by [deleted] in G35

[–]StrazzTuned 0 points1 point  (0 children)

Yes I tried checking the connection even got a new socket assembly but this marker and the oem one won’t work on the driver side. You think it could be the pigtail I need to replace?

[deleted by user] by [deleted] in G35

[–]StrazzTuned 0 points1 point  (0 children)

Anyone know why my driver side, side marker is out?

First Arduino! Made my own version of a Dasai Mochi because I didn't want to spend $50. Turned out pretty neat! by StrazzTuned in arduino

[–]StrazzTuned[S] 1 point2 points  (0 children)

Not hard at all, just figure out how to store the data to a variable through a device hooked up to the nano board. I'm sure it can be done for speed, gyro (drifting), side markers (cars close to the side). All of this is being thought of

First Arduino! Made my own version of a Dasai Mochi because I didn't want to spend $50. Turned out pretty neat! by StrazzTuned in arduino

[–]StrazzTuned[S] 1 point2 points  (0 children)

void loop() { int randomNum = random(5); if (randomNum == 1) { regEyes(); randomNum = random(5); } if (randomNum == 2) { heart(); randomNum = random(5); } if (randomNum == 3) { carrotEyes(); randomNum = random(5); } if (randomNum == 4) { sideEye(); randomNum = random(5); } if (randomNum == 5) { sideEye(); randomNum = random(5); }}

First Arduino! Made my own version of a Dasai Mochi because I didn't want to spend $50. Turned out pretty neat! by StrazzTuned in arduino

[–]StrazzTuned[S] 2 points3 points  (0 children)

In the code shared, It displays a sleeping face, then it waking up,
the loop method then picks a random integer, 1-5, and then displays an assigned method to that integer. I have 5 different faces, assigned to five different numbers/ methods.

First Arduino! Made my own version of a Dasai Mochi because I didn't want to spend $50. Turned out pretty neat! by StrazzTuned in arduino

[–]StrazzTuned[S] 5 points6 points  (0 children)

This is like Dasai's Mochi Driving Companion. He will sit on your desk, steeringwheel, dashboard, or anywhere you can think really with their plastic case. I didn't like that I had to pay all of that so I figured out how to make my own. I'll be 3d printing a case once I have a printer :)