1684266919 Publish time 2023-5-26 03:33:13

Defective Robot Hat?

I bought Adeept PiCar-Pro Raspberry Pi Smart Robot Car Kit from Amazon on May 12th and got it on May 14th. I found out that the Robot Hat included with the car may be defective. One of the motors donesn't run. Switching wires and motors showed that one of the motor ports is bad. Also, one of the LED ports is bad. How can I get a new Robot Hat?

Adeept_Devin Publish time 2023-5-26 17:10:52

1. Among the three interfaces of the LED, the first interface is susceptible to circuit interference and causes the interface to work abnormally. It is recommended to use port2 and port3.

2. Questions about the motor interface. Try running the move.py program below. If still only one motor interface works fine. Please contact us by email, we will resend one to you after verification.
E-mail: support@adeept.com

1684266919 Publish time 2023-5-27 02:59:10

I ran the code that you sent me and both motors work. I think something is wrong with the code that automatically run when I run on the Raspberry and robot hat.

Adeept_Devin Publish time 2023-5-30 10:37:38

Please try to run the adeept_picarpro/server/move.py program in the product folder. Watch to see if both motors turn.
If only one motor is spinning, try downloading the code again.
If both motors are rotating, it may be that the power of the power supply is not enough so that the automatic running program cannot drive the two motors at the same time. Please use a fully charged battery to power the Raspberry Pi.

Steps to re-download the code:
1. Delete or rename the product folder
sudo rm -rf adeept_picarpro (delete)
sudo mv adeept_picarpro adeept_picarpro_bak (rename)

2. Re-download the product code:
sudo clone https://github.com/adeept/adeept_picarpro.git

1722522952 Publish time 2024-8-1 22:38:52

i had a problem myself the code is defective i change a lot in the pycar and in the robot_hat tried contacting the support but they didnt helped,
i guess it a one way to be a programmer is to change and debug 'but not cool, i also bougt the car from amazon and it was and old version they allready have 2.0 make sure to that also

1723023346 Publish time 2024-8-8 11:31:28

It's worth noting that the vehicle I purchased from Amazon was an older version; they already have 2.0 available.
Pages: [1]
View full version: Defective Robot Hat?