-
Notifications
You must be signed in to change notification settings - Fork 35
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
servo.py should be recoded if used for Pi Car-B #2
Comments
How do you correct turn_left turn_right ? |
The WEB control interface requires the Raspberry Pi to run the webSever.py program. webServer.py will call the RPiservo.py program to control the servo. |
how do i use turn_left turn_right with the web server program ? do i have to change a call ? |
Yes, you need to call the function in RPiservo.py to control the servo in the WEB interface.
For example: Line 242 in the webServer.py file is to call the function in RPiservo.py:
scGear. moveAngle(2, 30)
Among them, "2" is the port number of the servo, and "30" is the rotation of the servo to 30 degrees (the default initial angle is 90 degrees)
Technical Support
***@***.***
…---- Replied Message ----
From ***@***.***> Date 5/10/2023 01:55 To ***@***.***> Cc ***@***.***> ,
***@***.***> Subject Re: [adeept/adeept_picar-b] servo.py should be recoded if used for Pi Car-B (#2)
how do i use turn_left turn_right with the web server program ? do i have to change a call ?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
|
The GUIfindline program makes some time to turn the wheel, how can i
correct it ?
Le mer. 10 mai 2023 à 04:16, Adeept ***@***.***> a écrit :
… Yes, you need to call the function in RPiservo.py to control the servo in
the WEB interface.
For example: Line 242 in the webServer.py file is to call the function in
RPiservo.py:
scGear. moveAngle(2, 30)
Among them, "2" is the port number of the servo, and "30" is the rotation
of the servo to 30 degrees (the default initial angle is 90 degrees)
Technical Support
***@***.***
---- Replied Message ----
From ***@***.***> Date 5/10/2023 01:55 To ***@***.***> Cc ***@***.***> ,
***@***.***> Subject Re: [adeept/adeept_picar-b] servo.py should be
recoded if used for Pi Car-B (#2)
how do i use turn_left turn_right with the web server program ? do i have
to change a call ?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
—
Reply to this email directly, view it on GitHub
<#2 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A5UCBR5ZHPLQP6YHRQCU4GLXFL27VANCNFSM4V5KLKGQ>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Issues:
probably NOT usable for Pi Car-B: should be indicated and corrected
The text was updated successfully, but these errors were encountered: