beckmx

Results 70 comments of beckmx

Adding for those who are trying to enable hotword feature and avoid push enter to talk you can do these steps: // upgrade google-assistant-library $ python3 -m pip install --upgrade...

I don't think this is the right repo for your question

Adding for those who are trying to enable hotword feature and avoid push enter to talk you can do these steps: // upgrade google-assistant-library $ python3 -m pip install --upgrade...

@dotto59 how did you get to this value? `Then calibrate (const= Ratio/Res. Burden 1800/62 = 29).` 1800 I suppose is the average value at 0 volts consumption?

Hello, I could make it work, actually is ok for all arduinos. What I did was to replace the ISR for a counter, void loop(){ loopTmr(); delay(2); reps+=1; if(reps==10){ //execute...

Look at the dependencies,there is a method called like that just look at the inside and fix according to my notes On Wednesday, 23 March 2016, CarlosE473 [email protected] wrote: >...

hello, I was also encountering this issue, I believe is releated with setOrigin()

I also have the same problem, in this case I had to set manually the "side" attribute of the menu to "start", however if you are changing from translation dynamically,...

I alredy tried to run it on mono, it does open without problems, but the ports are not listed correctly and it doesn't recognize the correct port, and well it...