-
Notifications
You must be signed in to change notification settings - Fork 43
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
Raspberry Pi support #9
Comments
Not right now, as it relies on the PRU of the Beaglebone Black. There is a plan to integrate an FPGA at some point (and I think @hstarmans has something brewing), which would allow to use a simple Raspberry Pi and output to SPI. I have that on my TODO list, but don't hold your breath as I also have a ton of other projects going on :) |
Thanks for the fast reply. Can you share any document or link that explains how can we draw a dot? what pwm duty cycle or frequency ? or any other info that is help full |
Drawing a dot is essentially switching on the laser at the exact time the mirror moved it to the right place; if you want to know the details, you have to read the code that does the synchronization. The laser is either on or off, so in order to get more exposure, you have to stay at one point and wait for multiple cycles sending multiple dots there. This is the 'exposure factor If you just want to use the device and draw a dot, it is as simple as creating a PNG file with a dot and giving it to |
@arslan437 , here is an instruction video of my current setup https://youtu.be/Ri6DAneEzw4 |
Is there any way to use Raspberry Pi ?
The text was updated successfully, but these errors were encountered: