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

Not working with MX09/Esp32-S3 #4

Open
odyn opened this issue May 7, 2023 · 9 comments
Open

Not working with MX09/Esp32-S3 #4

odyn opened this issue May 7, 2023 · 9 comments

Comments

@odyn
Copy link

odyn commented May 7, 2023

I finally managed to build and upload your print demo example, but the Esp32-S3 does not connect to MX09 cat printer.

I used the setup instructions from: (https://github.com/teastainGit/LilyGO-T-display-S3-setup-and-examples)
Attaching the serial output.
CatGFX_serial_output.txt

@TheNitek
Copy link
Owner

TheNitek commented May 8, 2023

Are you using the latest main-branch from github or the release from either the releases here or the library manager? The releases version does not yet support the MX09, I just merged the support in a few days ago.

@odyn
Copy link
Author

odyn commented May 8, 2023

I think so, yes. I downloaded it from github and copied to libraries. It mentiones mx09 in the .cpp code.

@odyn odyn closed this as completed May 8, 2023
@odyn odyn reopened this May 8, 2023
@odyn
Copy link
Author

odyn commented May 8, 2023

(sorry, I'm totally new in this github forum and it's a bit confusing to me).

@TheNitek
Copy link
Owner

TheNitek commented May 8, 2023

Could you try with a normal ESP32 instead of the S3? To narrow down the issue

@odyn
Copy link
Author

odyn commented May 8, 2023

Tried with ESP32-WROOM-32D, and that one seems to work fine. Looks it's a S3 problem related.

@odyn
Copy link
Author

odyn commented May 8, 2023

I'm happy to announce your example/library seems to work with the MX05 model as well (I bought MX05 and MX09 somehow). Just needed to add the
strcmp(advertisedDevice.getName().c_str(), "MX05") == 0 ||

line to your cpp library code and it worked.

IMG_20230508_215427
IMG_20230508_215616

@jalmince
Copy link

Hi Odyn !

Could you manage to get to work with the Esp32-S3 ? ( i am currently struggling with that)

cheers,
Jean-Paul

@odyn
Copy link
Author

odyn commented Jun 21, 2023 via email

@jalmince
Copy link

jalmince commented Jun 22, 2023 via email

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