Welcome to Laser Pointer Forums - discuss green laser pointers, blue laser pointers, and all types of lasers

LPF Donation via Stripe | LPF Donation - Other Methods

Links below open in new window

ArcticMyst Security by Avery

Drawing circumference

Joined
Sep 30, 2009
Messages
12
Points
0
Hi,
I assembled a SCANLSP20 and I'm using an arduino to control it. My problem is drawing circles they come out with som pointy edges like the ones in the photo
dsc8852.jpg


Does anyone know what is happening? Can you help me please?
 





Joined
Jan 17, 2009
Messages
390
Points
0
My car sounds funny. Can you tell me what is wrong with it?

Seriously, though, it looks like the problem is in your Y. So check for funny business there.
 
Joined
Sep 30, 2009
Messages
12
Points
0
...I was wondering if any one has had the same problem, and if they have, how did they solved it...
 
Joined
Jan 17, 2009
Messages
390
Points
0
Have you scoped your arduino output to verify you are sending proper signals to the scanner amps? That would be my guess. It looks like the pulses are somewhat periodic in X time. Almost as if you have a square wave riding on your Y output. Since scanners are analog devices, that strongly suggests that the problem is not with them. So, my guess is something funky is going on with your arduino output. How are you converting the arduino output to analog voltages? Hopefully, not PWM.
 
Joined
Sep 30, 2009
Messages
12
Points
0
I don't have an oscilloscope to make a proper diagnostic from the output wave. The wave is analog it sent from a 12 bit DAC that is connected to the arduino. I'll probably try changing the DAc it might be having some output problem to the Y axis.

Thank you
 
Joined
Sep 30, 2009
Messages
12
Points
0
Oh just found the problem! It was a stupid mistake on my programming. passing a 0x1100 code to the DAC when it should be a 0x1000
 




Top