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

This device is not supported! Right now we support only Micro... #2

Closed
davefes opened this issue Apr 14, 2023 · 11 comments
Closed

This device is not supported! Right now we support only Micro... #2

davefes opened this issue Apr 14, 2023 · 11 comments

Comments

@davefes
Copy link

davefes commented Apr 14, 2023

I believe I am using an OTG adapter as a mouse works on my Samsung Galaxy A03s.

I am supplying an external 5V to my ESP32 DevkitC.

Do I need another adapter?

Thanks.

@Wind-stormger
Copy link

Wind-stormger commented Apr 14, 2023

Same issue.

SONY XQ-AT72, Android 12

ESP32S3, micropython 1.19.1, REPL output from USB , ❌

ESP32S2, micropython 1.19.1, REPL output from USB , ❌

ESP32S2, micropython 1.19.1, REPL output from UART , ❌

RP2040, micropython 1.19.1, REPL output from USB , ✔

@Ma7moud3ly
Copy link
Owner

Hello @davefes @Wind-stormger
Thank you for testing the app.
Actually this issue happens because I made an incorrect filter for devices by vendor Id..

    private val supportedVendors = listOf(
        11914 //Raspberry Pi (Trading) Limited
    )

I thought 11914 related to MicroPython itself not Raspberry Pi Pico 😅

So I will find another filtering method other than the vendor id.
Thanks

@Wind-stormger
Copy link

Wind-stormger commented Apr 17, 2023

@Ma7moud3ly Is it ready for esp32 now?

@Ma7moud3ly
Copy link
Owner

@Wind-stormger It should be ready.
Please test the new release and let me know.

@FakeChimera01
Copy link

Same error using esp8266

@Ma7moud3ly
Copy link
Owner

@FakeChimera01 Have you tried V1.1 ?

@FakeChimera01
Copy link

@Ma7moud3ly yes, i'm using latest version

@Ma7moud3ly
Copy link
Owner

@FakeChimera01
For filtering MicroPython boards I need some help from those who have different boards.
I asked here for help but didn't get any response.
https://github.com/orgs/micropython/discussions/11272

@Wind-stormger
Copy link

Wind-stormger commented Apr 18, 2023

Me too, V1.1 not work on ESP32S2 or ESP32S3.

https://github.com/orgs/micropython/discussions/11272#discussioncomment-5643079

@Ma7moud3ly
Copy link
Owner

Hello guys,
In the new version, I have added an option to approve any port manually and add it to the white list.
All your boards are expected to be working now..
Thanks for your help.

for update -> https://play.google.com/store/apps/details?id=micro.repl.ma7moud3ly

@davefes
Copy link
Author

davefes commented Apr 19, 2023

Working for me on ESP32. Very nice job. The ESP32 dev board is even powered from my phone so can program on the go!

Syntax highlighting is probably a big ask.

Something odd happens when you rotate the phone, you lose the connection ... I am confident that it is not my data cable connections.

Turning rotate off and it works. For the editor it would be nice to go to landscape.

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

4 participants