Replies: 1 comment 1 reply
-
Hi @emimic94, There is no "analogic" output on Mega 2560. To output "variable voltage", it's nedeed to use PWM output. @++; |
Beta Was this translation helpful? Give feedback.
-
Hi @emimic94, There is no "analogic" output on Mega 2560. To output "variable voltage", it's nedeed to use PWM output. @++; |
Beta Was this translation helpful? Give feedback.
-
Hi community,
More or less simple question, I'd like to output an analog signal from the arduino mega. The signal should map the current position of the x carriage. The resolution requirement is quite low, thus absolute distance to machine zero dived by 64 should be sufficient.
Would it be possible to use A14 or A13 for this purpose?
If yes where to put the code for that operation? and how to access the register where the positions are stored?
Our aim... we want to add a live camera feature allowing us to live stream and community control the camera. In auto mode the camera should follow the gantry automatically (therefore the position feedback is required). In community control mode the camera gantry could be moved in x and theta axis to change the perspective.
Thank you!
Michael
Beta Was this translation helpful? Give feedback.
All reactions