-
Notifications
You must be signed in to change notification settings - Fork 50
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
ESP32-S3 hardware device not detected #158
Comments
Those udev rules won't help I'm afraid as they are for production jade hw (esp32) and are only looking for specific vendor-ids/product-ids associated with those units. If you run |
If your jade repo is on 1.0.31 or current master etc, you'll see we recently added some new ids to the serial auto-detection:
|
In what scenario are they not detected ? |
I have removed rules added before and I have rerun the commands above, with different content in the rules file:
But it still doesn't work. I have a doubt. Currently on the screen of the device I see "Setup Jade" or "Options" buttons... and seems I can't select none of them. Pressing the two buttons changes the position of the choices but I can't select it. Pressing on the third button just restart the device. Maybe I have also misunderstand some steps to have Jade on this ESP32 device? |
Yeah, not sure what board you're using, but if it's a ttgo tdisplays3 it should be a button for left, another for right, and both together as select/press. In what context is it not detected ? I mean what are you trying to detect it with ? I agree most production applications won't be able to detect it yet - the s3 support is still wip/experimental, and most apps will need to be extended to work with it. |
Ok, solved the issue about selecting buttons (I'm on tdisplays3 device), thanks :) About detecting, I'm trying to create a new wallet with hardware wallet option of Electrum. |
Right - that's not totally unexpected at this time as the s3 chip uses different ids to Jade thus far and so isn't recognised as a jade - I intend to open a PR on electrum this week to address this ... |
Ok, look forward to see this working with Electrum too. |
Thank you! |
fyi electrum have merged the PR into master. |
I have flashed Jade on ESP32-S3 device but despite I have run the following command it still doesn't work:
I take "55-usb-jade.rules" from here.
I get this message on Ubuntu 22.04.4:
What could be wrong?
The text was updated successfully, but these errors were encountered: