-
Notifications
You must be signed in to change notification settings - Fork 42
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
Timeout while waiting for ack #125
Comments
solved |
Hi, how did you solve this? I am having the same issue |
@dvogureckiy99 Thanks for you contribution in the Python scripts, I am sorry it took so long to merge you PR... |
Last time I had it I have encountering with this type of problems:
|
Hi, in my case the masterboard came with an old driver installed from pal robotics. when i tried to run it with the latest code, pc and board did not understand each other. rolling back to an older commit from april (when pal robotics assumably produced the robot) fixed the problem. havent tried updating the masterboard since esp packages are not very current and it is too much trouble to find old versions |
Honestly I again encountered with this problem and can't solve this. None of my own suggestions work. Another reason maybe in this popping up window: To see params: I download driver for my ethernet interface
It doesn't help. |
Trying change name of ethernet, cause my previous I changed to This doesn't help. |
please, tell me exactly what commit SHA you use ? |
Basically you need to always have the version of the drivers and the firmware which are compatible. If I recall the documentation of how to are in the readme of the repository in the firmware folder: |
Thanks, but it will be better if you somehow specify the version of firmware and driver. Cause always flash master-board before using new driver is little annoying. Last time I am trying flash master-board take me so much time. |
Well either you flash your own or you ask you supplier which version was flashed. When you download this repo each tag correspond to a compatible firmware vs Driver Software. |
Thank you very much, I found version with which I flash master-board: commit d712d55 or (v1.0.5) thanks to the fact that I have documented all my work, I advise you the same. |
Hello, I am facing the same issue with running the example.py file as shown below. I believe I have flashed the master board using the 8d1a9c0 commit as suggested in the GitHub README. Are there any other possible issues that I need to look into? make flash output-
make menuconfig output-
make monitor output-
|
Hi, did you run this command successfully? |
Yes. I was able to run it successfully. |
For some reason, it seems that you are not able to enable the Ethernet on your masterboard. This is a hardware issue, I think. |
Thank you for your response.
|
Hello, I have the same problem. I have followed entirely the documentation on the git hub page. The master board is able to receive the init package but doesn't send the ack. I also tryed to run the ethernet package in the example directory of esp-idf but the same error occurs. |
When I run example
sudo PYTHONPATH=. python3 example/example.pyc -i eth0
, I have got this:The text was updated successfully, but these errors were encountered: