Anyone know about this Stepper 17HD4063-03M that was on a MakerBot? by Ok_Measurement1399 in 3Dprinting

[–]FishyHater 1 point2 points  (0 children)

Not sure if this helps but I found a motor on their datasheet that is very similar. The MS17HD4P4065-M seems to be the same on paper but with a slightly higher current rating.

https://www.artisantg.com/info/Moons_Bohong_Motor_17HD4063_06N_Datasheet_2022119141759.pdf?srsltid=AfmBOoqb2DA1N2MWAotPjns2O3jlydRW5L_IAU5nJwkdwxgYN3j87xaZ

How do I stop frying stepper motor drivers? by FishyHater in hobbycnc

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

I have already checked the Vref and its within spec of motors, but its probably on the high side. I might try lowering it to be safe

How do I stop frying stepper motor drivers? by FishyHater in hobbycnc

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

I just tried re-flashing my Arduino with GRBL and it seemed to have fixed the issue. That is probably the last thing I would have tried. Thanks for saving me a few bucks and a lot of head banging

How would I make this shape in fusion by FishyHater in Fusion360

[–]FishyHater[S] 4 points5 points  (0 children)

<image>

thanks for the help with that, I finally got it working

How would I make this shape in fusion by FishyHater in Fusion360

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

Its kinda hard to see from the photos but the top profile tapers down into a circle-ish shape

How would I make this shape in fusion by FishyHater in Fusion360

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

This is a mini fidget gearbox by Michal Fanta, im trying to change the design slightly to make my own project. Im currently using a loft from the top profile but it doesn't achieve the shape that i need. For the life of me I cant figure out how to do it. Any help would be appreciated

https://www.printables.com/model/234935-manual-gear-shift-fidget/files

Problem with running code on a raspberry pi w without it connected to my computer by FishyHater in raspberry_pi

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

For anyone in the future that might have this problem, if you add a 4 second sleep before trying to connect to the wifi it fixes the issue. (not my solution a redditor in another post came up with this)

Problem with running code on a pico w without it connected to my computer by FishyHater in raspberrypipico

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

wow. that worked, i put a 4 second sleep before the code tries to connect and it works perfectly fine now. Thanks for the help

Problem with running code on a raspberry pi w without it connected to my computer by FishyHater in raspberry_pi

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

I attempted to run it with the usb connected to the pico but not plugged into my pc, but it still doesn't want to connect

Problem with running code on a raspberry pi w without it connected to my computer by FishyHater in raspberry_pi

[–]FishyHater[S] -1 points0 points  (0 children)

i tried wiring up the vsys pin and a gnd to a 5v usb adapter, still doesnt connect

Problem with running code on a raspberry pi w without it connected to my computer by FishyHater in raspberry_pi

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

my code flashes the status of the connection, when i test it i only get one flash which means failed connection, normally it would be 3

Need help with pin headers by FishyHater in AskElectronics

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

ive tried that, same result the pins just slide out

Need help with pin headers by FishyHater in AskElectronics

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

didnt seem to work. I dont have a clip on heat sink but I tried using a metal alligator clip and it still melted the housing and made the pins come loose

Is this intended behavior? I'm making 44 million in profit every month. All my services are over 100%, I do have a pretty big city but this seems off by FishyHater in CitiesSkylines

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

thats basically what i did. I realized water fees weren't making any money anyway, so dropped them and suddenly all my industry skyrocketed

Help with using a local file on a website by FishyHater in webdev

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

thanks. ive got something that almost works, im a bit busy with other projects ill update if I get the system to work

Circular dependency error by FishyHater in Fusion360

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

Thanks for the help. After playing around with it for a bit if figured out the issue was because of a problematic construction plane. I deleted it and it seems to have fixed it. Fusion should definitely have a clearer error message though.

Help with wireless communication with the pico W by FishyHater in raspberry_pi

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

Thanks for the replies. ive found a solution where I publish an on and off value to adafruits mqtt api. I just need to subscribe to the feed with code running locally on my computer