- Arm Orientation. is there a ‘correct’ orientation to place the white ‘arm’ (I presume you are to use the one-armed attachment for this lesson - the lesson doesn’t mention using it at all).?
- Arm Screw: I tried attaching the arm with one of the screws provided but that seemed to make it difficult to turn, so I just didn’t use a screw (acceptable?)
- Program warning: When running the program provided, you get this warning below. I tried researching pigpio but that seemed to go deeper than I was following rather quickly. My servo was indeed quite jittery. There may be newer/better library to use for this?
/usr/lib/python3/dist-packages/gpiozero/output_devices.py PWMSoftwareFallback: To reduce servo jitter, use pigpio pin factory.See https://gpiozero.readthedocs.io/en/stab … html#servo for more info
- Return to neutral: If you Ctrl-C to end the program, the arm just ends wherever. I tried putting a
servo.mid()line in the except statement but that didn’t work (nor did adding a finally: statement with that line in it). I am unsure why exactly these didn’t work (??)