Is there any good bluetooth gamepad app for android? All apps that I have found don't have any sensitive sticks, just normal buttons.
I want to control a tank like robot over my Smartphone.
Hi, I think the most of you know, that you can control the GPIO pins of the Raspberry over the network (remote GPIO). The nice thing about this is that the script to control the GPIO pins is for example on a windows PC and NOT on the Raspberry. I know that the Camera is not connected over the GPIO p...
The Pins 4, 17, 27 and 22 are conneted to the 4 Pins on the Motor Controller. Pin 4 = motor1 Forward, pin 17 = motor1 backward and the same with Pin 27 and 22 for Motor 2. Now I want to Set the Output of Pin 17 to 1 (Motor 1 Backwards) and the Output of Pin 27 to 1 (Motor 2 forward) to Turn right(th...
Hi, I want to control my 2 motors with the gpiozero library and I followed this Tutorial https://gpiozero.readthedocs.io/en/stable/recipes.html#motors The problem is that no matter how I set "left" or "right". the movement is always the same (forward). Can someone explain me how I just can set the m...
Thanks for your answers! The problem is not to control the motors with the gpio pins. The only problem is that I can only control the robot if the input device is directly connected to the pi but I want to control the robot over the network. I am not a python newbie but I am a beginner (using python...
Sorry, I am relatively new with the raspberry stuff so I don't really understand what you mean
Can you explain your answer or send me a link (or keywords to google)?
I know that that the pigpio library is used to control the gpio pins but I don't know how your controller is connected to the pi
Hello, I want to control my Robot (tracked robot with 2 motors) over ssh/network. The best thing would be to control the robot over the network with a keyboard or/and a xbox 360 controller. The most key listener libraries (pynput, inputs) don't work out of the box over ssh and I can't use a controll...
Hallo, ich möchte meinen Roboter über SSH steuern. Die Motorsteuerung und so habe ich auch schon alles eingerichtet und es klappt auch alles wenn z.B. die Tastatur direkt am Raspberry angeschlossen ist. Meine Frage ist jetzt: Ich habe verschiedene Librarys getestet und "pynput" geht am besten allerd...