Go to advanced search

by SmartySmart702
Thu Jun 20, 2019 2:10 pm
Forum: Android
Topic: Gampad App Android
Replies: 1
Views: 2175

Gampad App Android

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.
by SmartySmart702
Wed Oct 17, 2018 7:37 pm
Forum: Camera board
Topic: Camera over network (like remote GPIO)
Replies: 2
Views: 866

Camera over network (like remote GPIO)

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...
by SmartySmart702
Sat Jun 09, 2018 3:22 pm
Forum: Beginners
Topic: gpiozero pins as output and set to 0 or 1
Replies: 8
Views: 1038

Re: gpiozero pins as output and set to 0 or 1

Thanks! Found this article a miniute ago too :D
by SmartySmart702
Sat Jun 09, 2018 2:56 pm
Forum: Beginners
Topic: gpiozero pins as output and set to 0 or 1
Replies: 8
Views: 1038

Re: gpiozero pins as output and set to 0 or 1

Thanks! Works perfect!

I don't need PWM at the moment because I control the robot with a keyboard but controller control is on my ToDo list.

Just a simple question: what is pi = pigpio.pi() for? I dont see this on the pigpio wiki.

EDIT: found the article about "pi = pigpio.pi()" on the wiki page.
by SmartySmart702
Sat Jun 09, 2018 10:59 am
Forum: Beginners
Topic: gpiozero pins as output and set to 0 or 1
Replies: 8
Views: 1038

Re: gpiozero pins as output and set to 0 or 1

"I assume you are using GPIO 4 (pin 7), GPIO 17 (pin 11), GPIO 27 (pin 13), and GPIO 22 (pin 15)." Thats correct!

The motors worked like they should but how can I do the same in Python?
by SmartySmart702
Sat Jun 09, 2018 9:30 am
Forum: Beginners
Topic: gpiozero pins as output and set to 0 or 1
Replies: 8
Views: 1038

Re: gpiozero pins as output and set to 0 or 1

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...
by SmartySmart702
Fri Jun 08, 2018 9:10 pm
Forum: Beginners
Topic: gpiozero pins as output and set to 0 or 1
Replies: 8
Views: 1038

gpiozero pins as output and set to 0 or 1

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...
by SmartySmart702
Sat Jun 02, 2018 12:03 pm
Forum: General discussion
Topic: Control robot over network with keyboard/xbox 360 controller
Replies: 7
Views: 1751

Re: Control robot over network with keyboard/xbox 360 controller

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...
by SmartySmart702
Fri Jun 01, 2018 5:29 pm
Forum: General discussion
Topic: Control robot over network with keyboard/xbox 360 controller
Replies: 7
Views: 1751

Re: Control robot over network with keyboard/xbox 360 controller

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 :(
by SmartySmart702
Fri Jun 01, 2018 2:11 pm
Forum: General discussion
Topic: Control robot over network with keyboard/xbox 360 controller
Replies: 7
Views: 1751

Control robot over network with keyboard/xbox 360 controller

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...
by SmartySmart702
Thu May 31, 2018 12:32 pm
Forum: Deutsch
Topic: Python Key Listener über SSH/Network
Replies: 0
Views: 270

Python Key Listener über SSH/Network

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...

Go to advanced search