Go to advanced search

by C.Han
Tue Jun 23, 2020 3:00 pm
Forum: General discussion
Topic: Video streaming in Android(Unity) via bluetooth
Replies: 0
Views: 74

Video streaming in Android(Unity) via bluetooth

Hi, I am currently in a project utilizing Unity for VR purposes. And i would like to use the camera mounted on Pi3 instead of the camera in my phone. Is there any method to connect pi3 to a unity made app via bluetooth?
May anyone who is familiar with Unity help out please...

Thanks
by C.Han
Thu Jan 24, 2019 6:35 pm
Forum: Python
Topic: Motors not moving (Alphabot )
Replies: 3
Views: 600

Motors not moving (Alphabot )

I got a AlphaBot by Waveshare. Wrote a simple code but the motors just wont move. import RPi.GPIO as gpio import time gpio.setmode(gpio.BOARD) gpio.setup(12, gpio.OUT) gpio.setup(21, gpio.OUT) gpio.output(12, True) gpio.output(21, True) time.sleep(2) gpio.cleanup() the connection is of following: ht...

Go to advanced search