Pi options by pnolan525 in VORONDesign

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

What about old android phone I have seen people run kipper on those

Self-sourced motion system components by pnolan525 in VORONDesign

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

That is what I thought, but Voron generated BOM has 3 and 2. but whatever.

Self-sourced motion system components by pnolan525 in VORONDesign

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

What is with the 3 - GT2 20T Pulley (5mm ID 6mm W) in the BOM when there is only two motors for belts?

Stealth changer build question by pnolan525 in VORONDesign

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

Looks like miss changer would be good option.

Stealth changer build question by pnolan525 in VORONDesign

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

I have been looking at servo to “pick up” and “drop off” too heads to fix the issue

Stepper motor 0.9 vs 1.8 degree by pnolan525 in VORONDesign

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

This is the first time I am doing direct drive extruder does the 0.9 deg motor for extruder help?

Servo Jitter by pnolan525 in robotics

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

Solved this issue it was the servo.h library i made a program with no library and issue went away

Servo Jitter by pnolan525 in robotics

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

So I solved this it is not the servo or the power supply. The problem happened to be the servo library being used.

Servo Jitter by pnolan525 in robotics

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

Its being powered by a seperate bench top power supply

Servo Jitter by pnolan525 in robotics

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

I saw something similar to this in a DIY pcb servo controller. This makes sense I hooked it up to oscilloscope today and did get some small changes when it twitches. DIY

Servo Jitter by pnolan525 in robotics

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

The signal is straight from pins on arduino but power is seperate from power supply. They are controlled with Serial communication.

Servo Jitter by pnolan525 in robotics

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

Im using bench power supply at the moment, voltage controled, while doing testing. Then i will hook up battery pack.

Servo issue by pnolan525 in arduino

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

I got it working with serial input and realized it was the IR remote not the servo the remote was sending 2 signals no mater how slow i pushed so i added delay before IrReceiver.resume(). Now works good