Hi, I want to create an AI robot, where I will run a Python script. I can buy a raspberry pi, an external speaker and an external microphone. I want the robot to have a button, which will be covered with plastic or metal, when the button will be pressed, the robot should be activated and it should play the script, which is a personal assistant, which listen to commands and speaks to the user. I have looked at many tutorials, but I can't find anything. I want to ask if anybody knows how should I add a physical button in my robot. Thank you.
Raspberry Pi runned robot
-
Danish -
September 8, 2023 at 6:59 PM -
Thread is Unresolved
-
-
SkyeFire
September 8, 2023 at 7:06 PM Approved the thread. -
SkyeFire
September 8, 2023 at 7:07 PM Moved the thread from forum other Robots to forum General Robotics Discussions - everything but NO Industrial Robots. -
Using a push button with Raspberry Pi GPIO | Raspberry Pi HQA great starter hardware project using the Raspberry Pi is hooking up a simple tactile switch to the Raspberry GPIO and detecting button presses in Python.…raspberrypihq.com
-
The GPIO only allows input voltage of 3.3V (Higher Voltage would melt you GPIO.
Therefore I would suggest an I/O hat (is just as example). Reading input from suggested hat is done as described by SkeFire