Koosha
Koosha
thanks @QuirkyCort and @WasabiFan I will be trying to connect a raspberry pi to ev3. Do you have any advice for object detection? I'm trying to use TensorFlow light. @QuirkyCort...
Also is there anyway for them to communicate via USB cable?
@dlech Is there any way for me to connect raspberry and ev3 via Bluetooth and python? I need to complete a task in raspberry and send the result to ev3...
thanks @QuirkyCort that helps a lot
```python #!/usr/bin/env pybricks-micropython from pybricks.ev3devices import InfraredSensor, Motor, ColorSensor from pybricks.parameters import Port, Button, Color, ImageFile, SoundFile, Stop from pybricks.tools import wait from pybricks.robotics import DriveBase from pybricks.hubs import EV3Brick...
yeah just put Motor.run(s) in some sort of a loop