View previous topic :: View next topic |
Author |
Message |
georpo
Joined: 18 Nov 2008 Posts: 281 Location: Athens, Greece.
|
QR Codes |
Posted: Mon Dec 13, 2021 1:10 pm |
|
|
Hello friends!
Maybe this is s silly question but is there any way to generate QR code pixels from a string?
Thanks! _________________ George. |
|
|
PrinceNai
Joined: 31 Oct 2016 Posts: 478 Location: Montenegro
|
|
Posted: Mon Dec 13, 2021 1:22 pm |
|
|
With a Pic? Probably, if you know the rules on generation of QR codes. Otherwise there are countless websites that generate it from whatever you want. |
|
|
georpo
Joined: 18 Nov 2008 Posts: 281 Location: Athens, Greece.
|
|
Posted: Mon Dec 13, 2021 1:28 pm |
|
|
Yes with a PIC. I have epaper display connected to a PIC24 and I want to generate QR code and display it.
Thanks. _________________ George. |
|
|
dyeatman
Joined: 06 Sep 2003 Posts: 1933 Location: Norman, OK
|
|
|
PrinceNai
Joined: 31 Oct 2016 Posts: 478 Location: Montenegro
|
|
Posted: Mon Dec 13, 2021 2:48 pm |
|
|
I'm looking through QR code generation pages, trying to narrow it down to actually how to make one from scratch. It looks like you'll have to decide on the size and version of it (I'd go with version 1, 21 x 21 pixels). So far this is the best site I 'we found:
https://www.keyence.com/ss/products/auto_id/codereader/basic_2d/qr.jsp |
|
|
Ttelmah
Joined: 11 Mar 2010 Posts: 19504
|
|
Posted: Tue Dec 14, 2021 6:21 am |
|
|
Also the more correct library for the SSD displays is probably this one:
https://github.com/yoprogramo/QRcodeDisplay
However, this is only going to be translatable to relatively large PIC's.
The table sizes needed to generate the codes are quite large. |
|
|
|