-
Notifications
You must be signed in to change notification settings - Fork 97
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
Idea of an Android app to display spool info #62
Comments
this looks really cool. i have zero experience with android development - is it feasable to run the key generation code right inside the app? |
Hi, yes, this is what I did. |
This is awesome, worked great. Nice first steps! |
Bit of duplication, I've also created an android application which does the same but also dumps the whole tag, and exports the dump and the key files. Feel free to try it out! |
Hello, based on cheryduck's excellent work, I've made a proxy in python to fill SpoolMan database If interested in, I'll publish it soon Maybe some work in common to make a cool app? |
Hi, thanks for the nice reverse engineering,
We have a lot of bambu spools and we refill them ourselves. It happened that we forget to glue the new label on.
I did a simple test/POC with my android phone, reading a UID with MIFARE Classic Tool app, then running the key generator python code provided here on my PC, writing the keys to a key file back on my phone, and now I can read and decode a tag with it:

It would be cool to create an android app to automate this and parse the spool ! WDYT?
I might give it a try if it makes sense…
The text was updated successfully, but these errors were encountered: