Hi,
i really hope somebody can help me as I am running out of ideas.
(I apologize for maybe being a bit vague in this post and/or refer to some detail incorrectly, I am at work and don't have access to my files or the robot so I am relying on my terrible memory)
I set up the Raspberry without any issues and assembled the robot.
The problems started when I tried connecting to the robot using the 'Darkpaw.py' control program. I started off with the robot connected to our home wlan network and the robot sitting on a table. It was then impossible for me to establish a stable connection, I got the message that the programm connected but the robot wouldnt respond to commands in the Darkpaw UI.
I then moved the robot to another location and this time I was able to move the robot up/down but when I tried anything else I lost connection and the raspberry restarted.
So then I placed the robot directly infront of our wlan repeater and everything worked fine, I was able to move the robot throughout our entire house. But I don't want the robot connected to our home network so I set up a hotspot on my laptop but even with the robot sitting on the laptop I get the same problem as before. I also get this issue when using the robots own network.
'wpa_supplicant.conf' is set up correctly, including region code.
When I start 'server.py' manually no errors are displayed and it just says 'waiting for connection'
I have tried turning off our home internet/wlan to check if that may have been causing interference.
Connecting to the robot through Putty is fine without any issues whatsoever.
Here is the error I am getting:
Connecting Connected
(Around 30 seconds between these two)
Exception in thread Thread-4: Traceback (most recent call last): File"C:\Users\####\AppData\Local\Programs\Python\Python38\lib\threading.py",line 932, in _bootstrap_inner self.run() File"C:\Users\####\AppData\Local\Programs\Python\Python38\lib\threading.py",line 870, in run self._target(*self._args, **self._kwargs) File"C:\Users\####\AppData\Local\Programs\Python\Python38\Adeept_DarkPaw-master\Client\DarkPaw.py",line 272, in connection_thread car_info = (tcpClicSock.recv(BUFSIZ)).decode() TimeoutError: [WinError 10060] Ein Verbindungsversuch istfehlgeschlagen, da die Gegenstelle nach einer bestimmten Zeitspanne nichtrichtig reagiert hat, oder die hergestellte Verbindung war fehlerhaft, da derverbundene Host nicht reagiert hat .
|