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

Doesn't work with 300 character #37

Open
galihendah opened this issue Feb 28, 2023 · 5 comments
Open

Doesn't work with 300 character #37

galihendah opened this issue Feb 28, 2023 · 5 comments

Comments

@galihendah
Copy link

can you help me the qr code can't scan with 300 character

@rochanson
Copy link

rochanson commented Feb 28, 2023

Me too, still figuring out what to do, only 175 characters or less could be generated as a scanable/readable qrcode

@ricmoo
Copy link
Owner

ricmoo commented Feb 28, 2023

You need to use a larger version then. The version dictates how much data can be stored in the QR code.

@rochanson
Copy link

You need to use a larger version then. The version dictates how much data can be stored in the QR code.

I've tried different version start from version 8 till version 12, but the generated qrcode are still unable to be scan

@ricmoo
Copy link
Owner

ricmoo commented Feb 28, 2023

There is a chart on the readme. If you are encoding bytes with high ECC, you would need version 18. You can use the chart to figure out the necessary minimum version, based on your parameters.

@rochanson
Copy link

rochanson commented Feb 28, 2023

Im using arduino mega and spfd5408 tft display to show and generate qrcode from string data, here [pic1] im using version 18 and yet still unable to scan. And here [pic2] as the comparison of web based qrgenerator via goqr.me , and it's able to be scan.
IMG_20230228_140238
l

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

3 participants