Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

5KHz Tickle pulse too short. #15

Open
leswright1977 opened this issue Jul 4, 2022 · 3 comments
Open

5KHz Tickle pulse too short. #15

leswright1977 opened this issue Jul 4, 2022 · 3 comments

Comments

@leswright1977
Copy link

leswright1977 commented Jul 4, 2022

First of all, this project is awesome! Beautiful work! Exactly what I was looking for!

When I Scoped the Tickle pulse, the width is too short for a Synrad 48. It should have a width of 1uS
Easy fix, in lib/LaserController/Synrad48Ctrl.h line 54 change this
const static uint16_t ticklePWM = 4;
To this:
const static uint16_t ticklePWM = 20;

I have also drawn a schematic and produced a PCB design for this project, and am happy to contribute it if you like. Also do you mind if I showcase this project on my YouTube Channel?

@Bx3mE
Copy link
Member

Bx3mE commented Jul 4, 2022 via email

@leswright1977
Copy link
Author

leswright1977 commented Jul 5, 2022

Awesome, sure I will go along with that, the Synrad won't mind +/- few ns and you know more about the timers in the Teensy than I do!
Great! I am glad I can contribute. The PCB files are hosted here: https://github.com/leswright1977/OPAL_PCB Feel free to clone and add to this project! Comments or suggestions welcome for the physical design.

Cheers!

Bx3mE added a commit that referenced this issue Jul 5, 2022
Value of TicklePWM was updated to reflect the updated 5Khz Frequency -> Issue #15
@Bx3mE
Copy link
Member

Bx3mE commented Jul 5, 2022 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants