I followed this guide for installing the google assistant library on my raspberry pi 3b with USB out and USB mic.
Link to guide: https://developers.google.com/assistant/sdk/guides/library/python/
I get all the way to "run the sample code" without errors but when I run the sample code I get this:
googlesamples-assistant-hotword --project_id SAMPLE_PROJECT_ID --device_model_id SAMPLE_MODEL_ID
device_model_id: SAMPLE_MODEL_ID
device_id: SAMPLE_DEVICE_ID
https://embeddedassistant.googleapis.com/v1alpha2/projects/SAMPLE_PROJECT_ID/devices/SAMPLE_DEVICE_ID 403
ON_MUTED_CHANGED:
{'is_muted': False}
ON_START_FINISHED
[1726:1743:ERROR:http_client_with_backoff.cc(113)] Retrying request with http_status=200 request_id=1
Please help!
Related
I'm traying to get a QR code for connecting android an IOS devices to a WPA2-EAP netowork,
this is what i'm traying but does nothing
WIFI:T:WPA2-EAP;S:[NETOWORK NAME];E:PEAP;PH2:None;A:anon;I:test;P:123test;;
I need the A: [anonymous identity] to be set to "Do not validate" and PH2:[Phase 2 method] to None.
There is not much information around. any ideas how to proceed?
I am using the Web SDK for Agora.io and trying to implement video chat feature and have screen sharing enabled. I am having this error generated:
MediaError "Access to screen denied."
Could anyone please help me out?
Which platform are you using to test the screen sharing?
Agora's screen sharing does not work in Safari, and needs a plugin to run in Chrome. Only FireFox supports screen-sharing out of the box.
The plugin process is available within the Agora documentation: https://docs.agora.io/en/Video/screensharing_web?platform=Web
I am having difficulty setting up my fingerprint Scanner - TTL (GT-511C3). I have bought it from http://www.w11stop.com/manufacturer-sparkfun I'm using the library from https://github.com/sparkfu/Fingerprint_Scanner-TTL/tree/master/FPS_GT511C3 and none of the example sketches work.
I have a message printing to the serial before the fps.open() command and a message printing afterwards, but I only ever see the first message. Does this mean the arduino is stuck trying to open the scanner?
try and get 'Demo software' from this link
and see if the software can access the sensor.
I'm trying to connect to an unsecured WEP wifi with the following code:
wifi.setmode(1)
tmr.stop(1)
tmr.alarm(1,1000,1,function() print(wifi.sta.status()) end)
SSID = "hide your kids hide your wife"
pass = "11111122222244444455555599"
wifi.sta.config(SSID, pass)
wifi.sta.connect()
It ends with status "2" meaning wrong password. I've tried converting the string password to hex and supplying it in hex as a string.
Has anyone had success connecting to a WEP network with NodeMCU?
It turns out the latest official release (07-04-2015) doesn't seem to work with WEP, you have to build and install the dev branch. This site is nice for that: http://nodemcu-build.com/
I have followed the steps provided in the following link to configure Pocket PC to Connect Internet: http://blog.rebex.net/news/archive/2009/01/28/howto-configuring-network-in-windows-mobile-pocketpc-device-emulator.aspx. Every thing Work fine , but when i tries to connect to internet it shows some error as follows:
Can any one tell me what , where it went wrong.... I followed the ablive mentioned steps in the URL.
http://msdn.microsoft.com/en-us/library/aa289160(v=vs.71).aspx
scan on
Configuring the Emulator to Connect to the Internet