Go to advanced search

by 8BitsAndAByte
Wed Aug 05, 2020 4:37 pm
Forum: AIY Projects
Topic: Voice HAT Version 1 - servo constantly jitters
Replies: 11
Views: 392

Re: Voice HAT Version 1 - servo constantly jitters

Hi Steve, This stops the jittering in our projects: Myservo.detach() Hope it helps! Cheers, 8 Bits Doesn't that stop the servo being driven thus preventing any self correction should external input cause it to move? Jup, you're spot on. We're not sure if that would be an issue for Steve :)
by 8BitsAndAByte
Wed Aug 05, 2020 8:05 am
Forum: AIY Projects
Topic: AIY Voice: How do put what I said into a variable (or text file)
Replies: 1
Views: 291

Re: AIY Voice: How do put what I said into a variable (or text file)

Hi Voltar, We often use this python code to capture what's being said and then store it in the variable 'spokenText'. Hope it helps! import aiy.voice.tts from aiy.board import Board from aiy.cloudspeech import CloudSpeechClient cloudClient = CloudSpeechClient() print('Listening...') spokenText = clo...
by 8BitsAndAByte
Wed Aug 05, 2020 7:59 am
Forum: AIY Projects
Topic: Voice HAT Version 1 - servo constantly jitters
Replies: 11
Views: 392

Re: Voice HAT Version 1 - servo constantly jitters

Hi Steve,

This stops the jittering in our projects:

Code: Select all

Myservo.detach()
Hope it helps!

Cheers,
8 Bits

Go to advanced search