Control Google Home devices with Raspberry Pi Pico [closed]
Ask QuestionAsked yesterdayActive yesterdayViewed 28 times0Closed. This question is off-topic. It is not currently accepting answers.
This question does not appear to be specific to the Raspberry Pi within the scope defined in the help center.
Closed yesterday by joan, Milliways, goldilocks♦.
(Viewable by the post author and users with the close/reopen votes privilege)Edit question
I have a pile of buttons and raspberry pi pico’s (I went a bit overboard when they went on sale), and wish to connect them to Google Home to control my devices.
Basically, I want each button to do a specific thing (Such as pressing button one will turn on device A, and pressing button two will turn it off) or for each button to control one device (So button one will simply change that status of Device A), whichever is easier.
I have searched the internet, but I have only found one instructable, and it focuses on the Raspberry Pi 3, and controlling Google with your voice, not a button.
At this point, I don’t have any code, I just wish to know if this is even possible in the first place, and if it is, what directions would I need to follow?
Thanks in advance!pi-picogoogle-nestShareEditFollowReopenFlagasked yesterdayGreenreader912144 bronze badges
- Ah let me see. (1) If you know how to use Pico microPython to read a button and blink a LED, then you are OK to start the project. (2) For big current devices, you need a relay. (3) For newbie friendly tutorials, I recommend Tom’s Hardware: tomshardware.com/search?searchTerm=pico – tlfong01 yesterday
- 1Of course, you’ll need to figure out how google home will be able to “connect” to these Pico’s – Bravo yesterday
- @Bravo, that is really the part I am stuck on. Do you have any suggestions? – Greenreader9 yesterday
- A more appropriate place to research that would be our larger parent site, Stack Overflow. But before you post there, keep in mind that people do not always react kindly to questions that scream, “I have done exactly zero research on this topic because I am hoping somebody else can use their time (rather than me wasting mine) to write me a simple introduction…” stackoverflow.com/questions/tagged/google-home – goldilocks♦ yesterday
- WRT “Can I do this with a Pi Pico?” the answer is yes if it has a way to communicate onliine, which obviously requires some extra hardware and may mean it is not an appropriate device for your purpose. – goldilocks♦ yesterday
- option 1: USB to serial. Option 2: serial -> wifi chip connected to Pico (i.e. ESP8266/32) – Bravo 14 hours ago
Categories: Uncategorized