Replies: 2 comments 5 replies
-
Did you prepare and load the jetbot image card per the software
instructions?
If so can you assure the display is connected and working? The jetbot
program checks for i2c inputs
from the display and motor controller, and if not found the program just
loops and waits. I had a bad display
and that is what happened to me. When I replaced the display all was ok.
TP
…On Sun, Mar 28, 2021 at 10:39 AM newcgen ***@***.***> wrote:
Hi!
I have read the Bill of Materials and assembled my custom JetBot.
Via SSH python3 works fine:
from jetbot import Robot
robot = Robot()
robot.left(speed=0.3)
robot.stop()
But via JupyterLab it does not works. OSError: [Errno 121] Remote I/O error
The error is only when working with i2c.
Thanx!
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#409>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AOWOWDLVIQ5IE4WWMLPXM7DTF45Q5ANCNFSM4Z6DFAXA>
.
|
Beta Was this translation helpful? Give feedback.
5 replies
-
Only сhanging the physical address of PCA9685 to 0x60 helped. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
I have read the Bill of Materials and assembled my custom JetBot.
Via SSH python3 works fine:
But via JupyterLab it does not works. OSError: [Errno 121] Remote I/O error
The error is only when working with i2c.
Thanx!
Beta Was this translation helpful? Give feedback.
All reactions