Cannot connect to Supramatic 4 #64
Replies: 9 comments 1 reply
-
Hi! |
Beta Was this translation helpful? Give feedback.
-
I tried both combinations just in case, not sure if I tried the erase so
will give that a try.
…On Thu, Oct 5, 2023, 03:11 Gifford47 ***@***.***> wrote:
Hi!
Please change tx/rx in both combinations to avoid any mistakes.
Then please do a full flash erase and upload the binary again.
The motor also saves some bus data. So do a reset on the motor if nothing
helped until now.
—
Reply to this email directly, view it on GitHub
<#45 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AACOZ72ML6OYC5C4YI5H7N3X5W7IRAVCNFSM6AAAAAA5S5VABKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTONBXGU3DSNJYGU>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
I just tried after doing an erase and still getting the same results.
Is there any way I can get any logs?
…On Thu, Oct 5, 2023, 08:12 Brad F ***@***.***> wrote:
I tried both combinations just in case, not sure if I tried the erase so
will give that a try.
On Thu, Oct 5, 2023, 03:11 Gifford47 ***@***.***> wrote:
> Hi!
> Please change tx/rx in both combinations to avoid any mistakes.
> Then please do a full flash erase and upload the binary again.
> The motor also saves some bus data. So do a reset on the motor if nothing
> helped until now.
>
> —
> Reply to this email directly, view it on GitHub
> <#45 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AACOZ72ML6OYC5C4YI5H7N3X5W7IRAVCNFSM6AAAAAA5S5VABKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTONBXGU3DSNJYGU>
> .
> You are receiving this because you authored the thread.Message ID:
> ***@***.***>
>
|
Beta Was this translation helpful? Give feedback.
-
Are there anys results? can i close the issue? |
Beta Was this translation helpful? Give feedback.
-
I have tested it soon after this message, but no change in the results. I need to get some time to check over the hardware again fully; but work has been crazy the last month |
Beta Was this translation helpful? Give feedback.
-
Hi, Thanks, |
Beta Was this translation helpful? Give feedback.
-
Try to Power the board by usb prior to run the busscan. This way the board is ready when busscan starts. |
Beta Was this translation helpful? Give feedback.
-
Thanks for suggestion. I just tried that. Still get a 0 |
Beta Was this translation helpful? Give feedback.
-
For everyone struggling with this issue (probably ESP32-WROOM board) - there is probability you have wrong RX/TX pinout settings. If you look at the connection circuit scheme, there are RX2 / TX2 pins connected to RS485 converter, that represent GPIO16 and 17. Some aliexpress boards does not have marked pins 16 and 17 as RX2 TX2, just as 16 17, so if you use default RX0 TX0 pins on board, these pins are GPIO 1 and 3. To get the communication working from raw flash configuration, change physical wires between ESP board and converter: RX to PIN 16, TX to PIN 17. Or change in software GPIO pins for RX and TX to 1 and 3. Boot up, run BUSSCAN (MENU 37 => 01) and you will pair board sucesfully. Tested on Supramatic E4. Cheers |
Beta Was this translation helpful? Give feedback.
-
Describe the bug
I had my device connected a long time ago, but then removed whilst I was getting it serviced by the official team.
Just now I am putting back in, but also updated to the latest Dev_pref branch
Note: my tx/rx are flipped so I adjusted this via the UI
When going through the bus scan process, I can see it come alive and also the website being active.
But soon after the BS finishes the device turns off, which seems like the BS failed to find anything.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
Beta Was this translation helpful? Give feedback.
All reactions