-
Notifications
You must be signed in to change notification settings - Fork 1
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
On raspi 4 #2
Comments
the problem is that the machine where you pluged it in isnt properley initializing the pi and then the pi cant send any keystrokes |
When I plug into a USB port on my PC and Mac everything works perfectly, fantastic project, thank you. `eror During handling of the above exception, another exception occurred: Traceback (most recent call last): |
i think it is because the cable is not data capable |
I think you're correct ... I'm just going to need to figure out how to get more power out of the laser harware so it'll work with the data cable that's working |
if you have an soldering iron and a power only or power and data cable that you can cut and another usb-c to usb a cable (that one that yure using for the projector and the raspi) then you could wire such an cable up if you have all of these things (plus about an hour as beginner or 10 to 15 minutes as a bit better beginner) |
Good day Danny,
I'm trying to replicate your code for the raspi 4. However, when the line "kbd=Keyboard()" is executed, an error is returned.
File "", line 1, in
File "/home/pi/.../Py_Keyboard/Py_Keyboard/HID.py", line 452, in init
self.release_all()
File "/home/pi/.../Py_Keyboard/Py_Keyboard/HID.py", line 551, in release_all
send_report(self.report)
File "/home/pi/.../Py_Keyboard/Py_Keyboard/HID.py", line 599, in send_report
fd.write(report)
BlockingIOError: [Errno 11] write could not complete without blocking
Do you think that there is a chance to replicate for raspi 4?
Thanks Ricardo
The text was updated successfully, but these errors were encountered: