-
-
Notifications
You must be signed in to change notification settings - Fork 11
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
Print doesn't work for Instax Mini 2 #16
Comments
Just a quick check: did you run the code only as written in your post? Because the code in your post won't work: as soon as it's done sending the first package from the That is why in the example (just run
This will make sure Python stays active for at least 60 seconds, during which it can receive printer responses and reply to them by sending the next part of the image. This isn't the most refined way of handling things, I'll see if I can implement some sort of threading in the future. See issue #11 |
Just checking in to see if you've had time to try this, @saharmor. Would be great to know if this was indeed the problem :) |
@javl Instax Mini 2 works after adding the sleep(60). Anyway, thanks for the cool library, i can now print it using python |
Hi I have tried to connect to my instax mini link 2 using the demo function from the InstaxBLE file and it seems like some UUID is not found .
This is the console output :
|
That's odd, @buj99
|
@javl It gives me the same error : Searching for instax printer... Also I observed in the Bluetooth settings that the connection is closed after 1-2 seconds , it might be a Bluetooth drive issue. It would be very helpful to point me where I can find some logs for the Bluetooth if you can :D . Thx for the reply |
Ah yeah, I see it already attaches inside the Line 208 in e9f1d0c
But, if you say it works on a different system the address shouldn't be the problem. Would be great if you can report back if you find a solution. |
This is the output , not very helpful i guess :)) /usr/bin/python3.10 /home/buj/Projects/testbanch/instax-test/main.py I'm going dig some more on the driver side of things . |
Hey, I'm trying to print an image from my Mac using this Python SDK to no avail.
My spec
MacBook Pro M2 Max
Code
Terminal output
I've put a few prints in InstaxBLE.py and this code is being called (line 399):
Followed by line 409:
So I'm not sure what's the problem.
The text was updated successfully, but these errors were encountered: