-
Notifications
You must be signed in to change notification settings - Fork 55
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
Serial connection issue with DIY #96
Comments
Hi Andrea. I believe this issue is due to the USB device ID of the M5StickC. M5StickC uses VendorID:0403 ProductID:6001 which is different to retail jade. You can recompile green with this device ID and it should work. |
Firmware verion 1.0.27-11-gca6ea18
|
When connecting via USB the app has to scan looking for a (potential) Jade device.
|
Has this error been corrected yet? |
Jade's own list of devices to scan for is:
I believe these are (were) updated to include diy devices when support for that device is added. If some other wallet software, eg Sparrow, is not using that full list, it indeed won't see some devices - but there is nothing we can directly do from here. If anything, you'd need to raise an issue with the wallet in question. After the upcoming |
I have recently made a PR to HWI which should address this issue - ofc we have to wait for HWI to take them, release, and then Sparrow to upgrade HWI ... |
Good afternoon,
so I tried the DIY Jade wallet on a M5StickC Plus.
I built version 1.0.23 on esp-idf version 5.1.1 and flashed the stick.
It apparently connects and works via bluetooth, but has issues via usb and doesn't even connect.
The Jade wallet reacts when I plug it on the PC (both usb logo and battery power up), but the PC doesn't recognize it any more as a serial device, the phone also not.
I built version 1.0.24 but I cannot flash if because the serial port doesn't connect/work.
I checked the logs of when I flashed the stick first and it looks that right after starting up the pc loses the serial port.
At the moment I am not able to bring the stick back to factory status and start all over again, even the M5Burner app cannot connect or erase the device.
I guess the factory reset in Jade menu just resets the wallet and not the stick itself.
Any suggestion will be appreciated.
Andrea
EDIT: after some forum reading, it seems that the serial port of M5StickC Plus can have issues, and others reported them; after some testing I discovered that the PC doesn't connect when I use a usb3 port, but does connect on a usb2, even if unreliabily; with that I have been able to wipe the device and flash the newer bin file.
With the new version 1.0.24 I've been able to connect and activate the wallet by usb on Sparrow, but not on Green, neither on PC nor on Android. I'm not sure if this difficulty in connecting my stick to Green is due to my less than ideal usb connection or not.
The text was updated successfully, but these errors were encountered: